COLOR #456342

HEX: #456342
RGB: (69,99,66)

Color info

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

RGB color model

#456342 color RGB value is (69,99,66).

  • red value is 69;
  • green value is 99;
  • blue value is 66.
RGB:
(69,99,66)
(27%,39%,26%)

RGB channels and saturation

R 69 of 255 = 27%
G 99 of 255 = 39%
B 66 of 255 = 26%

69
99
66

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

Portions of RGB colors in percentages

R + G + B =
69 + 99 + 66 = 234 (100%)
R 69 of 234 ~ 29.49%
G 99 of 234 ~ 42.31%
B 66 of 234 ~ 28.21%

%29.49
%42.31
%28.21

CMYK color model

#456342 color CMYK value is (30,0,33,61).

  • cyan value is 30.30%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 61.18%
CMYK:
(30,0,33,61)
C30M0Y33K61 
(30%,0%,33%,61%)
(0.30/0.00/0.33/0.61)	

CMYK percentages

%30.3
%0
%33.33
%61.18

Codes

Color #456342 in popluar color models

456342
RGB699966
HSL115°20.00%32.35%
HSB/HSV115°33.33%38.82%
CMYK30.30%0.00%33.33%
61.18%

Color #456342 in popluar number systems.

HEX456342
Decimal699966
Binary100010111000111000010
Octal105143102

Shades and tints

Shades of #456342

#456342
(69,99,66)
#3F5A3C
(63,90,60)
#395136
(57,81,54)
#334830
(51,72,48)
#2D3F2A
(45,63,42)
#273624
(39,54,36)
#212D1E
(33,45,30)
#1B2418
(27,36,24)
#151B12
(21,27,18)
#0F120C
(15,18,12)
#090906
(9,9,6)
#000000
(0,0,0)

Tints of #456342

#456342
(69,99,66)
#557153
(85,113,83)
#657F64
(101,127,100)
#758D75
(117,141,117)
#859B86
(133,155,134)
#95A997
(149,169,151)
#A5B7A8
(165,183,168)
#B5C5B9
(181,197,185)
#C5D3CA
(197,211,202)
#D5E1DB
(213,225,219)
#E5EFEC
(229,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #456342 color. Also use rgb(69,99,66) instead hex code.

Text Font Color

.myTextColor { color: #456342; }

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

This text font color is #456342.


Background Color

.myBgColor { background-color: #456342; }

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

This div background color is #456342.


Border color

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

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

This div border color is #456342.


Opacity

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

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

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

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

This text has shadow with #456342 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #456342 on black background.


Color preview on white background

This text has color #456342 on white background.



Black color preview on #456342 background

This text has black color on #456342 background.


White color preview on #456342 background

This text has white color on #456342 background.