COLOR #456647

HEX: #456647
RGB: (69,102,71)

Color info

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

RGB color model

#456647 color RGB value is (69,102,71).

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

RGB channels and saturation

R 69 of 255 = 27%
G 102 of 255 = 40%
B 71 of 255 = 28%

69
102
71

R + G + B ~ 32%. #456647 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 102 + 71 = 242 (100%)
R 69 of 242 ~ 28.51%
G 102 of 242 ~ 42.15%
B 71 of 242 ~ 29.34%

%28.51
%42.15
%29.34

CMYK color model

#456647 color CMYK value is (32,0,30,60).

  • cyan value is 32.35%
  • magenta value is 0.00%
  • yellow value is 30.39%
  • key color value is 60.00%
CMYK:
(32,0,30,60)
C32M0Y30K60 
(32%,0%,30%,60%)
(0.32/0.00/0.30/0.60)	

CMYK percentages

%32.35
%0
%30.39
%60

Codes

Color #456647 in popluar color models

456647
RGB6910271
HSL124°19.30%33.53%
HSB/HSV124°32.35%40.00%
CMYK32.35%0.00%30.39%
60.00%

Color #456647 in popluar number systems.

HEX456647
Decimal6910271
Binary100010111001101000111
Octal105146107

Shades and tints

Shades of #456647

#456647
(69,102,71)
#3F5D41
(63,93,65)
#39543B
(57,84,59)
#334B35
(51,75,53)
#2D422F
(45,66,47)
#273929
(39,57,41)
#213023
(33,48,35)
#1B271D
(27,39,29)
#151E17
(21,30,23)
#0F1511
(15,21,17)
#090C0B
(9,12,11)
#000000
(0,0,0)

Tints of #456647

#456647
(69,102,71)
#557357
(85,115,87)
#658067
(101,128,103)
#758D77
(117,141,119)
#859A87
(133,154,135)
#95A797
(149,167,151)
#A5B4A7
(165,180,167)
#B5C1B7
(181,193,183)
#C5CEC7
(197,206,199)
#D5DBD7
(213,219,215)
#E5E8E7
(229,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #456647; }

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

This text font color is #456647.


Background Color

.myBgColor { background-color: #456647; }

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

This div background color is #456647.


Border color

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

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

This div border color is #456647.


Opacity

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

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

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

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

This text has shadow with #456647 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #456647 on black background.


Color preview on white background

This text has color #456647 on white background.



Black color preview on #456647 background

This text has black color on #456647 background.


White color preview on #456647 background

This text has white color on #456647 background.