Color Hex Logo

#414e2b Color Hex

#414E2B
(65,78,43)
0 Favorites   0 Comments

Color spaces of #414e2b

RGB 657843
HSL0.230.290.24
HSV82°45°31°
CMYK 0.170.000.45   0.69
XYZ5.34046.74703.3063
Yxy6.74700.34690.4383
Hunter Lab25.9750-8.757010.6356
CIE-Lab31.2239-12.045419.0244

#414e2b color RGB value is (65,78,43).

#414e2b hex color red value is 65, green value is 78 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #414e2b hue: 0.23 , saturation: 0.29 and the lightness value of 414e2b is 0.24.

The process color (four color CMYK) of #414e2b color hex is 0.17, 0.00, 0.45, 0.69. Web safe color of #414e2b is #336633. Color #414e2b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01001110 00101011
Octal 101 116 53
Decimal 65 78 43
Hex 41 4E 2B

RGB Percentages of Color #414e2b

%34.95
%41.94
%23.12

CMYK Percentages of Color #414e2b

%17
%0
%45
%69

Triadic Colors of #414e2b

#414e2b #2b414e #4e2b41

Analogous Colors of #414e2b

#414e2b #304e2b #4e4a2b

Monochromatic Colors of #414e2b

#414e2b

Complementary Color

#414e2b #382b4e

#414e2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#414e2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#414e2b Color CSS Codes

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

#414e2b Text Font Color

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

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


#414e2b Background Color

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

This div background color is #414e2b


#414e2b Border Color

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

This div border color is #414e2b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,78,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #414e2b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #414e2b;
  -webkit-box-shadow: 1px 1px 3px 2px #414e2b;
  box-shadow:         1px 1px 3px 2px #414e2b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #414e2b


Comments

No comments written yet.

Please login to write comment.