Color Hex Logo

#47692a Color Hex

#47692A
(71,105,42)
0 Favorites   0 Comments

Color spaces of #47692a

RGB 7110542
HSL0.260.430.29
HSV92°60°41°
CMYK 0.320.000.60   0.59
XYZ8.068011.60994.0062
Yxy11.60990.34070.4902
Hunter Lab34.0733-17.362416.8802
CIE-Lab40.5893-24.177631.0474

#47692a color RGB value is (71,105,42).

#47692a hex color red value is 71, green value is 105 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #47692a hue: 0.26 , saturation: 0.43 and the lightness value of 47692a is 0.29.

The process color (four color CMYK) of #47692a color hex is 0.32, 0.00, 0.60, 0.59. Web safe color of #47692a is #336633. Color #47692a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01101001 00101010
Octal 107 151 52
Decimal 71 105 42
Hex 47 69 2A

RGB Percentages of Color #47692a

%32.57
%48.17
%19.27

CMYK Percentages of Color #47692a

%32
%0
%60
%59

Triadic Colors of #47692a

#47692a #2a4769 #692a47

Analogous Colors of #47692a

#47692a #2a692d #67692a

Monochromatic Colors of #47692a

#47692a

Complementary Color

#47692a #4c2a69

#47692a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47692a Color Preview on White Background

Lorem ipsum dolor sit amet.

#47692a Color CSS Codes

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

#47692a Text Font Color

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

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


#47692a Background Color

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

This div background color is #47692a


#47692a Border Color

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

This div border color is #47692a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,105,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #47692a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #47692a;
  -webkit-box-shadow: 1px 1px 3px 2px #47692a;
  box-shadow:         1px 1px 3px 2px #47692a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,105,42, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47692a


Comments

No comments written yet.

Please login to write comment.