Color spaces of #74333e
RGB | 116 | 51 | 62 |
---|---|---|---|
HSL | 0.97 | 0.39 | 0.33 |
HSV | 350° | 56° | 45° |
CMYK | 0.00 | 0.56 | 0.47 0.55 |
XYZ | 9.2558 | 6.4285 | 5.3104 |
Yxy | 6.4285 | 0.4409 | 0.3062 |
Hunter Lab | 25.3545 | 20.7921 | 5.3301 |
CIE-Lab | 30.4688 | 29.7392 | 7.0463 |
#74333e color RGB value is (116,51,62).
#74333e hex color red value is 116, green value is 51 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #74333e hue: 0.97 , saturation: 0.39 and the lightness value of 74333e is 0.33.
The process color (four color CMYK) of #74333e color hex is 0.00, 0.56, 0.47, 0.55. Web safe color of #74333e is #663333. Color #74333e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110100 | 00110011 | 00111110 |
Octal | 164 | 63 | 76 |
Decimal | 116 | 51 | 62 |
Hex | 74 | 33 | 3E |
Shades of #74333e
Tints of #74333e
RGB Percentages of Color #74333e
CMYK Percentages of Color #74333e
Complementary Color
#74333e | #337469 |
#74333e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#74333e Color Preview on White Background
Lorem ipsum dolor sit amet.
#74333e Color CSS Codes
.mybgcolor {background-color:#74333e; } .myforecolor {color:#74333e; } .mybordercolor {border:3px solid #74333e; }
#74333e Text Font Color
<p style="color:#74333e">Text here</p>
This sample text font color is #74333e
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.
#74333e Background Color
<div style="background-color:#74333e">
Div content here</div>
This div background color is #74333e
#74333e Border Color
<div style="border:3px solid #74333e">
Div here</div>
This div border color is #74333e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(116,51,62, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #74333e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #74333e; -webkit-box-shadow: 1px 1px 3px 2px #74333e; box-shadow: 1px 1px 3px 2px #74333e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(116,51,62, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #74333e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #74333e; -webkit-box-shadow: 1px 1px 3px 2px #74333e; box-shadow: 1px 1px 3px 2px #74333e;">
Div content here</div>
This div box has shadow with color #74333e
Comments
No comments written yet.
Please login to write comment.