COLOR #414336

HEX: #414336
RGB: (65,67,54)

Color info

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

RGB color model

#414336 color RGB value is (65,67,54).

  • red value is 65;
  • green value is 67;
  • blue value is 54.
RGB:
(65,67,54)
(25%,26%,21%)

RGB channels and saturation

R 65 of 255 = 25%
G 67 of 255 = 26%
B 54 of 255 = 21%

65
67
54

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

Portions of RGB colors in percentages

R + G + B =
65 + 67 + 54 = 186 (100%)
R 65 of 186 ~ 34.95%
G 67 of 186 ~ 36.02%
B 54 of 186 ~ 29.03%

%34.95
%36.02
%29.03

CMYK color model

#414336 color CMYK value is (3,0,19,74).

  • cyan value is 2.99%
  • magenta value is 0.00%
  • yellow value is 19.40%
  • key color value is 73.73%
CMYK:
(3,0,19,74)
C3M0Y19K74 
(3%,0%,19%,74%)
(0.03/0.00/0.19/0.74)	

CMYK percentages

%2.99
%0
%19.4
%73.73

Codes

Color #414336 in popluar color models

414336
RGB656754
HSL69°10.74%23.73%
HSB/HSV69°19.40%26.27%
CMYK2.99%0.00%19.40%
73.73%

Color #414336 in popluar number systems.

HEX414336
Decimal656754
Binary10000011000011110110
Octal10110366

Shades and tints

Shades of #414336

#414336
(65,67,54)
#3C3D32
(60,61,50)
#37372E
(55,55,46)
#32312A
(50,49,42)
#2D2B26
(45,43,38)
#282522
(40,37,34)
#231F1E
(35,31,30)
#1E191A
(30,25,26)
#191316
(25,19,22)
#140D12
(20,13,18)
#0F070E
(15,7,14)
#000000
(0,0,0)

Tints of #414336

#414336
(65,67,54)
#525448
(82,84,72)
#63655A
(99,101,90)
#74766C
(116,118,108)
#85877E
(133,135,126)
#969890
(150,152,144)
#A7A9A2
(167,169,162)
#B8BAB4
(184,186,180)
#C9CBC6
(201,203,198)
#DADCD8
(218,220,216)
#EBEDEA
(235,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #414336 color. Also use rgb(65,67,54) instead hex code.

Text Font Color

.myTextColor { color: #414336; }

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

This text font color is #414336.


Background Color

.myBgColor { background-color: #414336; }

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

This div background color is #414336.


Border color

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

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

This div border color is #414336.


Opacity

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

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

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

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

This text has shadow with #414336 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414336 on black background.


Color preview on white background

This text has color #414336 on white background.



Black color preview on #414336 background

This text has black color on #414336 background.


White color preview on #414336 background

This text has white color on #414336 background.