COLOR #456646

HEX: #456646
RGB: (69,102,70)

Color info

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

RGB color model

#456646 color RGB value is (69,102,70).

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

RGB channels and saturation

R 69 of 255 = 27%
G 102 of 255 = 40%
B 70 of 255 = 27%

69
102
70

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

Portions of RGB colors in percentages

R + G + B =
69 + 102 + 70 = 241 (100%)
R 69 of 241 ~ 28.63%
G 102 of 241 ~ 42.32%
B 70 of 241 ~ 29.05%

%28.63
%42.32
%29.05

CMYK color model

#456646 color CMYK value is (32,0,31,60).

  • cyan value is 32.35%
  • magenta value is 0.00%
  • yellow value is 31.37%
  • key color value is 60.00%
CMYK:
(32,0,31,60)
C32M0Y31K60 
(32%,0%,31%,60%)
(0.32/0.00/0.31/0.60)	

CMYK percentages

%32.35
%0
%31.37
%60

Codes

Color #456646 in popluar color models

456646
RGB6910270
HSL122°19.30%33.53%
HSB/HSV122°32.35%40.00%
CMYK32.35%0.00%31.37%
60.00%

Color #456646 in popluar number systems.

HEX456646
Decimal6910270
Binary100010111001101000110
Octal105146106

Shades and tints

Shades of #456646

#456646
(69,102,70)
#3F5D40
(63,93,64)
#39543A
(57,84,58)
#334B34
(51,75,52)
#2D422E
(45,66,46)
#273928
(39,57,40)
#213022
(33,48,34)
#1B271C
(27,39,28)
#151E16
(21,30,22)
#0F1510
(15,21,16)
#090C0A
(9,12,10)
#000000
(0,0,0)

Tints of #456646

#456646
(69,102,70)
#557356
(85,115,86)
#658066
(101,128,102)
#758D76
(117,141,118)
#859A86
(133,154,134)
#95A796
(149,167,150)
#A5B4A6
(165,180,166)
#B5C1B6
(181,193,182)
#C5CEC6
(197,206,198)
#D5DBD6
(213,219,214)
#E5E8E6
(229,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #456646; }

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

This text font color is #456646.


Background Color

.myBgColor { background-color: #456646; }

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

This div background color is #456646.


Border color

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

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

This div border color is #456646.


Opacity

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

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

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

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

This text has shadow with #456646 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #456646 on black background.


Color preview on white background

This text has color #456646 on white background.



Black color preview on #456646 background

This text has black color on #456646 background.


White color preview on #456646 background

This text has white color on #456646 background.