Color spaces of #484130
RGB | 72 | 65 | 48 |
---|---|---|---|
HSL | 0.12 | 0.20 | 0.24 |
HSV | 43° | 33° | 28° |
CMYK | 0.00 | 0.10 | 0.33 0.72 |
XYZ | 5.0963 | 5.3717 | 3.5645 |
Yxy | 5.3717 | 0.3632 | 0.3828 |
Hunter Lab | 23.1769 | -1.3098 | 7.1053 |
CIE-Lab | 27.7685 | -0.1151 | 11.4832 |
#484130 color RGB value is (72,65,48).
#484130 hex color red value is 72, green value is 65 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #484130 hue: 0.12 , saturation: 0.20 and the lightness value of 484130 is 0.24.
The process color (four color CMYK) of #484130 color hex is 0.00, 0.10, 0.33, 0.72. Web safe color of #484130 is #333333. Color #484130 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001000 | 01000001 | 00110000 |
Octal | 110 | 101 | 60 |
Decimal | 72 | 65 | 48 |
Hex | 48 | 41 | 30 |
Shades of #484130
Tints of #484130
RGB Percentages of Color #484130
CMYK Percentages of Color #484130
Complementary Color
#484130 | #303748 |
#484130 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#484130 Color Preview on White Background
Lorem ipsum dolor sit amet.
#484130 Color CSS Codes
.mybgcolor {background-color:#484130; } .myforecolor {color:#484130; } .mybordercolor {border:3px solid #484130; }
#484130 Text Font Color
<p style="color:#484130">Text here</p>
This sample text font color is #484130
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#484130 Background Color
<div style="background-color:#484130">
Div content here</div>
This div background color is #484130
#484130 Border Color
<div style="border:3px solid #484130">
Div here</div>
This div border color is #484130
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(72,65,48, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #484130; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #484130; -webkit-box-shadow: 1px 1px 3px 2px #484130; box-shadow: 1px 1px 3px 2px #484130; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(72,65,48, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #484130">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #484130; -webkit-box-shadow: 1px 1px 3px 2px #484130; box-shadow: 1px 1px 3px 2px #484130;">
Div content here</div>
This div box has shadow with color #484130
Comments
No comments written yet.
Please login to write comment.