COLOR #456B4D

HEX: #456B4D RGB: (69,107,77)

Color info

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

RGB color model

#456B4D color RGB value is (69,107,77).

RGB: (69,107,77) (27%, 42%, 30%)

RGB channels and saturation

R 69 of 255 = 27%
G 107 of 255 = 42%
B 77 of 255 = 30%

69
107
77

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

Portions of RGB colors in percentages

R + G + B = 69 + 107 + 77 = 253 (100%)
R 69 of 253 ~ 27.27%
G 107 of 253 ~ 42.29%
B 77 of 253 ~ 30.43'%

%27.27
%42.29
%30.43

CMYK color model

#456B4D color CMYK value is (36,0,28,58).

  • cyan value is 35.51%
  • magenta value is 0.00%
  • yellow value is 28.04%
  • key color value is 58.04%

CMYK: (36,0,28,58)
C36M0Y28K58 (36%, 0%, 28%, 58%)
(0.36 / 0.00 / 0.28 / 0.58)

CMYK percentages

%35.51
%0
%28.04
%58.04

Codes

Color #456B4D in popluar color models

45 6B 4D
RGB 69 107 77
HSL 133° 21.59% 34.51%
HSB/HSV 133° 35.51% 41.96%
CMYK 35.51% 0.00% 28.04%
58.04%

Color #456B4D in popluar number systems.

HEX 45 6B 4D
Decimal 69 107 77
Binary 1000101 1101011 1001101
Octal 105 153 115

Shades and tints

Shades of #456B4D

#456B4D
(69,107,77)
#3F6246
(63,98,70)
#39593F
(57,89,63)
#335038
(51,80,56)
#2D4731
(45,71,49)
#273E2A
(39,62,42)
#213523
(33,53,35)
#1B2C1C
(27,44,28)
#152315
(21,35,21)
#0F1A0E
(15,26,14)
#091107
(9,17,7)
#000000
(0,0,0)

Tints of #456B4D

#456B4D
(69,107,77)
#55785D
(85,120,93)
#65856D
(101,133,109)
#75927D
(117,146,125)
#859F8D
(133,159,141)
#95AC9D
(149,172,157)
#A5B9AD
(165,185,173)
#B5C6BD
(181,198,189)
#C5D3CD
(197,211,205)
#D5E0DD
(213,224,221)
#E5EDED
(229,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #456B4D color. Also use rgb(69,107,77) instead hex code.

Text Font Color

.myTextColor { color: #456B4D; }

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

This text font color is #456B4D.

Background Color

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

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

This div background color is #456B4D.

Border color

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

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

This div border color is #456B4D.

Opacity

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

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

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

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

This text has shadow with #456B4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #456B4D.

Preview

Color preview on black background

This text has color #456B4D on black background.


Color preview on white background

This text has color #456B4D on white background.


Black color preview on #456B4D background

This text has black color on #456B4D background.


White color preview on #456B4D background

This text has white color on #456B4D background.


Related colors

Complementary color

Complementary color for #hex is #BA94B2.


I love getcolorcode.com

Triadic colors

1 #4D456B and #6B4D45 with #456B4D are triadic colors.

2 #4D6B45 and #6B454D with #456B4D are triadic colors.