COLOR #413C35

HEX: #413C35
RGB: (65,60,53)

Color info

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

RGB color model

#413C35 color RGB value is (65,60,53).

  • red value is 65;
  • green value is 60;
  • blue value is 53.
RGB:
(65,60,53)
(25%,24%,21%)

RGB channels and saturation

R 65 of 255 = 25%
G 60 of 255 = 24%
B 53 of 255 = 21%

65
60
53

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

Portions of RGB colors in percentages

R + G + B =
65 + 60 + 53 = 178 (100%)
R 65 of 178 ~ 36.52%
G 60 of 178 ~ 33.71%
B 53 of 178 ~ 29.78%

%36.52
%33.71
%29.78

CMYK color model

#413C35 color CMYK value is (0,8,18,75).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 18.46%
  • key color value is 74.51%
CMYK:
(0,8,18,75)
C0M8Y18K75 
(0%,8%,18%,75%)
(0.00/0.08/0.18/0.75)	

CMYK percentages

%0
%7.69
%18.46
%74.51

Codes

Color #413C35 in popluar color models

413C35
RGB656053
HSL35°10.17%23.14%
HSB/HSV35°18.46%25.49%
CMYK0.00%7.69%18.46%
74.51%

Color #413C35 in popluar number systems.

HEX413C35
Decimal656053
Binary1000001111100110101
Octal1017465

Shades and tints

Shades of #413C35

#413C35
(65,60,53)
#3C3731
(60,55,49)
#37322D
(55,50,45)
#322D29
(50,45,41)
#2D2825
(45,40,37)
#282321
(40,35,33)
#231E1D
(35,30,29)
#1E1919
(30,25,25)
#191415
(25,20,21)
#140F11
(20,15,17)
#0F0A0D
(15,10,13)
#000000
(0,0,0)

Tints of #413C35

#413C35
(65,60,53)
#524D47
(82,77,71)
#635E59
(99,94,89)
#746F6B
(116,111,107)
#85807D
(133,128,125)
#96918F
(150,145,143)
#A7A2A1
(167,162,161)
#B8B3B3
(184,179,179)
#C9C4C5
(201,196,197)
#DAD5D7
(218,213,215)
#EBE6E9
(235,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #413C35 color. Also use rgb(65,60,53) instead hex code.

Text Font Color

.myTextColor { color: #413C35; }

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

This text font color is #413C35.


Background Color

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

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

This div background color is #413C35.


Border color

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

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

This div border color is #413C35.


Opacity

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

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

Text with #413C35 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 #413C35;}

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

This text has shadow with #413C35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #413C35 on black background.


Color preview on white background

This text has color #413C35 on white background.



Black color preview on #413C35 background

This text has black color on #413C35 background.


White color preview on #413C35 background

This text has white color on #413C35 background.