COLOR #413A37

HEX: #413A37
RGB: (65,58,55)

Color info

#413A37 contains red, green and blue colors in about the same proportion. Web safe color of #413A37 is #333333 (or #333).

RGB color model

#413A37 color RGB value is (65,58,55).

  • red value is 65;
  • green value is 58;
  • blue value is 55.
RGB:
(65,58,55)
(25%,23%,22%)

RGB channels and saturation

R 65 of 255 = 25%
G 58 of 255 = 23%
B 55 of 255 = 22%

65
58
55

R + G + B ~ 23%. #413A37 is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 58 + 55 = 178 (100%)
R 65 of 178 ~ 36.52%
G 58 of 178 ~ 32.58%
B 55 of 178 ~ 30.9%

%36.52
%32.58
%30.9

CMYK color model

#413A37 color CMYK value is (0,11,15,75).

  • cyan value is 0.00%
  • magenta value is 10.77%
  • yellow value is 15.38%
  • key color value is 74.51%
CMYK:
(0,11,15,75)
C0M11Y15K75 
(0%,11%,15%,75%)
(0.00/0.11/0.15/0.75)	

CMYK percentages

%0
%10.77
%15.38
%74.51

Codes

Color #413A37 in popluar color models

413A37
RGB655855
HSL18°8.33%23.53%
HSB/HSV18°15.38%25.49%
CMYK0.00%10.77%15.38%
74.51%

Color #413A37 in popluar number systems.

HEX413A37
Decimal655855
Binary1000001111010110111
Octal1017267

Shades and tints

Shades of #413A37

#413A37
(65,58,55)
#3C3532
(60,53,50)
#37302D
(55,48,45)
#322B28
(50,43,40)
#2D2623
(45,38,35)
#28211E
(40,33,30)
#231C19
(35,28,25)
#1E1714
(30,23,20)
#19120F
(25,18,15)
#140D0A
(20,13,10)
#0F0805
(15,8,5)
#000000
(0,0,0)

Tints of #413A37

#413A37
(65,58,55)
#524B49
(82,75,73)
#635C5B
(99,92,91)
#746D6D
(116,109,109)
#857E7F
(133,126,127)
#968F91
(150,143,145)
#A7A0A3
(167,160,163)
#B8B1B5
(184,177,181)
#C9C2C7
(201,194,199)
#DAD3D9
(218,211,217)
#EBE4EB
(235,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #413A37 color. Also use rgb(65,58,55) instead hex code.

Text Font Color

.myTextColor { color: #413A37; }

<p style="color:#413A37">This sample text font color is #413A37.</p>

This text font color is #413A37.


Background Color

.myBgColor { background-color: #413A37; }

<div style="background-color:#413A37">Inner text</div>

This div background color is #413A37.


Border color

.myBorderColor { border: 1px solid #413A37; }

<div style="border:3px solid #413A37">Div</div>

This div border color is #413A37.


Opacity

.myOpacity80 { color: #413A37; opacity: 0.8; }

<p style="color:#413A37;opacity:0.8;">80%</p>

Text with #413A37 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #413A37;}

<p style="text-shadow: 3px 3px 1px #413A37">Text here.</p>

This text has shadow with #413A37 color.

.textShadow {text-shadow: 3px 3px 1px #413A37, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #413A37, 5px 5px 20px red">Text here.</p>

This text has shadow with #413A37 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#413A37, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#413A37, Direction=45, Strength=4)">Text</p>

This text has shadow with #413A37 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #413A37;
  -webkit-box-shadow:	1px 1px 3px 2px #413A37;
  box-shadow:		1px 1px 3px 2px #413A37;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #413A37;
-webkit-box-shadow: 1px 1px 3px 2px #413A37;
box-shadow:1px 1px 3px 2px #413A37;">
Div content here</div>
This div box has shadow with color #413A37.

Preview

Color preview on black background

This text has color #413A37 on black background.


Color preview on white background

This text has color #413A37 on white background.



Black color preview on #413A37 background

This text has black color on #413A37 background.


White color preview on #413A37 background

This text has white color on #413A37 background.