Color Hex Logo

#74400a Color Hex

#74400A
(116,64,10)
0 Favorites   0 Comments

Color spaces of #74400a

RGB 1166410
HSL0.080.840.25
HSV31°91°45°
CMYK 0.000.450.91   0.55
XYZ9.09067.40171.2367
Yxy7.40170.51280.4175
Hunter Lab27.206112.033116.3491
CIE-Lab32.704418.726039.0161

#74400a color RGB value is (116,64,10).

#74400a hex color red value is 116, green value is 64 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #74400a hue: 0.08 , saturation: 0.84 and the lightness value of 74400a is 0.25.

The process color (four color CMYK) of #74400a color hex is 0.00, 0.45, 0.91, 0.55. Web safe color of #74400a is #663300. Color #74400a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01000000 00001010
Octal 164 100 12
Decimal 116 64 10
Hex 74 40 A

RGB Percentages of Color #74400a

%61.05
%33.68
%5.26

CMYK Percentages of Color #74400a

%0
%45
%91
%55

Triadic Colors of #74400a

#74400a #0a7440 #400a74

Analogous Colors of #74400a

#74400a #73740a #740b0a

Monochromatic Colors of #74400a

#74400a

Complementary Color

#74400a #0a3e74

#74400a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74400a Color Preview on White Background

Lorem ipsum dolor sit amet.

#74400a Color CSS Codes

.mybgcolor {background-color:#74400a; } 
.myforecolor {color:#74400a; }
.mybordercolor {border:3px solid #74400a; }

#74400a Text Font Color

<p style="color:#74400a">Text here</p>

This sample text font color is #74400a
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.


#74400a Background Color

<div style="background-color:#74400a">
Div content here</div>

This div background color is #74400a


#74400a Border Color

<div style="border:3px solid #74400a">
Div here</div>

This div border color is #74400a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,64,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74400a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74400a;
  -webkit-box-shadow: 1px 1px 3px 2px #74400a;
  box-shadow:         1px 1px 3px 2px #74400a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,64,10, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #74400a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #74400a;
  -webkit-box-shadow: 1px 1px 3px 2px #74400a;
  box-shadow:         1px 1px 3px 2px #74400a;">
Div content here</div>

This div box has shadow with color #74400a


Comments

No comments written yet.

Please login to write comment.