COLOR #456952

HEX: #456952
RGB: (69,105,82)

Color info

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

RGB color model

#456952 color RGB value is (69,105,82).

  • red value is 69;
  • green value is 105;
  • blue value is 82.
RGB:
(69,105,82)
(27%,41%,32%)

RGB channels and saturation

R 69 of 255 = 27%
G 105 of 255 = 41%
B 82 of 255 = 32%

69
105
82

R + G + B ~ 33%. #456952 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 105 + 82 = 256 (100%)
R 69 of 256 ~ 26.95%
G 105 of 256 ~ 41.02%
B 82 of 256 ~ 32.03%

%26.95
%41.02
%32.03

CMYK color model

#456952 color CMYK value is (34,0,22,59).

  • cyan value is 34.29%
  • magenta value is 0.00%
  • yellow value is 21.90%
  • key color value is 58.82%
CMYK:
(34,0,22,59)
C34M0Y22K59 
(34%,0%,22%,59%)
(0.34/0.00/0.22/0.59)	

CMYK percentages

%34.29
%0
%21.9
%58.82

Codes

Color #456952 in popluar color models

456952
RGB6910582
HSL142°20.69%34.12%
HSB/HSV142°34.29%41.18%
CMYK34.29%0.00%21.90%
58.82%

Color #456952 in popluar number systems.

HEX456952
Decimal6910582
Binary100010111010011010010
Octal105151122

Shades and tints

Shades of #456952

#456952
(69,105,82)
#3F604B
(63,96,75)
#395744
(57,87,68)
#334E3D
(51,78,61)
#2D4536
(45,69,54)
#273C2F
(39,60,47)
#213328
(33,51,40)
#1B2A21
(27,42,33)
#15211A
(21,33,26)
#0F1813
(15,24,19)
#090F0C
(9,15,12)
#000000
(0,0,0)

Tints of #456952

#456952
(69,105,82)
#557661
(85,118,97)
#658370
(101,131,112)
#75907F
(117,144,127)
#859D8E
(133,157,142)
#95AA9D
(149,170,157)
#A5B7AC
(165,183,172)
#B5C4BB
(181,196,187)
#C5D1CA
(197,209,202)
#D5DED9
(213,222,217)
#E5EBE8
(229,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #456952 color. Also use rgb(69,105,82) instead hex code.

Text Font Color

.myTextColor { color: #456952; }

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

This text font color is #456952.


Background Color

.myBgColor { background-color: #456952; }

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

This div background color is #456952.


Border color

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

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

This div border color is #456952.


Opacity

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

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

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

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

This text has shadow with #456952 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #456952 on black background.


Color preview on white background

This text has color #456952 on white background.



Black color preview on #456952 background

This text has black color on #456952 background.


White color preview on #456952 background

This text has white color on #456952 background.