COLOR #456650

HEX: #456650
RGB: (69,102,80)

Color info

#456650 contains red, green and blue colors in about the same proportion. Web safe color of #456650 is #336666 (or #366).

RGB color model

#456650 color RGB value is (69,102,80).

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

RGB channels and saturation

R 69 of 255 = 27%
G 102 of 255 = 40%
B 80 of 255 = 31%

69
102
80

R + G + B ~ 33%. #456650 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 102 + 80 = 251 (100%)
R 69 of 251 ~ 27.49%
G 102 of 251 ~ 40.64%
B 80 of 251 ~ 31.87%

%27.49
%40.64
%31.87

CMYK color model

#456650 color CMYK value is (32,0,22,60).

  • cyan value is 32.35%
  • magenta value is 0.00%
  • yellow value is 21.57%
  • key color value is 60.00%
CMYK:
(32,0,22,60)
C32M0Y22K60 
(32%,0%,22%,60%)
(0.32/0.00/0.22/0.60)	

CMYK percentages

%32.35
%0
%21.57
%60

Codes

Color #456650 in popluar color models

456650
RGB6910280
HSL140°19.30%33.53%
HSB/HSV140°32.35%40.00%
CMYK32.35%0.00%21.57%
60.00%

Color #456650 in popluar number systems.

HEX456650
Decimal6910280
Binary100010111001101010000
Octal105146120

Shades and tints

Shades of #456650

#456650
(69,102,80)
#3F5D49
(63,93,73)
#395442
(57,84,66)
#334B3B
(51,75,59)
#2D4234
(45,66,52)
#27392D
(39,57,45)
#213026
(33,48,38)
#1B271F
(27,39,31)
#151E18
(21,30,24)
#0F1511
(15,21,17)
#090C0A
(9,12,10)
#000000
(0,0,0)

Tints of #456650

#456650
(69,102,80)
#55735F
(85,115,95)
#65806E
(101,128,110)
#758D7D
(117,141,125)
#859A8C
(133,154,140)
#95A79B
(149,167,155)
#A5B4AA
(165,180,170)
#B5C1B9
(181,193,185)
#C5CEC8
(197,206,200)
#D5DBD7
(213,219,215)
#E5E8E6
(229,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #456650; }

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

This text font color is #456650.


Background Color

.myBgColor { background-color: #456650; }

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

This div background color is #456650.


Border color

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

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

This div border color is #456650.


Opacity

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

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

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

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

This text has shadow with #456650 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #456650 on black background.


Color preview on white background

This text has color #456650 on white background.



Black color preview on #456650 background

This text has black color on #456650 background.


White color preview on #456650 background

This text has white color on #456650 background.