Color spaces of #945c04
RGB | 148 | 92 | 4 |
---|---|---|---|
HSL | 0.10 | 0.95 | 0.30 |
HSV | 37° | 97° | 58° |
CMYK | 0.00 | 0.38 | 0.97 0.42 |
XYZ | 16.0618 | 13.9590 | 1.9627 |
Yxy | 13.9590 | 0.5022 | 0.4364 |
Hunter Lab | 37.3617 | 11.3540 | 23.0386 |
CIE-Lab | 44.1741 | 17.0612 | 51.3086 |
#945c04 color RGB value is (148,92,4).
#945c04 hex color red value is 148, green value is 92 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #945c04 hue: 0.10 , saturation: 0.95 and the lightness value of 945c04 is 0.30.
The process color (four color CMYK) of #945c04 color hex is 0.00, 0.38, 0.97, 0.42. Web safe color of #945c04 is #996600. Color #945c04 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010100 | 01011100 | 00000100 |
Octal | 224 | 134 | 4 |
Decimal | 148 | 92 | 4 |
Hex | 94 | 5C | 4 |
Shades of #945c04
Tints of #945c04
RGB Percentages of Color #945c04
CMYK Percentages of Color #945c04
Complementary Color
#945c04 | #043c94 |
#945c04 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#945c04 Color Preview on White Background
Lorem ipsum dolor sit amet.
#945c04 Color CSS Codes
.mybgcolor {background-color:#945c04; } .myforecolor {color:#945c04; } .mybordercolor {border:3px solid #945c04; }
#945c04 Text Font Color
<p style="color:#945c04">Text here</p>
This sample text font color is #945c04
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.
#945c04 Background Color
<div style="background-color:#945c04">
Div content here</div>
This div background color is #945c04
#945c04 Border Color
<div style="border:3px solid #945c04">
Div here</div>
This div border color is #945c04
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(148,92,4, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #945c04; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #945c04; -webkit-box-shadow: 1px 1px 3px 2px #945c04; box-shadow: 1px 1px 3px 2px #945c04; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(148,92,4, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #945c04">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #945c04; -webkit-box-shadow: 1px 1px 3px 2px #945c04; box-shadow: 1px 1px 3px 2px #945c04;">
Div content here</div>
This div box has shadow with color #945c04
Comments
No comments written yet.
Please login to write comment.