Color spaces of #74384a
RGB | 116 | 56 | 74 |
---|---|---|---|
HSL | 0.95 | 0.35 | 0.34 |
HSV | 342° | 52° | 45° |
CMYK | 0.00 | 0.52 | 0.36 0.55 |
XYZ | 9.8527 | 7.0358 | 7.3173 |
Yxy | 7.0358 | 0.4070 | 0.2907 |
Hunter Lab | 26.5251 | 19.8846 | 2.2116 |
CIE-Lab | 31.8883 | 28.4630 | 1.2529 |
#74384a color RGB value is (116,56,74).
#74384a hex color red value is 116, green value is 56 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #74384a hue: 0.95 , saturation: 0.35 and the lightness value of 74384a is 0.34.
The process color (four color CMYK) of #74384a color hex is 0.00, 0.52, 0.36, 0.55. Web safe color of #74384a is #663333. Color #74384a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110100 | 00111000 | 01001010 |
Octal | 164 | 70 | 112 |
Decimal | 116 | 56 | 74 |
Hex | 74 | 38 | 4A |
Shades of #74384a
Tints of #74384a
RGB Percentages of Color #74384a
CMYK Percentages of Color #74384a
Complementary Color
#74384a | #387462 |
#74384a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#74384a Color Preview on White Background
Lorem ipsum dolor sit amet.
#74384a Color CSS Codes
.mybgcolor {background-color:#74384a; } .myforecolor {color:#74384a; } .mybordercolor {border:3px solid #74384a; }
#74384a Text Font Color
<p style="color:#74384a">Text here</p>
This sample text font color is #74384a
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.
#74384a Background Color
<div style="background-color:#74384a">
Div content here</div>
This div background color is #74384a
#74384a Border Color
<div style="border:3px solid #74384a">
Div here</div>
This div border color is #74384a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(116,56,74, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #74384a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #74384a; -webkit-box-shadow: 1px 1px 3px 2px #74384a; box-shadow: 1px 1px 3px 2px #74384a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(116,56,74, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #74384a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #74384a; -webkit-box-shadow: 1px 1px 3px 2px #74384a; box-shadow: 1px 1px 3px 2px #74384a;">
Div content here</div>
This div box has shadow with color #74384a
Comments
No comments written yet.
Please login to write comment.