COLOR #456C61

HEX: #456C61
RGB: (69,108,97)

Color info

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

RGB color model

#456C61 color RGB value is (69,108,97).

  • red value is 69;
  • green value is 108;
  • blue value is 97.
RGB:
(69,108,97)
(27%,42%,38%)

RGB channels and saturation

R 69 of 255 = 27%
G 108 of 255 = 42%
B 97 of 255 = 38%

69
108
97

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

Portions of RGB colors in percentages

R + G + B =
69 + 108 + 97 = 274 (100%)
R 69 of 274 ~ 25.18%
G 108 of 274 ~ 39.42%
B 97 of 274 ~ 35.4%

%25.18
%39.42
%35.4

CMYK color model

#456C61 color CMYK value is (36,0,10,58).

  • cyan value is 36.11%
  • magenta value is 0.00%
  • yellow value is 10.19%
  • key color value is 57.65%
CMYK:
(36,0,10,58)
C36M0Y10K58 
(36%,0%,10%,58%)
(0.36/0.00/0.10/0.58)	

CMYK percentages

%36.11
%0
%10.19
%57.65

Codes

Color #456C61 in popluar color models

456C61
RGB6910897
HSL163°22.03%34.71%
HSB/HSV163°36.11%42.35%
CMYK36.11%0.00%10.19%
57.65%

Color #456C61 in popluar number systems.

HEX456C61
Decimal6910897
Binary100010111011001100001
Octal105154141

Shades and tints

Shades of #456C61

#456C61
(69,108,97)
#3F6359
(63,99,89)
#395A51
(57,90,81)
#335149
(51,81,73)
#2D4841
(45,72,65)
#273F39
(39,63,57)
#213631
(33,54,49)
#1B2D29
(27,45,41)
#152421
(21,36,33)
#0F1B19
(15,27,25)
#091211
(9,18,17)
#000000
(0,0,0)

Tints of #456C61

#456C61
(69,108,97)
#55796F
(85,121,111)
#65867D
(101,134,125)
#75938B
(117,147,139)
#85A099
(133,160,153)
#95ADA7
(149,173,167)
#A5BAB5
(165,186,181)
#B5C7C3
(181,199,195)
#C5D4D1
(197,212,209)
#D5E1DF
(213,225,223)
#E5EEED
(229,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #456C61 color. Also use rgb(69,108,97) instead hex code.

Text Font Color

.myTextColor { color: #456C61; }

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

This text font color is #456C61.


Background Color

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

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

This div background color is #456C61.


Border color

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

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

This div border color is #456C61.


Opacity

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

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

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

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

This text has shadow with #456C61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #456C61 on black background.


Color preview on white background

This text has color #456C61 on white background.



Black color preview on #456C61 background

This text has black color on #456C61 background.


White color preview on #456C61 background

This text has white color on #456C61 background.