Color Hex Logo

#73714b Color Hex

#73714B
(115,113,75)
0 Favorites   0 Comments

Color spaces of #73714b

RGB 11511375
HSL0.160.210.37
HSV57°35°45°
CMYK 0.000.020.35   0.55
XYZ14.245415.96318.9870
Yxy15.96310.36340.4073
Hunter Lab39.9538-6.275714.6313
CIE-Lab46.9260-5.640721.4139

#73714b color RGB value is (115,113,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01110001 01001011
Octal 163 161 113
Decimal 115 113 75
Hex 73 71 4B

RGB Percentages of Color #73714b

%37.95
%37.29
%24.75

CMYK Percentages of Color #73714b

%0
%2
%35
%55

Triadic Colors of #73714b

#73714b #4b7371 #714b73

Analogous Colors of #73714b

#73714b #61734b #735d4b

Monochromatic Colors of #73714b

#73714b

Complementary Color

#73714b #4b4d73

#73714b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73714b Color Preview on White Background

Lorem ipsum dolor sit amet.

#73714b Color CSS Codes

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

#73714b Text Font Color

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

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


#73714b Background Color

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

This div background color is #73714b


#73714b Border Color

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

This div border color is #73714b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,113,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 #73714b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73714b


Comments

No comments written yet.

Please login to write comment.