COLOR #456D3A

HEX: #456D3A
RGB: (69,109,58)

Color info

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

RGB color model

#456D3A color RGB value is (69,109,58).

  • red value is 69;
  • green value is 109;
  • blue value is 58.
RGB:
(69,109,58)
(27%,43%,23%)

RGB channels and saturation

R 69 of 255 = 27%
G 109 of 255 = 43%
B 58 of 255 = 23%

69
109
58

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

Portions of RGB colors in percentages

R + G + B =
69 + 109 + 58 = 236 (100%)
R 69 of 236 ~ 29.24%
G 109 of 236 ~ 46.19%
B 58 of 236 ~ 24.58%

%29.24
%46.19
%24.58

CMYK color model

#456D3A color CMYK value is (37,0,47,57).

  • cyan value is 36.70%
  • magenta value is 0.00%
  • yellow value is 46.79%
  • key color value is 57.25%
CMYK:
(37,0,47,57)
C37M0Y47K57 
(37%,0%,47%,57%)
(0.37/0.00/0.47/0.57)	

CMYK percentages

%36.7
%0
%46.79
%57.25

Codes

Color #456D3A in popluar color models

456D3A
RGB6910958
HSL107°30.54%32.75%
HSB/HSV107°46.79%42.75%
CMYK36.70%0.00%46.79%
57.25%

Color #456D3A in popluar number systems.

HEX456D3A
Decimal6910958
Binary10001011101101111010
Octal10515572

Shades and tints

Shades of #456D3A

#456D3A
(69,109,58)
#3F6435
(63,100,53)
#395B30
(57,91,48)
#33522B
(51,82,43)
#2D4926
(45,73,38)
#274021
(39,64,33)
#21371C
(33,55,28)
#1B2E17
(27,46,23)
#152512
(21,37,18)
#0F1C0D
(15,28,13)
#091308
(9,19,8)
#000000
(0,0,0)

Tints of #456D3A

#456D3A
(69,109,58)
#557A4B
(85,122,75)
#65875C
(101,135,92)
#75946D
(117,148,109)
#85A17E
(133,161,126)
#95AE8F
(149,174,143)
#A5BBA0
(165,187,160)
#B5C8B1
(181,200,177)
#C5D5C2
(197,213,194)
#D5E2D3
(213,226,211)
#E5EFE4
(229,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #456D3A color. Also use rgb(69,109,58) instead hex code.

Text Font Color

.myTextColor { color: #456D3A; }

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

This text font color is #456D3A.


Background Color

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

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

This div background color is #456D3A.


Border color

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

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

This div border color is #456D3A.


Opacity

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

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

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

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

This text has shadow with #456D3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #456D3A on black background.


Color preview on white background

This text has color #456D3A on white background.



Black color preview on #456D3A background

This text has black color on #456D3A background.


White color preview on #456D3A background

This text has white color on #456D3A background.