Color Hex Logo

#474e0d Color Hex

#474E0D
(71,78,13)
0 Favorites   0 Comments

Color spaces of #474e0d

RGB 717813
HSL0.180.710.18
HSV66°83°31°
CMYK 0.090.000.83   0.69
XYZ5.39566.81741.4123
Yxy6.81740.39600.5003
Hunter Lab26.1102-8.806215.0701
CIE-Lab31.3875-12.093434.7112

#474e0d color RGB value is (71,78,13).

#474e0d hex color red value is 71, green value is 78 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #474e0d hue: 0.18 , saturation: 0.71 and the lightness value of 474e0d is 0.18.

The process color (four color CMYK) of #474e0d color hex is 0.09, 0.00, 0.83, 0.69. Web safe color of #474e0d is #336600. Color #474e0d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01001110 00001101
Octal 107 116 15
Decimal 71 78 13
Hex 47 4E D

RGB Percentages of Color #474e0d

%43.83
%48.15
%8.02

CMYK Percentages of Color #474e0d

%9
%0
%83
%69

Triadic Colors of #474e0d

#474e0d #0d474e #4e0d47

Analogous Colors of #474e0d

#474e0d #274e0d #4e350d

Monochromatic Colors of #474e0d

#474e0d

Complementary Color

#474e0d #140d4e

#474e0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474e0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#474e0d Color CSS Codes

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

#474e0d Text Font Color

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

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


#474e0d Background Color

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

This div background color is #474e0d


#474e0d Border Color

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

This div border color is #474e0d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,78,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #474e0d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #474e0d;
  -webkit-box-shadow: 1px 1px 3px 2px #474e0d;
  box-shadow:         1px 1px 3px 2px #474e0d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474e0d


Comments

No comments written yet.

Please login to write comment.