Color Hex Logo

#476114 Color Hex

#476114
(71,97,20)
0 Favorites   0 Comments

Color spaces of #476114

RGB 719720
HSL0.220.660.23
HSV80°79°38°
CMYK 0.270.000.79   0.62
XYZ6.99959.93952.2114
Yxy9.93950.36550.5190
Hunter Lab31.5270-15.542317.9101
CIE-Lab37.7336-22.032238.0769

#476114 color RGB value is (71,97,20).

#476114 hex color red value is 71, green value is 97 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #476114 hue: 0.22 , saturation: 0.66 and the lightness value of 476114 is 0.23.

The process color (four color CMYK) of #476114 color hex is 0.27, 0.00, 0.79, 0.62. Web safe color of #476114 is #336600. Color #476114 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01100001 00010100
Octal 107 141 24
Decimal 71 97 20
Hex 47 61 14

RGB Percentages of Color #476114

%37.77
%51.60
%10.64

CMYK Percentages of Color #476114

%27
%0
%79
%62

Triadic Colors of #476114

#476114 #144761 #611447

Analogous Colors of #476114

#476114 #216114 #615514

Monochromatic Colors of #476114

#476114

Complementary Color

#476114 #2e1461

#476114 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#476114 Color Preview on White Background

Lorem ipsum dolor sit amet.

#476114 Color CSS Codes

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

#476114 Text Font Color

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

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


#476114 Background Color

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

This div background color is #476114


#476114 Border Color

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

This div border color is #476114


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,97,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #476114; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #476114;
  -webkit-box-shadow: 1px 1px 3px 2px #476114;
  box-shadow:         1px 1px 3px 2px #476114; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #476114


Comments

No comments written yet.

Please login to write comment.