COLOR #456D62

HEX: #456D62
RGB: (69,109,98)

Color info

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

RGB color model

#456D62 color RGB value is (69,109,98).

  • red value is 69;
  • green value is 109;
  • blue value is 98.
RGB:
(69,109,98)
(27%,43%,38%)

RGB channels and saturation

R 69 of 255 = 27%
G 109 of 255 = 43%
B 98 of 255 = 38%

69
109
98

R + G + B ~ 36%. #456D62 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 109 + 98 = 276 (100%)
R 69 of 276 ~ 25%
G 109 of 276 ~ 39.49%
B 98 of 276 ~ 35.51%

%25
%39.49
%35.51

CMYK color model

#456D62 color CMYK value is (37,0,10,57).

  • cyan value is 36.70%
  • magenta value is 0.00%
  • yellow value is 10.09%
  • key color value is 57.25%
CMYK:
(37,0,10,57)
C37M0Y10K57 
(37%,0%,10%,57%)
(0.37/0.00/0.10/0.57)	

CMYK percentages

%36.7
%0
%10.09
%57.25

Codes

Color #456D62 in popluar color models

456D62
RGB6910998
HSL164°22.47%34.90%
HSB/HSV164°36.70%42.75%
CMYK36.70%0.00%10.09%
57.25%

Color #456D62 in popluar number systems.

HEX456D62
Decimal6910998
Binary100010111011011100010
Octal105155142

Shades and tints

Shades of #456D62

#456D62
(69,109,98)
#3F645A
(63,100,90)
#395B52
(57,91,82)
#33524A
(51,82,74)
#2D4942
(45,73,66)
#27403A
(39,64,58)
#213732
(33,55,50)
#1B2E2A
(27,46,42)
#152522
(21,37,34)
#0F1C1A
(15,28,26)
#091312
(9,19,18)
#000000
(0,0,0)

Tints of #456D62

#456D62
(69,109,98)
#557A70
(85,122,112)
#65877E
(101,135,126)
#75948C
(117,148,140)
#85A19A
(133,161,154)
#95AEA8
(149,174,168)
#A5BBB6
(165,187,182)
#B5C8C4
(181,200,196)
#C5D5D2
(197,213,210)
#D5E2E0
(213,226,224)
#E5EFEE
(229,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #456D62 color. Also use rgb(69,109,98) instead hex code.

Text Font Color

.myTextColor { color: #456D62; }

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

This text font color is #456D62.


Background Color

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

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

This div background color is #456D62.


Border color

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

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

This div border color is #456D62.


Opacity

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

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

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

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

This text has shadow with #456D62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #456D62 on black background.


Color preview on white background

This text has color #456D62 on white background.



Black color preview on #456D62 background

This text has black color on #456D62 background.


White color preview on #456D62 background

This text has white color on #456D62 background.