COLOR #413735

HEX: #413735
RGB: (65,55,53)

Color info

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

RGB color model

#413735 color RGB value is (65,55,53).

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

RGB channels and saturation

R 65 of 255 = 25%
G 55 of 255 = 22%
B 53 of 255 = 21%

65
55
53

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

Portions of RGB colors in percentages

R + G + B =
65 + 55 + 53 = 173 (100%)
R 65 of 173 ~ 37.57%
G 55 of 173 ~ 31.79%
B 53 of 173 ~ 30.64%

%37.57
%31.79
%30.64

CMYK color model

#413735 color CMYK value is (0,15,18,75).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 18.46%
  • key color value is 74.51%
CMYK:
(0,15,18,75)
C0M15Y18K75 
(0%,15%,18%,75%)
(0.00/0.15/0.18/0.75)	

CMYK percentages

%0
%15.38
%18.46
%74.51

Codes

Color #413735 in popluar color models

413735
RGB655553
HSL10°10.17%23.14%
HSB/HSV10°18.46%25.49%
CMYK0.00%15.38%18.46%
74.51%

Color #413735 in popluar number systems.

HEX413735
Decimal655553
Binary1000001110111110101
Octal1016765

Shades and tints

Shades of #413735

#413735
(65,55,53)
#3C3231
(60,50,49)
#372D2D
(55,45,45)
#322829
(50,40,41)
#2D2325
(45,35,37)
#281E21
(40,30,33)
#23191D
(35,25,29)
#1E1419
(30,20,25)
#190F15
(25,15,21)
#140A11
(20,10,17)
#0F050D
(15,5,13)
#000000
(0,0,0)

Tints of #413735

#413735
(65,55,53)
#524947
(82,73,71)
#635B59
(99,91,89)
#746D6B
(116,109,107)
#857F7D
(133,127,125)
#96918F
(150,145,143)
#A7A3A1
(167,163,161)
#B8B5B3
(184,181,179)
#C9C7C5
(201,199,197)
#DAD9D7
(218,217,215)
#EBEBE9
(235,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #413735; }

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

This text font color is #413735.


Background Color

.myBgColor { background-color: #413735; }

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

This div background color is #413735.


Border color

.myBorderColor { border: 1px solid #413735; }

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

This div border color is #413735.


Opacity

.myOpacity80 { color: #413735; opacity: 0.8; }

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

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

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

This text has shadow with #413735 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #413735 on black background.


Color preview on white background

This text has color #413735 on white background.



Black color preview on #413735 background

This text has black color on #413735 background.


White color preview on #413735 background

This text has white color on #413735 background.