COLOR #456752

HEX: #456752 RGB: (69,103,82)

Color info

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

RGB color model

#456752 color RGB value is (69,103,82).

RGB: (69,103,82) (27%, 40%, 32%)

RGB channels and saturation

R 69 of 255 = 27%
G 103 of 255 = 40%
B 82 of 255 = 32%

69
103
82

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

Portions of RGB colors in percentages

R + G + B = 69 + 103 + 82 = 254 (100%)
R 69 of 254 ~ 27.17%
G 103 of 254 ~ 40.55%
B 82 of 254 ~ 32.28'%

%27.17
%40.55
%32.28

CMYK color model

#456752 color CMYK value is (33,0,20,60).

  • cyan value is 33.01%
  • magenta value is 0.00%
  • yellow value is 20.39%
  • key color value is 59.61%

CMYK: (33,0,20,60)
C33M0Y20K60 (33%, 0%, 20%, 60%)
(0.33 / 0.00 / 0.20 / 0.60)

CMYK percentages

%33.01
%0
%20.39
%59.61

Codes

Color #456752 in popluar color models

45 67 52
RGB 69 103 82
HSL 143° 19.77% 33.73%
HSB/HSV 143° 33.01% 40.39%
CMYK 33.01% 0.00% 20.39%
59.61%

Color #456752 in popluar number systems.

HEX 45 67 52
Decimal 69 103 82
Binary 1000101 1100111 1010010
Octal 105 147 122

Shades and tints

Shades of #456752

#456752
(69,103,82)
#3F5E4B
(63,94,75)
#395544
(57,85,68)
#334C3D
(51,76,61)
#2D4336
(45,67,54)
#273A2F
(39,58,47)
#213128
(33,49,40)
#1B2821
(27,40,33)
#151F1A
(21,31,26)
#0F1613
(15,22,19)
#090D0C
(9,13,12)
#000000
(0,0,0)

Tints of #456752

#456752
(69,103,82)
#557461
(85,116,97)
#658170
(101,129,112)
#758E7F
(117,142,127)
#859B8E
(133,155,142)
#95A89D
(149,168,157)
#A5B5AC
(165,181,172)
#B5C2BB
(181,194,187)
#C5CFCA
(197,207,202)
#D5DCD9
(213,220,217)
#E5E9E8
(229,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #456752; }

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

This text font color is #456752.

Background Color

.myBgColor { background-color: #456752; }

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

This div background color is #456752.

Border color

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

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

This div border color is #456752.

Opacity

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

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

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

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

This text has shadow with #456752 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #456752.

Preview

Color preview on black background

This text has color #456752 on black background.


Color preview on white background

This text has color #456752 on white background.


Black color preview on #456752 background

This text has black color on #456752 background.


White color preview on #456752 background

This text has white color on #456752 background.


Related colors

Complementary color

Complementary color for #hex is #BA98AD.


I love getcolorcode.com

Triadic colors

1 #524567 and #675245 with #456752 are triadic colors.

2 #526745 and #674552 with #456752 are triadic colors.