Color Hex Logo

#413830 Color Hex

#413830
(65,56,48)
0 Favorites   0 Comments

Color spaces of #413830

RGB 655648
HSL0.080.150.22
HSV28°26°25°
CMYK 0.000.140.26   0.75
XYZ4.12764.16563.3828
Yxy4.16560.35350.3568
Hunter Lab20.40980.38204.4599
CIE-Lab24.21152.42226.4566

#413830 color RGB value is (65,56,48).

#413830 hex color red value is 65, green value is 56 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #413830 hue: 0.08 , saturation: 0.15 and the lightness value of 413830 is 0.22.

The process color (four color CMYK) of #413830 color hex is 0.00, 0.14, 0.26, 0.75. Web safe color of #413830 is #333333. Color #413830 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00111000 00110000
Octal 101 70 60
Decimal 65 56 48
Hex 41 38 30

RGB Percentages of Color #413830

%38.46
%33.14
%28.40

CMYK Percentages of Color #413830

%0
%14
%26
%75

Triadic Colors of #413830

#413830 #304138 #383041

Analogous Colors of #413830

#413830 #414130 #413031

Monochromatic Colors of #413830

#413830

Complementary Color

#413830 #303941

#413830 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#413830 Color Preview on White Background

Lorem ipsum dolor sit amet.

#413830 Color CSS Codes

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

#413830 Text Font Color

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

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


#413830 Background Color

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

This div background color is #413830


#413830 Border Color

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

This div border color is #413830


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #413830


Comments

No comments written yet.

Please login to write comment.