COLOR #414236

HEX: #414236
RGB: (65,66,54)

Color info

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

RGB color model

#414236 color RGB value is (65,66,54).

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

RGB channels and saturation

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

65
66
54

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

Portions of RGB colors in percentages

R + G + B =
65 + 66 + 54 = 185 (100%)
R 65 of 185 ~ 35.14%
G 66 of 185 ~ 35.68%
B 54 of 185 ~ 29.19%

%35.14
%35.68
%29.19

CMYK color model

#414236 color CMYK value is (2,0,18,74).

  • cyan value is 1.52%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 74.12%
CMYK:
(2,0,18,74)
C2M0Y18K74 
(2%,0%,18%,74%)
(0.02/0.00/0.18/0.74)	

CMYK percentages

%1.52
%0
%18.18
%74.12

Codes

Color #414236 in popluar color models

414236
RGB656654
HSL65°10.00%23.53%
HSB/HSV65°18.18%25.88%
CMYK1.52%0.00%18.18%
74.12%

Color #414236 in popluar number systems.

HEX414236
Decimal656654
Binary10000011000010110110
Octal10110266

Shades and tints

Shades of #414236

#414236
(65,66,54)
#3C3C32
(60,60,50)
#37362E
(55,54,46)
#32302A
(50,48,42)
#2D2A26
(45,42,38)
#282422
(40,36,34)
#231E1E
(35,30,30)
#1E181A
(30,24,26)
#191216
(25,18,22)
#140C12
(20,12,18)
#0F060E
(15,6,14)
#000000
(0,0,0)

Tints of #414236

#414236
(65,66,54)
#525348
(82,83,72)
#63645A
(99,100,90)
#74756C
(116,117,108)
#85867E
(133,134,126)
#969790
(150,151,144)
#A7A8A2
(167,168,162)
#B8B9B4
(184,185,180)
#C9CAC6
(201,202,198)
#DADBD8
(218,219,216)
#EBECEA
(235,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #414236; }

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

This text font color is #414236.


Background Color

.myBgColor { background-color: #414236; }

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

This div background color is #414236.


Border color

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

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

This div border color is #414236.


Opacity

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

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

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

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

This text has shadow with #414236 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414236 on black background.


Color preview on white background

This text has color #414236 on white background.



Black color preview on #414236 background

This text has black color on #414236 background.


White color preview on #414236 background

This text has white color on #414236 background.