COLOR #456963

HEX: #456963 RGB: (69,105,99)

Color info

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

RGB color model

#456963 color RGB value is (69,105,99).

RGB: (69,105,99) (27%, 41%, 39%)

RGB channels and saturation

R 69 of 255 = 27%
G 105 of 255 = 41%
B 99 of 255 = 39%

69
105
99

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

Portions of RGB colors in percentages

R + G + B = 69 + 105 + 99 = 273 (100%)
R 69 of 273 ~ 25.27%
G 105 of 273 ~ 38.46%
B 99 of 273 ~ 36.26'%

%25.27
%38.46
%36.26

CMYK color model

#456963 color CMYK value is (34,0,6,59).

  • cyan value is 34.29%
  • magenta value is 0.00%
  • yellow value is 5.71%
  • key color value is 58.82%

CMYK: (34,0,6,59)
C34M0Y6K59 (34%, 0%, 6%, 59%)
(0.34 / 0.00 / 0.06 / 0.59)

CMYK percentages

%34.29
%0
%5.71
%58.82

Codes

Color #456963 in popluar color models

45 69 63
RGB 69 105 99
HSL 170° 20.69% 34.12%
HSB/HSV 170° 34.29% 41.18%
CMYK 34.29% 0.00% 5.71%
58.82%

Color #456963 in popluar number systems.

HEX 45 69 63
Decimal 69 105 99
Binary 1000101 1101001 1100011
Octal 105 151 143

Shades and tints

Shades of #456963

#456963
(69,105,99)
#3F605A
(63,96,90)
#395751
(57,87,81)
#334E48
(51,78,72)
#2D453F
(45,69,63)
#273C36
(39,60,54)
#21332D
(33,51,45)
#1B2A24
(27,42,36)
#15211B
(21,33,27)
#0F1812
(15,24,18)
#090F09
(9,15,9)
#000000
(0,0,0)

Tints of #456963

#456963
(69,105,99)
#557671
(85,118,113)
#65837F
(101,131,127)
#75908D
(117,144,141)
#859D9B
(133,157,155)
#95AAA9
(149,170,169)
#A5B7B7
(165,183,183)
#B5C4C5
(181,196,197)
#C5D1D3
(197,209,211)
#D5DEE1
(213,222,225)
#E5EBEF
(229,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #456963 color. Also use rgb(69,105,99) instead hex code.

Text Font Color

.myTextColor { color: #456963; }

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

This text font color is #456963.

Background Color

.myBgColor { background-color: #456963; }

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

This div background color is #456963.

Border color

.myBorderColor { border: 1px solid #456963; }

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

This div border color is #456963.

Opacity

.myOpacity80 { color: #456963; opacity: 0.8; }

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

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

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

This text has shadow with #456963 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #456963.

Preview

Color preview on black background

This text has color #456963 on black background.


Color preview on white background

This text has color #456963 on white background.


Black color preview on #456963 background

This text has black color on #456963 background.


White color preview on #456963 background

This text has white color on #456963 background.


Related colors

Complementary color

Complementary color for #hex is #BA969C.


I love getcolorcode.com

Triadic colors

1 #634569 and #696345 with #456963 are triadic colors.

2 #636945 and #694563 with #456963 are triadic colors.