COLOR #456750

HEX: #456750
RGB: (69,103,80)

Color info

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

RGB color model

#456750 color RGB value is (69,103,80).

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

RGB channels and saturation

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

69
103
80

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

Portions of RGB colors in percentages

R + G + B =
69 + 103 + 80 = 252 (100%)
R 69 of 252 ~ 27.38%
G 103 of 252 ~ 40.87%
B 80 of 252 ~ 31.75%

%27.38
%40.87
%31.75

CMYK color model

#456750 color CMYK value is (33,0,22,60).

  • cyan value is 33.01%
  • magenta value is 0.00%
  • yellow value is 22.33%
  • key color value is 59.61%
CMYK:
(33,0,22,60)
C33M0Y22K60 
(33%,0%,22%,60%)
(0.33/0.00/0.22/0.60)	

CMYK percentages

%33.01
%0
%22.33
%59.61

Codes

Color #456750 in popluar color models

456750
RGB6910380
HSL139°19.77%33.73%
HSB/HSV139°33.01%40.39%
CMYK33.01%0.00%22.33%
59.61%

Color #456750 in popluar number systems.

HEX456750
Decimal6910380
Binary100010111001111010000
Octal105147120

Shades and tints

Shades of #456750

#456750
(69,103,80)
#3F5E49
(63,94,73)
#395542
(57,85,66)
#334C3B
(51,76,59)
#2D4334
(45,67,52)
#273A2D
(39,58,45)
#213126
(33,49,38)
#1B281F
(27,40,31)
#151F18
(21,31,24)
#0F1611
(15,22,17)
#090D0A
(9,13,10)
#000000
(0,0,0)

Tints of #456750

#456750
(69,103,80)
#55745F
(85,116,95)
#65816E
(101,129,110)
#758E7D
(117,142,125)
#859B8C
(133,155,140)
#95A89B
(149,168,155)
#A5B5AA
(165,181,170)
#B5C2B9
(181,194,185)
#C5CFC8
(197,207,200)
#D5DCD7
(213,220,215)
#E5E9E6
(229,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #456750; }

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

This text font color is #456750.


Background Color

.myBgColor { background-color: #456750; }

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

This div background color is #456750.


Border color

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

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

This div border color is #456750.


Opacity

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

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

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

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

This text has shadow with #456750 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #456750 on black background.


Color preview on white background

This text has color #456750 on white background.



Black color preview on #456750 background

This text has black color on #456750 background.


White color preview on #456750 background

This text has white color on #456750 background.