Color Hex Logo

#414531 Color Hex

#414531
(65,69,49)
0 Favorites   0 Comments

Color spaces of #414531

RGB 656949
HSL0.200.170.23
HSV72°29°27°
CMYK 0.060.000.29   0.73
XYZ4.86255.60183.7307
Yxy5.60180.34260.3946
Hunter Lab23.6681-4.74737.2221
CIE-Lab28.3848-5.699811.5663

#414531 color RGB value is (65,69,49).

#414531 hex color red value is 65, green value is 69 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #414531 hue: 0.20 , saturation: 0.17 and the lightness value of 414531 is 0.23.

The process color (four color CMYK) of #414531 color hex is 0.06, 0.00, 0.29, 0.73. Web safe color of #414531 is #333333. Color #414531 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01000101 00110001
Octal 101 105 61
Decimal 65 69 49
Hex 41 45 31

RGB Percentages of Color #414531

%35.52
%37.70
%26.78

CMYK Percentages of Color #414531

%6
%0
%29
%73

Triadic Colors of #414531

#414531 #314145 #453141

Analogous Colors of #414531

#414531 #374531 #453f31

Monochromatic Colors of #414531

#414531

Complementary Color

#414531 #353145

#414531 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#414531 Color Preview on White Background

Lorem ipsum dolor sit amet.

#414531 Color CSS Codes

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

#414531 Text Font Color

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

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


#414531 Background Color

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

This div background color is #414531


#414531 Border Color

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

This div border color is #414531


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #414531


Comments

No comments written yet.

Please login to write comment.