COLOR #414435

HEX: #414435
RGB: (65,68,53)

Color info

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

RGB color model

#414435 color RGB value is (65,68,53).

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

RGB channels and saturation

R 65 of 255 = 25%
G 68 of 255 = 27%
B 53 of 255 = 21%

65
68
53

R + G + B ~ 24%. #414435 is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 68 + 53 = 186 (100%)
R 65 of 186 ~ 34.95%
G 68 of 186 ~ 36.56%
B 53 of 186 ~ 28.49%

%34.95
%36.56
%28.49

CMYK color model

#414435 color CMYK value is (4,0,22,73).

  • cyan value is 4.41%
  • magenta value is 0.00%
  • yellow value is 22.06%
  • key color value is 73.33%
CMYK:
(4,0,22,73)
C4M0Y22K73 
(4%,0%,22%,73%)
(0.04/0.00/0.22/0.73)	

CMYK percentages

%4.41
%0
%22.06
%73.33

Codes

Color #414435 in popluar color models

414435
RGB656853
HSL72°12.40%23.73%
HSB/HSV72°22.06%26.67%
CMYK4.41%0.00%22.06%
73.33%

Color #414435 in popluar number systems.

HEX414435
Decimal656853
Binary10000011000100110101
Octal10110465

Shades and tints

Shades of #414435

#414435
(65,68,53)
#3C3E31
(60,62,49)
#37382D
(55,56,45)
#323229
(50,50,41)
#2D2C25
(45,44,37)
#282621
(40,38,33)
#23201D
(35,32,29)
#1E1A19
(30,26,25)
#191415
(25,20,21)
#140E11
(20,14,17)
#0F080D
(15,8,13)
#000000
(0,0,0)

Tints of #414435

#414435
(65,68,53)
#525547
(82,85,71)
#636659
(99,102,89)
#74776B
(116,119,107)
#85887D
(133,136,125)
#96998F
(150,153,143)
#A7AAA1
(167,170,161)
#B8BBB3
(184,187,179)
#C9CCC5
(201,204,197)
#DADDD7
(218,221,215)
#EBEEE9
(235,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #414435; }

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

This text font color is #414435.


Background Color

.myBgColor { background-color: #414435; }

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

This div background color is #414435.


Border color

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

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

This div border color is #414435.


Opacity

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

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

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

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

This text has shadow with #414435 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414435 on black background.


Color preview on white background

This text has color #414435 on white background.



Black color preview on #414435 background

This text has black color on #414435 background.


White color preview on #414435 background

This text has white color on #414435 background.