COLOR #456B6A

HEX: #456B6A
RGB: (69,107,106)

Color info

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

RGB color model

#456B6A color RGB value is (69,107,106).

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

RGB channels and saturation

R 69 of 255 = 27%
G 107 of 255 = 42%
B 106 of 255 = 42%

69
107
106

R + G + B ~ 37%. #456B6A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 107 + 106 = 282 (100%)
R 69 of 282 ~ 24.47%
G 107 of 282 ~ 37.94%
B 106 of 282 ~ 37.59%

%24.47
%37.94
%37.59

CMYK color model

#456B6A color CMYK value is (36,0,1,58).

  • cyan value is 35.51%
  • magenta value is 0.00%
  • yellow value is 0.93%
  • key color value is 58.04%
CMYK:
(36,0,1,58)
C36M0Y1K58 
(36%,0%,1%,58%)
(0.36/0.00/0.01/0.58)	

CMYK percentages

%35.51
%0
%0.93
%58.04

Codes

Color #456B6A in popluar color models

456B6A
RGB69107106
HSL178°21.59%34.51%
HSB/HSV178°35.51%41.96%
CMYK35.51%0.00%0.93%
58.04%

Color #456B6A in popluar number systems.

HEX456B6A
Decimal69107106
Binary100010111010111101010
Octal105153152

Shades and tints

Shades of #456B6A

#456B6A
(69,107,106)
#3F6261
(63,98,97)
#395958
(57,89,88)
#33504F
(51,80,79)
#2D4746
(45,71,70)
#273E3D
(39,62,61)
#213534
(33,53,52)
#1B2C2B
(27,44,43)
#152322
(21,35,34)
#0F1A19
(15,26,25)
#091110
(9,17,16)
#000000
(0,0,0)

Tints of #456B6A

#456B6A
(69,107,106)
#557877
(85,120,119)
#658584
(101,133,132)
#759291
(117,146,145)
#859F9E
(133,159,158)
#95ACAB
(149,172,171)
#A5B9B8
(165,185,184)
#B5C6C5
(181,198,197)
#C5D3D2
(197,211,210)
#D5E0DF
(213,224,223)
#E5EDEC
(229,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #456B6A; }

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

This text font color is #456B6A.


Background Color

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

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

This div background color is #456B6A.


Border color

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

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

This div border color is #456B6A.


Opacity

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

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

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

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

This text has shadow with #456B6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #456B6A on black background.


Color preview on white background

This text has color #456B6A on white background.



Black color preview on #456B6A background

This text has black color on #456B6A background.


White color preview on #456B6A background

This text has white color on #456B6A background.