COLOR #413A35

HEX: #413A35
RGB: (65,58,53)

Color info

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

RGB color model

#413A35 color RGB value is (65,58,53).

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

RGB channels and saturation

R 65 of 255 = 25%
G 58 of 255 = 23%
B 53 of 255 = 21%

65
58
53

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

Portions of RGB colors in percentages

R + G + B =
65 + 58 + 53 = 176 (100%)
R 65 of 176 ~ 36.93%
G 58 of 176 ~ 32.95%
B 53 of 176 ~ 30.11%

%36.93
%32.95
%30.11

CMYK color model

#413A35 color CMYK value is (0,11,18,75).

  • cyan value is 0.00%
  • magenta value is 10.77%
  • yellow value is 18.46%
  • key color value is 74.51%
CMYK:
(0,11,18,75)
C0M11Y18K75 
(0%,11%,18%,75%)
(0.00/0.11/0.18/0.75)	

CMYK percentages

%0
%10.77
%18.46
%74.51

Codes

Color #413A35 in popluar color models

413A35
RGB655853
HSL25°10.17%23.14%
HSB/HSV25°18.46%25.49%
CMYK0.00%10.77%18.46%
74.51%

Color #413A35 in popluar number systems.

HEX413A35
Decimal655853
Binary1000001111010110101
Octal1017265

Shades and tints

Shades of #413A35

#413A35
(65,58,53)
#3C3531
(60,53,49)
#37302D
(55,48,45)
#322B29
(50,43,41)
#2D2625
(45,38,37)
#282121
(40,33,33)
#231C1D
(35,28,29)
#1E1719
(30,23,25)
#191215
(25,18,21)
#140D11
(20,13,17)
#0F080D
(15,8,13)
#000000
(0,0,0)

Tints of #413A35

#413A35
(65,58,53)
#524B47
(82,75,71)
#635C59
(99,92,89)
#746D6B
(116,109,107)
#857E7D
(133,126,125)
#968F8F
(150,143,143)
#A7A0A1
(167,160,161)
#B8B1B3
(184,177,179)
#C9C2C5
(201,194,197)
#DAD3D7
(218,211,215)
#EBE4E9
(235,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #413A35; }

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

This text font color is #413A35.


Background Color

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

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

This div background color is #413A35.


Border color

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

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

This div border color is #413A35.


Opacity

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

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

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

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

This text has shadow with #413A35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #413A35 on black background.


Color preview on white background

This text has color #413A35 on white background.



Black color preview on #413A35 background

This text has black color on #413A35 background.


White color preview on #413A35 background

This text has white color on #413A35 background.