COLOR #456447

HEX: #456447
RGB: (69,100,71)

Color info

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

RGB color model

#456447 color RGB value is (69,100,71).

  • red value is 69;
  • green value is 100;
  • blue value is 71.
RGB:
(69,100,71)
(27%,39%,28%)

RGB channels and saturation

R 69 of 255 = 27%
G 100 of 255 = 39%
B 71 of 255 = 28%

69
100
71

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

Portions of RGB colors in percentages

R + G + B =
69 + 100 + 71 = 240 (100%)
R 69 of 240 ~ 28.75%
G 100 of 240 ~ 41.67%
B 71 of 240 ~ 29.58%

%28.75
%41.67
%29.58

CMYK color model

#456447 color CMYK value is (31,0,29,61).

  • cyan value is 31.00%
  • magenta value is 0.00%
  • yellow value is 29.00%
  • key color value is 60.78%
CMYK:
(31,0,29,61)
C31M0Y29K61 
(31%,0%,29%,61%)
(0.31/0.00/0.29/0.61)	

CMYK percentages

%31
%0
%29
%60.78

Codes

Color #456447 in popluar color models

456447
RGB6910071
HSL124°18.34%33.14%
HSB/HSV124°31.00%39.22%
CMYK31.00%0.00%29.00%
60.78%

Color #456447 in popluar number systems.

HEX456447
Decimal6910071
Binary100010111001001000111
Octal105144107

Shades and tints

Shades of #456447

#456447
(69,100,71)
#3F5B41
(63,91,65)
#39523B
(57,82,59)
#334935
(51,73,53)
#2D402F
(45,64,47)
#273729
(39,55,41)
#212E23
(33,46,35)
#1B251D
(27,37,29)
#151C17
(21,28,23)
#0F1311
(15,19,17)
#090A0B
(9,10,11)
#000000
(0,0,0)

Tints of #456447

#456447
(69,100,71)
#557257
(85,114,87)
#658067
(101,128,103)
#758E77
(117,142,119)
#859C87
(133,156,135)
#95AA97
(149,170,151)
#A5B8A7
(165,184,167)
#B5C6B7
(181,198,183)
#C5D4C7
(197,212,199)
#D5E2D7
(213,226,215)
#E5F0E7
(229,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #456447 color. Also use rgb(69,100,71) instead hex code.

Text Font Color

.myTextColor { color: #456447; }

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

This text font color is #456447.


Background Color

.myBgColor { background-color: #456447; }

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

This div background color is #456447.


Border color

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

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

This div border color is #456447.


Opacity

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

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

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

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

This text has shadow with #456447 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #456447 on black background.


Color preview on white background

This text has color #456447 on white background.



Black color preview on #456447 background

This text has black color on #456447 background.


White color preview on #456447 background

This text has white color on #456447 background.