COLOR #456C46

HEX: #456C46
RGB: (69,108,70)

Color info

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

RGB color model

#456C46 color RGB value is (69,108,70).

  • red value is 69;
  • green value is 108;
  • blue value is 70.
RGB:
(69,108,70)
(27%,42%,27%)

RGB channels and saturation

R 69 of 255 = 27%
G 108 of 255 = 42%
B 70 of 255 = 27%

69
108
70

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

Portions of RGB colors in percentages

R + G + B =
69 + 108 + 70 = 247 (100%)
R 69 of 247 ~ 27.94%
G 108 of 247 ~ 43.72%
B 70 of 247 ~ 28.34%

%27.94
%43.72
%28.34

CMYK color model

#456C46 color CMYK value is (36,0,35,58).

  • cyan value is 36.11%
  • magenta value is 0.00%
  • yellow value is 35.19%
  • key color value is 57.65%
CMYK:
(36,0,35,58)
C36M0Y35K58 
(36%,0%,35%,58%)
(0.36/0.00/0.35/0.58)	

CMYK percentages

%36.11
%0
%35.19
%57.65

Codes

Color #456C46 in popluar color models

456C46
RGB6910870
HSL122°22.03%34.71%
HSB/HSV122°36.11%42.35%
CMYK36.11%0.00%35.19%
57.65%

Color #456C46 in popluar number systems.

HEX456C46
Decimal6910870
Binary100010111011001000110
Octal105154106

Shades and tints

Shades of #456C46

#456C46
(69,108,70)
#3F6340
(63,99,64)
#395A3A
(57,90,58)
#335134
(51,81,52)
#2D482E
(45,72,46)
#273F28
(39,63,40)
#213622
(33,54,34)
#1B2D1C
(27,45,28)
#152416
(21,36,22)
#0F1B10
(15,27,16)
#09120A
(9,18,10)
#000000
(0,0,0)

Tints of #456C46

#456C46
(69,108,70)
#557956
(85,121,86)
#658666
(101,134,102)
#759376
(117,147,118)
#85A086
(133,160,134)
#95AD96
(149,173,150)
#A5BAA6
(165,186,166)
#B5C7B6
(181,199,182)
#C5D4C6
(197,212,198)
#D5E1D6
(213,225,214)
#E5EEE6
(229,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #456C46 color. Also use rgb(69,108,70) instead hex code.

Text Font Color

.myTextColor { color: #456C46; }

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

This text font color is #456C46.


Background Color

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

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

This div background color is #456C46.


Border color

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

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

This div border color is #456C46.


Opacity

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

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

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

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

This text has shadow with #456C46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #456C46 on black background.


Color preview on white background

This text has color #456C46 on white background.



Black color preview on #456C46 background

This text has black color on #456C46 background.


White color preview on #456C46 background

This text has white color on #456C46 background.