Color Hex Logo

#74452c Color Hex

#74452C
(116,69,44)
0 Favorites   0 Comments

Color spaces of #74452c

RGB 1166944
HSL0.060.450.31
HSV21°62°45°
CMYK 0.000.410.62   0.55
XYZ9.78528.15113.4405
Yxy8.15110.45770.3813
Hunter Lab28.550111.215912.8402
CIE-Lab34.295617.549023.4874

#74452c color RGB value is (116,69,44).

#74452c hex color red value is 116, green value is 69 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #74452c hue: 0.06 , saturation: 0.45 and the lightness value of 74452c is 0.31.

The process color (four color CMYK) of #74452c color hex is 0.00, 0.41, 0.62, 0.55. Web safe color of #74452c is #663333. Color #74452c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01000101 00101100
Octal 164 105 54
Decimal 116 69 44
Hex 74 45 2C

RGB Percentages of Color #74452c

%50.66
%30.13
%19.21

CMYK Percentages of Color #74452c

%0
%41
%62
%55

Triadic Colors of #74452c

#74452c #2c7445 #452c74

Analogous Colors of #74452c

#74452c #74692c #742c37

Monochromatic Colors of #74452c

#74452c

Complementary Color

#74452c #2c5b74

#74452c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74452c Color Preview on White Background

Lorem ipsum dolor sit amet.

#74452c Color CSS Codes

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

#74452c Text Font Color

<p style="color:#74452c">Text here</p>

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


#74452c Background Color

<div style="background-color:#74452c">
Div content here</div>

This div background color is #74452c


#74452c Border Color

<div style="border:3px solid #74452c">
Div here</div>

This div border color is #74452c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,69,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74452c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74452c;
  -webkit-box-shadow: 1px 1px 3px 2px #74452c;
  box-shadow:         1px 1px 3px 2px #74452c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74452c


Comments

No comments written yet.

Please login to write comment.