Color Hex Logo

#413731 Color Hex

#413731
(65,55,49)
0 Favorites   0 Comments

Color spaces of #413731

RGB 655549
HSL0.060.140.22
HSV23°25°25°
CMYK 0.000.150.25   0.75
XYZ4.10054.07793.4767
Yxy4.07790.35180.3499
Hunter Lab20.19380.90663.9279
CIE-Lab23.92733.26175.3901

#413731 color RGB value is (65,55,49).

#413731 hex color red value is 65, green value is 55 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #413731 hue: 0.06 , saturation: 0.14 and the lightness value of 413731 is 0.22.

The process color (four color CMYK) of #413731 color hex is 0.00, 0.15, 0.25, 0.75. Web safe color of #413731 is #333333. Color #413731 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00110111 00110001
Octal 101 67 61
Decimal 65 55 49
Hex 41 37 31

RGB Percentages of Color #413731

%38.46
%32.54
%28.99

CMYK Percentages of Color #413731

%0
%15
%25
%75

Triadic Colors of #413731

#413731 #314137 #373141

Analogous Colors of #413731

#413731 #413f31 #413133

Monochromatic Colors of #413731

#413731

Complementary Color

#413731 #313b41

#413731 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#413731 Color Preview on White Background

Lorem ipsum dolor sit amet.

#413731 Color CSS Codes

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

#413731 Text Font Color

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

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


#413731 Background Color

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

This div background color is #413731


#413731 Border Color

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

This div border color is #413731


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #413731


Comments

No comments written yet.

Please login to write comment.