Color Hex Logo

#74534b Color Hex

#74534B
(116,83,75)
0 Favorites   0 Comments

Color spaces of #74534b

RGB 1168375
HSL0.030.210.37
HSV12°35°45°
CMYK 0.000.280.35   0.55
XYZ11.565710.40758.0559
Yxy10.40750.38510.3466
Hunter Lab32.26077.53757.7770
CIE-Lab38.564112.579510.1143

#74534b color RGB value is (116,83,75).

#74534b hex color red value is 116, green value is 83 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #74534b hue: 0.03 , saturation: 0.21 and the lightness value of 74534b is 0.37.

The process color (four color CMYK) of #74534b color hex is 0.00, 0.28, 0.35, 0.55. Web safe color of #74534b is #666633. Color #74534b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01010011 01001011
Octal 164 123 113
Decimal 116 83 75
Hex 74 53 4B

RGB Percentages of Color #74534b

%42.34
%30.29
%27.37

CMYK Percentages of Color #74534b

%0
%28
%35
%55

Triadic Colors of #74534b

#74534b #4b7453 #534b74

Analogous Colors of #74534b

#74534b #74684b #744b58

Monochromatic Colors of #74534b

#74534b

Complementary Color

#74534b #4b6c74

#74534b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74534b Color Preview on White Background

Lorem ipsum dolor sit amet.

#74534b Color CSS Codes

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

#74534b Text Font Color

<p style="color:#74534b">Text here</p>

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


#74534b Background Color

<div style="background-color:#74534b">
Div content here</div>

This div background color is #74534b


#74534b Border Color

<div style="border:3px solid #74534b">
Div here</div>

This div border color is #74534b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,83,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74534b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74534b;
  -webkit-box-shadow: 1px 1px 3px 2px #74534b;
  box-shadow:         1px 1px 3px 2px #74534b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74534b


Comments

No comments written yet.

Please login to write comment.