COLOR #455A48

HEX: #455A48
RGB: (69,90,72)

Color info

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

RGB color model

#455A48 color RGB value is (69,90,72).

  • red value is 69;
  • green value is 90;
  • blue value is 72.
RGB:
(69,90,72)
(27%,35%,28%)

RGB channels and saturation

R 69 of 255 = 27%
G 90 of 255 = 35%
B 72 of 255 = 28%

69
90
72

R + G + B ~ 30%. #455A48 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 90 + 72 = 231 (100%)
R 69 of 231 ~ 29.87%
G 90 of 231 ~ 38.96%
B 72 of 231 ~ 31.17%

%29.87
%38.96
%31.17

CMYK color model

#455A48 color CMYK value is (23,0,20,65).

  • cyan value is 23.33%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 64.71%
CMYK:
(23,0,20,65)
C23M0Y20K65 
(23%,0%,20%,65%)
(0.23/0.00/0.20/0.65)	

CMYK percentages

%23.33
%0
%20
%64.71

Codes

Color #455A48 in popluar color models

455A48
RGB699072
HSL129°13.21%31.18%
HSB/HSV129°23.33%35.29%
CMYK23.33%0.00%20.00%
64.71%

Color #455A48 in popluar number systems.

HEX455A48
Decimal699072
Binary100010110110101001000
Octal105132110

Shades and tints

Shades of #455A48

#455A48
(69,90,72)
#3F5242
(63,82,66)
#394A3C
(57,74,60)
#334236
(51,66,54)
#2D3A30
(45,58,48)
#27322A
(39,50,42)
#212A24
(33,42,36)
#1B221E
(27,34,30)
#151A18
(21,26,24)
#0F1212
(15,18,18)
#090A0C
(9,10,12)
#000000
(0,0,0)

Tints of #455A48

#455A48
(69,90,72)
#556958
(85,105,88)
#657868
(101,120,104)
#758778
(117,135,120)
#859688
(133,150,136)
#95A598
(149,165,152)
#A5B4A8
(165,180,168)
#B5C3B8
(181,195,184)
#C5D2C8
(197,210,200)
#D5E1D8
(213,225,216)
#E5F0E8
(229,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #455A48 color. Also use rgb(69,90,72) instead hex code.

Text Font Color

.myTextColor { color: #455A48; }

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

This text font color is #455A48.


Background Color

.myBgColor { background-color: #455A48; }

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

This div background color is #455A48.


Border color

.myBorderColor { border: 1px solid #455A48; }

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

This div border color is #455A48.


Opacity

.myOpacity80 { color: #455A48; opacity: 0.8; }

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

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

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

This text has shadow with #455A48 color.

.textShadow {text-shadow: 3px 3px 1px #455A48, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #455A48 on black background.


Color preview on white background

This text has color #455A48 on white background.



Black color preview on #455A48 background

This text has black color on #455A48 background.


White color preview on #455A48 background

This text has white color on #455A48 background.