COLOR #456E49

HEX: #456E49
RGB: (69,110,73)

Color info

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

RGB color model

#456E49 color RGB value is (69,110,73).

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

RGB channels and saturation

R 69 of 255 = 27%
G 110 of 255 = 43%
B 73 of 255 = 29%

69
110
73

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

Portions of RGB colors in percentages

R + G + B =
69 + 110 + 73 = 252 (100%)
R 69 of 252 ~ 27.38%
G 110 of 252 ~ 43.65%
B 73 of 252 ~ 28.97%

%27.38
%43.65
%28.97

CMYK color model

#456E49 color CMYK value is (37,0,34,57).

  • cyan value is 37.27%
  • magenta value is 0.00%
  • yellow value is 33.64%
  • key color value is 56.86%
CMYK:
(37,0,34,57)
C37M0Y34K57 
(37%,0%,34%,57%)
(0.37/0.00/0.34/0.57)	

CMYK percentages

%37.27
%0
%33.64
%56.86

Codes

Color #456E49 in popluar color models

456E49
RGB6911073
HSL126°22.91%35.10%
HSB/HSV126°37.27%43.14%
CMYK37.27%0.00%33.64%
56.86%

Color #456E49 in popluar number systems.

HEX456E49
Decimal6911073
Binary100010111011101001001
Octal105156111

Shades and tints

Shades of #456E49

#456E49
(69,110,73)
#3F6443
(63,100,67)
#395A3D
(57,90,61)
#335037
(51,80,55)
#2D4631
(45,70,49)
#273C2B
(39,60,43)
#213225
(33,50,37)
#1B281F
(27,40,31)
#151E19
(21,30,25)
#0F1413
(15,20,19)
#090A0D
(9,10,13)
#000000
(0,0,0)

Tints of #456E49

#456E49
(69,110,73)
#557B59
(85,123,89)
#658869
(101,136,105)
#759579
(117,149,121)
#85A289
(133,162,137)
#95AF99
(149,175,153)
#A5BCA9
(165,188,169)
#B5C9B9
(181,201,185)
#C5D6C9
(197,214,201)
#D5E3D9
(213,227,217)
#E5F0E9
(229,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #456E49; }

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

This text font color is #456E49.


Background Color

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

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

This div background color is #456E49.


Border color

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

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

This div border color is #456E49.


Opacity

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

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

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

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

This text has shadow with #456E49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #456E49 on black background.


Color preview on white background

This text has color #456E49 on white background.



Black color preview on #456E49 background

This text has black color on #456E49 background.


White color preview on #456E49 background

This text has white color on #456E49 background.