Color Hex Logo

#414020 Color Hex

#414020
(65,64,32)
0 Favorites   0 Comments

Color spaces of #414020

RGB 656432
HSL0.160.340.19
HSV58°51°25°
CMYK 0.000.020.51   0.75
XYZ4.27414.89492.0860
Yxy4.89490.37980.4349
Hunter Lab22.1244-4.23439.8969
CIE-Lab26.4332-5.098919.6450

#414020 color RGB value is (65,64,32).

#414020 hex color red value is 65, green value is 64 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #414020 hue: 0.16 , saturation: 0.34 and the lightness value of 414020 is 0.19.

The process color (four color CMYK) of #414020 color hex is 0.00, 0.02, 0.51, 0.75. Web safe color of #414020 is #333333. Color #414020 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01000000 00100000
Octal 101 100 40
Decimal 65 64 32
Hex 41 40 20

RGB Percentages of Color #414020

%40.37
%39.75
%19.88

CMYK Percentages of Color #414020

%0
%2
%51
%75

Triadic Colors of #414020

#414020 #204140 #402041

Analogous Colors of #414020

#414020 #324120 #413020

Monochromatic Colors of #414020

#414020

Complementary Color

#414020 #202141

#414020 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#414020 Color Preview on White Background

Lorem ipsum dolor sit amet.

#414020 Color CSS Codes

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

#414020 Text Font Color

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

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


#414020 Background Color

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

This div background color is #414020


#414020 Border Color

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

This div border color is #414020


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,64,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 #414020">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #414020


Comments

No comments written yet.

Please login to write comment.