COLOR #414836

HEX: #414836
RGB: (65,72,54)

Color info

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

RGB color model

#414836 color RGB value is (65,72,54).

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

RGB channels and saturation

R 65 of 255 = 25%
G 72 of 255 = 28%
B 54 of 255 = 21%

65
72
54

R + G + B ~ 25%. #414836 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 72 + 54 = 191 (100%)
R 65 of 191 ~ 34.03%
G 72 of 191 ~ 37.7%
B 54 of 191 ~ 28.27%

%34.03
%37.7
%28.27

CMYK color model

#414836 color CMYK value is (10,0,25,72).

  • cyan value is 9.72%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 71.76%
CMYK:
(10,0,25,72)
C10M0Y25K72 
(10%,0%,25%,72%)
(0.10/0.00/0.25/0.72)	

CMYK percentages

%9.72
%0
%25
%71.76

Codes

Color #414836 in popluar color models

414836
RGB657254
HSL83°14.29%24.71%
HSB/HSV83°25.00%28.24%
CMYK9.72%0.00%25.00%
71.76%

Color #414836 in popluar number systems.

HEX414836
Decimal657254
Binary10000011001000110110
Octal10111066

Shades and tints

Shades of #414836

#414836
(65,72,54)
#3C4232
(60,66,50)
#373C2E
(55,60,46)
#32362A
(50,54,42)
#2D3026
(45,48,38)
#282A22
(40,42,34)
#23241E
(35,36,30)
#1E1E1A
(30,30,26)
#191816
(25,24,22)
#141212
(20,18,18)
#0F0C0E
(15,12,14)
#000000
(0,0,0)

Tints of #414836

#414836
(65,72,54)
#525848
(82,88,72)
#63685A
(99,104,90)
#74786C
(116,120,108)
#85887E
(133,136,126)
#969890
(150,152,144)
#A7A8A2
(167,168,162)
#B8B8B4
(184,184,180)
#C9C8C6
(201,200,198)
#DAD8D8
(218,216,216)
#EBE8EA
(235,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #414836; }

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

This text font color is #414836.


Background Color

.myBgColor { background-color: #414836; }

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

This div background color is #414836.


Border color

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

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

This div border color is #414836.


Opacity

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

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

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

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

This text has shadow with #414836 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414836 on black background.


Color preview on white background

This text has color #414836 on white background.



Black color preview on #414836 background

This text has black color on #414836 background.


White color preview on #414836 background

This text has white color on #414836 background.