COLOR #405251

HEX: #405251
RGB: (64,82,81)

Color info

#405251 contains red, green and blue colors in about the same proportion. Web safe color of #405251 is #336666 (or #366).

RGB color model

#405251 color RGB value is (64,82,81).

  • red value is 64;
  • green value is 82;
  • blue value is 81.
RGB:
(64,82,81)
(25%,32%,32%)

RGB channels and saturation

R 64 of 255 = 25%
G 82 of 255 = 32%
B 81 of 255 = 32%

64
82
81

R + G + B ~ 30%. #405251 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 82 + 81 = 227 (100%)
R 64 of 227 ~ 28.19%
G 82 of 227 ~ 36.12%
B 81 of 227 ~ 35.68%

%28.19
%36.12
%35.68

CMYK color model

#405251 color CMYK value is (22,0,1,68).

  • cyan value is 21.95%
  • magenta value is 0.00%
  • yellow value is 1.22%
  • key color value is 67.84%
CMYK:
(22,0,1,68)
C22M0Y1K68 
(22%,0%,1%,68%)
(0.22/0.00/0.01/0.68)	

CMYK percentages

%21.95
%0
%1.22
%67.84

Codes

Color #405251 in popluar color models

405251
RGB648281
HSL177°12.33%28.63%
HSB/HSV177°21.95%32.16%
CMYK21.95%0.00%1.22%
67.84%

Color #405251 in popluar number systems.

HEX405251
Decimal648281
Binary100000010100101010001
Octal100122121

Shades and tints

Shades of #405251

#405251
(64,82,81)
#3B4B4A
(59,75,74)
#364443
(54,68,67)
#313D3C
(49,61,60)
#2C3635
(44,54,53)
#272F2E
(39,47,46)
#222827
(34,40,39)
#1D2120
(29,33,32)
#181A19
(24,26,25)
#131312
(19,19,18)
#0E0C0B
(14,12,11)
#000000
(0,0,0)

Tints of #405251

#405251
(64,82,81)
#516160
(81,97,96)
#62706F
(98,112,111)
#737F7E
(115,127,126)
#848E8D
(132,142,141)
#959D9C
(149,157,156)
#A6ACAB
(166,172,171)
#B7BBBA
(183,187,186)
#C8CAC9
(200,202,201)
#D9D9D8
(217,217,216)
#EAE8E7
(234,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #405251 color. Also use rgb(64,82,81) instead hex code.

Text Font Color

.myTextColor { color: #405251; }

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

This text font color is #405251.


Background Color

.myBgColor { background-color: #405251; }

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

This div background color is #405251.


Border color

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

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

This div border color is #405251.


Opacity

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

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

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

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

This text has shadow with #405251 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #405251 on black background.


Color preview on white background

This text has color #405251 on white background.



Black color preview on #405251 background

This text has black color on #405251 background.


White color preview on #405251 background

This text has white color on #405251 background.