Color Hex Logo

#71992b Color Hex

#71992B
(113,153,43)
0 Favorites   0 Comments

Color spaces of #71992b

RGB 11315343
HSL0.230.560.38
HSV82°72°60°
CMYK 0.260.000.72   0.40
XYZ18.637326.46766.4120
Yxy26.46760.36180.5138
Hunter Lab51.4467-25.367528.6231
CIE-Lab58.4783-30.545750.5998

#71992b color RGB value is (113,153,43).

#71992b hex color red value is 113, green value is 153 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #71992b hue: 0.23 , saturation: 0.56 and the lightness value of 71992b is 0.38.

The process color (four color CMYK) of #71992b color hex is 0.26, 0.00, 0.72, 0.40. Web safe color of #71992b is #669933. Color #71992b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10011001 00101011
Octal 161 231 53
Decimal 113 153 43
Hex 71 99 2B

RGB Percentages of Color #71992b

%36.57
%49.51
%13.92

CMYK Percentages of Color #71992b

%26
%0
%72
%40

Triadic Colors of #71992b

#71992b #2b7199 #992b71

Analogous Colors of #71992b

#71992b #3a992b #998a2b

Monochromatic Colors of #71992b

#71992b

Complementary Color

#71992b #532b99

#71992b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71992b Color Preview on White Background

Lorem ipsum dolor sit amet.

#71992b Color CSS Codes

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

#71992b Text Font Color

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

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


#71992b Background Color

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

This div background color is #71992b


#71992b Border Color

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

This div border color is #71992b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,153,43, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71992b


Comments

No comments written yet.

Please login to write comment.