COLOR #456D31

HEX: #456D31 RGB: (69,109,49)

Color info

#456D31 contains mainly red and green colors. Web safe color of #456D31 is #336633 (or #363).

RGB color model

#456D31 color RGB value is (69,109,49).

RGB: (69,109,49) (27%, 43%, 19%)

RGB channels and saturation

R 69 of 255 = 27%
G 109 of 255 = 43%
B 49 of 255 = 19%

69
109
49

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

Portions of RGB colors in percentages

R + G + B = 69 + 109 + 49 = 227 (100%)
R 69 of 227 ~ 30.4%
G 109 of 227 ~ 48.02%
B 49 of 227 ~ 21.59'%

%30.4
%48.02
%21.59

CMYK color model

#456D31 color CMYK value is (37,0,55,57).

  • cyan value is 36.70%
  • magenta value is 0.00%
  • yellow value is 55.05%
  • key color value is 57.25%

CMYK: (37,0,55,57)
C37M0Y55K57 (37%, 0%, 55%, 57%)
(0.37 / 0.00 / 0.55 / 0.57)

CMYK percentages

%36.7
%0
%55.05
%57.25

Codes

Color #456D31 in popluar color models

45 6D 31
RGB 69 109 49
HSL 100° 37.97% 30.98%
HSB/HSV 100° 55.05% 42.75%
CMYK 36.70% 0.00% 55.05%
57.25%

Color #456D31 in popluar number systems.

HEX 45 6D 31
Decimal 69 109 49
Binary 1000101 1101101 110001
Octal 105 155 61

Shades and tints

Shades of #456D31

#456D31
(69,109,49)
#3F642D
(63,100,45)
#395B29
(57,91,41)
#335225
(51,82,37)
#2D4921
(45,73,33)
#27401D
(39,64,29)
#213719
(33,55,25)
#1B2E15
(27,46,21)
#152511
(21,37,17)
#0F1C0D
(15,28,13)
#091309
(9,19,9)
#000000
(0,0,0)

Tints of #456D31

#456D31
(69,109,49)
#557A43
(85,122,67)
#658755
(101,135,85)
#759467
(117,148,103)
#85A179
(133,161,121)
#95AE8B
(149,174,139)
#A5BB9D
(165,187,157)
#B5C8AF
(181,200,175)
#C5D5C1
(197,213,193)
#D5E2D3
(213,226,211)
#E5EFE5
(229,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #456D31; }

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

This text font color is #456D31.

Background Color

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

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

This div background color is #456D31.

Border color

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

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

This div border color is #456D31.

Opacity

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

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

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

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

This text has shadow with #456D31 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #456D31.

Preview

Color preview on black background

This text has color #456D31 on black background.


Color preview on white background

This text has color #456D31 on white background.


Black color preview on #456D31 background

This text has black color on #456D31 background.


White color preview on #456D31 background

This text has white color on #456D31 background.


Related colors

Complementary color

Complementary color for #hex is #BA92CE.


I love getcolorcode.com

Triadic colors

1 #31456D and #6D3145 with #456D31 are triadic colors.

2 #316D45 and #6D4531 with #456D31 are triadic colors.