COLOR #456E39

HEX: #456E39
RGB: (69,110,57)

Color info

#456E39 contains red, green and blue colors in about the same proportion. Web safe color of #456E39 is #336633 (or #363).

RGB color model

#456E39 color RGB value is (69,110,57).

  • red value is 69;
  • green value is 110;
  • blue value is 57.
RGB:
(69,110,57)
(27%,43%,22%)

RGB channels and saturation

R 69 of 255 = 27%
G 110 of 255 = 43%
B 57 of 255 = 22%

69
110
57

R + G + B ~ 31%. #456E39 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 110 + 57 = 236 (100%)
R 69 of 236 ~ 29.24%
G 110 of 236 ~ 46.61%
B 57 of 236 ~ 24.15%

%29.24
%46.61
%24.15

CMYK color model

#456E39 color CMYK value is (37,0,48,57).

  • cyan value is 37.27%
  • magenta value is 0.00%
  • yellow value is 48.18%
  • key color value is 56.86%
CMYK:
(37,0,48,57)
C37M0Y48K57 
(37%,0%,48%,57%)
(0.37/0.00/0.48/0.57)	

CMYK percentages

%37.27
%0
%48.18
%56.86

Codes

Color #456E39 in popluar color models

456E39
RGB6911057
HSL106°31.74%32.75%
HSB/HSV106°48.18%43.14%
CMYK37.27%0.00%48.18%
56.86%

Color #456E39 in popluar number systems.

HEX456E39
Decimal6911057
Binary10001011101110111001
Octal10515671

Shades and tints

Shades of #456E39

#456E39
(69,110,57)
#3F6434
(63,100,52)
#395A2F
(57,90,47)
#33502A
(51,80,42)
#2D4625
(45,70,37)
#273C20
(39,60,32)
#21321B
(33,50,27)
#1B2816
(27,40,22)
#151E11
(21,30,17)
#0F140C
(15,20,12)
#090A07
(9,10,7)
#000000
(0,0,0)

Tints of #456E39

#456E39
(69,110,57)
#557B4B
(85,123,75)
#65885D
(101,136,93)
#75956F
(117,149,111)
#85A281
(133,162,129)
#95AF93
(149,175,147)
#A5BCA5
(165,188,165)
#B5C9B7
(181,201,183)
#C5D6C9
(197,214,201)
#D5E3DB
(213,227,219)
#E5F0ED
(229,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #456E39 color. Also use rgb(69,110,57) instead hex code.

Text Font Color

.myTextColor { color: #456E39; }

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

This text font color is #456E39.


Background Color

.myBgColor { background-color: #456E39; }

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

This div background color is #456E39.


Border color

.myBorderColor { border: 1px solid #456E39; }

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

This div border color is #456E39.


Opacity

.myOpacity80 { color: #456E39; opacity: 0.8; }

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

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

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

This text has shadow with #456E39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #456E39 on black background.


Color preview on white background

This text has color #456E39 on white background.



Black color preview on #456E39 background

This text has black color on #456E39 background.


White color preview on #456E39 background

This text has white color on #456E39 background.