Color Hex Logo

#414838 Color Hex

#414838
(65,72,56)
0 Favorites   0 Comments

Color spaces of #414838

RGB 657256
HSL0.240.130.25
HSV86°22°28°
CMYK 0.100.000.22   0.72
XYZ5.21116.04414.6333
Yxy6.04410.32800.3804
Hunter Lab24.5848-5.18766.0354
CIE-Lab29.5235-6.27428.6644

#414838 color RGB value is (65,72,56).

#414838 hex color red value is 65, green value is 72 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #414838 hue: 0.24 , saturation: 0.13 and the lightness value of 414838 is 0.25.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01001000 00111000
Octal 101 110 70
Decimal 65 72 56
Hex 41 48 38

RGB Percentages of Color #414838

%33.68
%37.31
%29.02

CMYK Percentages of Color #414838

%10
%0
%22
%72

Triadic Colors of #414838

#414838 #384148 #483841

Analogous Colors of #414838

#414838 #394838 #484738

Monochromatic Colors of #414838

#414838

Complementary Color

#414838 #3f3848

#414838 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#414838 Color Preview on White Background

Lorem ipsum dolor sit amet.

#414838 Color CSS Codes

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

#414838 Text Font Color

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

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


#414838 Background Color

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

This div background color is #414838


#414838 Border Color

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

This div border color is #414838


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #414838


Comments

No comments written yet.

Please login to write comment.