Color Hex Logo

#475b3d Color Hex

#475B3D
(71,91,61)
0 Favorites   0 Comments

Color spaces of #475b3d

RGB 719161
HSL0.280.200.30
HSV100°33°36°
CMYK 0.220.000.33   0.64
XYZ7.18199.15875.8042
Yxy9.15870.32430.4136
Hunter Lab30.2633-10.60049.8131
CIE-Lab36.2881-13.996514.8815

#475b3d color RGB value is (71,91,61).

#475b3d hex color red value is 71, green value is 91 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #475b3d hue: 0.28 , saturation: 0.20 and the lightness value of 475b3d is 0.30.

The process color (four color CMYK) of #475b3d color hex is 0.22, 0.00, 0.33, 0.64. Web safe color of #475b3d is #336633. Color #475b3d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01011011 00111101
Octal 107 133 75
Decimal 71 91 61
Hex 47 5B 3D

RGB Percentages of Color #475b3d

%31.84
%40.81
%27.35

CMYK Percentages of Color #475b3d

%22
%0
%33
%64

Triadic Colors of #475b3d

#475b3d #3d475b #5b3d47

Analogous Colors of #475b3d

#475b3d #3d5b42 #565b3d

Monochromatic Colors of #475b3d

#475b3d

Complementary Color

#475b3d #513d5b

#475b3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475b3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#475b3d Color CSS Codes

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

#475b3d Text Font Color

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

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


#475b3d Background Color

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

This div background color is #475b3d


#475b3d Border Color

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

This div border color is #475b3d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,91,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #475b3d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #475b3d;
  -webkit-box-shadow: 1px 1px 3px 2px #475b3d;
  box-shadow:         1px 1px 3px 2px #475b3d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475b3d


Comments

No comments written yet.

Please login to write comment.