Color Hex Logo

#414820 Color Hex

#414820
(65,72,32)
0 Favorites   0 Comments

Color spaces of #414820

RGB 657232
HSL0.200.380.20
HSV71°56°28°
CMYK 0.100.000.56   0.72
XYZ4.75805.86282.2474
Yxy5.86280.36970.4556
Hunter Lab24.2132-7.297111.4461
CIE-Lab29.0636-9.965322.8341

#414820 color RGB value is (65,72,32).

#414820 hex color red value is 65, green value is 72 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #414820 hue: 0.20 , saturation: 0.38 and the lightness value of 414820 is 0.20.

The process color (four color CMYK) of #414820 color hex is 0.10, 0.00, 0.56, 0.72. Web safe color of #414820 is #333333. Color #414820 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01001000 00100000
Octal 101 110 40
Decimal 65 72 32
Hex 41 48 20

RGB Percentages of Color #414820

%38.46
%42.60
%18.93

CMYK Percentages of Color #414820

%10
%0
%56
%72

Triadic Colors of #414820

#414820 #204148 #482041

Analogous Colors of #414820

#414820 #2d4820 #483b20

Monochromatic Colors of #414820

#414820

Complementary Color

#414820 #272048

#414820 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#414820 Color Preview on White Background

Lorem ipsum dolor sit amet.

#414820 Color CSS Codes

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

#414820 Text Font Color

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

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


#414820 Background Color

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

This div background color is #414820


#414820 Border Color

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

This div border color is #414820


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,72,32, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #414820; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #414820;
  -webkit-box-shadow: 1px 1px 3px 2px #414820;
  box-shadow:         1px 1px 3px 2px #414820; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,72,32, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #414820


Comments

No comments written yet.

Please login to write comment.