COLOR #456A4C

HEX: #456A4C RGB: (69,106,76)

Color info

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

RGB color model

#456A4C color RGB value is (69,106,76).

RGB: (69,106,76) (27%, 42%, 30%)

RGB channels and saturation

R 69 of 255 = 27%
G 106 of 255 = 42%
B 76 of 255 = 30%

69
106
76

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

Portions of RGB colors in percentages

R + G + B = 69 + 106 + 76 = 251 (100%)
R 69 of 251 ~ 27.49%
G 106 of 251 ~ 42.23%
B 76 of 251 ~ 30.28'%

%27.49
%42.23
%30.28

CMYK color model

#456A4C color CMYK value is (35,0,28,58).

  • cyan value is 34.91%
  • magenta value is 0.00%
  • yellow value is 28.30%
  • key color value is 58.43%
CMYK: (35,0,28,58) C35M0Y28K58 (35%,0%,28%,58%) (0.35/0.00/0.28/0.58) 

CMYK percentages

%34.91
%0
%28.3
%58.43

Codes

Color #456A4C in popluar color models

45 6A 4C
RGB 69 106 76
HSL 131° 21.14% 34.31%
HSB/HSV 131° 34.91% 41.57%
CMYK 34.91% 0.00% 28.30%
58.43%

Color #456A4C in popluar number systems.

HEX 45 6A 4C
Decimal 69 106 76
Binary 1000101 1101010 1001100
Octal 105 152 114

Shades and tints

Shades of #456A4C

#456A4C
(69,106,76)
#3F6146
(63,97,70)
#395840
(57,88,64)
#334F3A
(51,79,58)
#2D4634
(45,70,52)
#273D2E
(39,61,46)
#213428
(33,52,40)
#1B2B22
(27,43,34)
#15221C
(21,34,28)
#0F1916
(15,25,22)
#091010
(9,16,16)
#000000
(0,0,0)

Tints of #456A4C

#456A4C
(69,106,76)
#55775C
(85,119,92)
#65846C
(101,132,108)
#75917C
(117,145,124)
#859E8C
(133,158,140)
#95AB9C
(149,171,156)
#A5B8AC
(165,184,172)
#B5C5BC
(181,197,188)
#C5D2CC
(197,210,204)
#D5DFDC
(213,223,220)
#E5ECEC
(229,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #456A4C color. Also use rgb(69,106,76) instead hex code.

Text Font Color

.myTextColor { color: #456A4C; }

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

This text font color is #456A4C.

Background Color

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

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

This div background color is #456A4C.

Border color

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

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

This div border color is #456A4C.

Opacity

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

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

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

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

This text has shadow with #456A4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #456A4C.

Preview

Color preview on black background

This text has color #456A4C on black background.


Color preview on white background

This text has color #456A4C on white background.


Black color preview on #456A4C background

This text has black color on #456A4C background.


White color preview on #456A4C background

This text has white color on #456A4C background.


Related colors

Complementary color

Complementary color for #hex is #BA95B3.


I love getcolorcode.com

Triadic colors

1 #4C456A and #6A4C45 with #456A4C are triadic colors.

2 #4C6A45 and #6A454C with #456A4C are triadic colors.