COLOR #456A4A

HEX: #456A4A
RGB: (69,106,74)

Color info

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

RGB color model

#456A4A color RGB value is (69,106,74).

  • red value is 69;
  • green value is 106;
  • blue value is 74.
RGB:
(69,106,74)
(27%,42%,29%)

RGB channels and saturation

R 69 of 255 = 27%
G 106 of 255 = 42%
B 74 of 255 = 29%

69
106
74

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

Portions of RGB colors in percentages

R + G + B =
69 + 106 + 74 = 249 (100%)
R 69 of 249 ~ 27.71%
G 106 of 249 ~ 42.57%
B 74 of 249 ~ 29.72%

%27.71
%42.57
%29.72

CMYK color model

#456A4A color CMYK value is (35,0,30,58).

  • cyan value is 34.91%
  • magenta value is 0.00%
  • yellow value is 30.19%
  • key color value is 58.43%
CMYK:
(35,0,30,58)
C35M0Y30K58 
(35%,0%,30%,58%)
(0.35/0.00/0.30/0.58)	

CMYK percentages

%34.91
%0
%30.19
%58.43

Codes

Color #456A4A in popluar color models

456A4A
RGB6910674
HSL128°21.14%34.31%
HSB/HSV128°34.91%41.57%
CMYK34.91%0.00%30.19%
58.43%

Color #456A4A in popluar number systems.

HEX456A4A
Decimal6910674
Binary100010111010101001010
Octal105152112

Shades and tints

Shades of #456A4A

#456A4A
(69,106,74)
#3F6144
(63,97,68)
#39583E
(57,88,62)
#334F38
(51,79,56)
#2D4632
(45,70,50)
#273D2C
(39,61,44)
#213426
(33,52,38)
#1B2B20
(27,43,32)
#15221A
(21,34,26)
#0F1914
(15,25,20)
#09100E
(9,16,14)
#000000
(0,0,0)

Tints of #456A4A

#456A4A
(69,106,74)
#55775A
(85,119,90)
#65846A
(101,132,106)
#75917A
(117,145,122)
#859E8A
(133,158,138)
#95AB9A
(149,171,154)
#A5B8AA
(165,184,170)
#B5C5BA
(181,197,186)
#C5D2CA
(197,210,202)
#D5DFDA
(213,223,218)
#E5ECEA
(229,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #456A4A; }

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

This text font color is #456A4A.


Background Color

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

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

This div background color is #456A4A.


Border color

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

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

This div border color is #456A4A.


Opacity

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

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

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

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

This text has shadow with #456A4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #456A4A on black background.


Color preview on white background

This text has color #456A4A on white background.



Black color preview on #456A4A background

This text has black color on #456A4A background.


White color preview on #456A4A background

This text has white color on #456A4A background.