Color Hex Logo

#47680e Color Hex

#47680E
(71,104,14)
0 Favorites   0 Comments

Color spaces of #47680e

RGB 7110414
HSL0.230.760.23
HSV82°87°41°
CMYK 0.320.000.87   0.59
XYZ7.628111.27192.1891
Yxy11.27190.36170.5345
Hunter Lab33.5737-18.197819.6357
CIE-Lab40.0347-25.855842.2283

#47680e color RGB value is (71,104,14).

#47680e hex color red value is 71, green value is 104 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #47680e hue: 0.23 , saturation: 0.76 and the lightness value of 47680e is 0.23.

The process color (four color CMYK) of #47680e color hex is 0.32, 0.00, 0.87, 0.59. Web safe color of #47680e is #336600. Color #47680e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01101000 00001110
Octal 107 150 16
Decimal 71 104 14
Hex 47 68 E

RGB Percentages of Color #47680e

%37.57
%55.03
%7.41

CMYK Percentages of Color #47680e

%32
%0
%87
%59

Triadic Colors of #47680e

#47680e #0e4768 #680e47

Analogous Colors of #47680e

#47680e #1a680e #685c0e

Monochromatic Colors of #47680e

#47680e

Complementary Color

#47680e #2f0e68

#47680e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47680e Color Preview on White Background

Lorem ipsum dolor sit amet.

#47680e Color CSS Codes

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

#47680e Text Font Color

<p style="color:#47680e">Text here</p>

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


#47680e Background Color

<div style="background-color:#47680e">
Div content here</div>

This div background color is #47680e


#47680e Border Color

<div style="border:3px solid #47680e">
Div here</div>

This div border color is #47680e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,104,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #47680e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #47680e;
  -webkit-box-shadow: 1px 1px 3px 2px #47680e;
  box-shadow:         1px 1px 3px 2px #47680e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47680e


Comments

No comments written yet.

Please login to write comment.