COLOR #456448

HEX: #456448
RGB: (69,100,72)

Color info

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

RGB color model

#456448 color RGB value is (69,100,72).

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

RGB channels and saturation

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

69
100
72

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

Portions of RGB colors in percentages

R + G + B =
69 + 100 + 72 = 241 (100%)
R 69 of 241 ~ 28.63%
G 100 of 241 ~ 41.49%
B 72 of 241 ~ 29.88%

%28.63
%41.49
%29.88

CMYK color model

#456448 color CMYK value is (31,0,28,61).

  • cyan value is 31.00%
  • magenta value is 0.00%
  • yellow value is 28.00%
  • key color value is 60.78%
CMYK:
(31,0,28,61)
C31M0Y28K61 
(31%,0%,28%,61%)
(0.31/0.00/0.28/0.61)	

CMYK percentages

%31
%0
%28
%60.78

Codes

Color #456448 in popluar color models

456448
RGB6910072
HSL126°18.34%33.14%
HSB/HSV126°31.00%39.22%
CMYK31.00%0.00%28.00%
60.78%

Color #456448 in popluar number systems.

HEX456448
Decimal6910072
Binary100010111001001001000
Octal105144110

Shades and tints

Shades of #456448

#456448
(69,100,72)
#3F5B42
(63,91,66)
#39523C
(57,82,60)
#334936
(51,73,54)
#2D4030
(45,64,48)
#27372A
(39,55,42)
#212E24
(33,46,36)
#1B251E
(27,37,30)
#151C18
(21,28,24)
#0F1312
(15,19,18)
#090A0C
(9,10,12)
#000000
(0,0,0)

Tints of #456448

#456448
(69,100,72)
#557258
(85,114,88)
#658068
(101,128,104)
#758E78
(117,142,120)
#859C88
(133,156,136)
#95AA98
(149,170,152)
#A5B8A8
(165,184,168)
#B5C6B8
(181,198,184)
#C5D4C8
(197,212,200)
#D5E2D8
(213,226,216)
#E5F0E8
(229,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #456448; }

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

This text font color is #456448.


Background Color

.myBgColor { background-color: #456448; }

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

This div background color is #456448.


Border color

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

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

This div border color is #456448.


Opacity

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

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

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

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

This text has shadow with #456448 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #456448 on black background.


Color preview on white background

This text has color #456448 on white background.



Black color preview on #456448 background

This text has black color on #456448 background.


White color preview on #456448 background

This text has white color on #456448 background.