COLOR #455B4A

HEX: #455B4A
RGB: (69,91,74)

Color info

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

RGB color model

#455B4A color RGB value is (69,91,74).

  • red value is 69;
  • green value is 91;
  • blue value is 74.
RGB:
(69,91,74)
(27%,36%,29%)

RGB channels and saturation

R 69 of 255 = 27%
G 91 of 255 = 36%
B 74 of 255 = 29%

69
91
74

R + G + B ~ 31%. #455B4A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 91 + 74 = 234 (100%)
R 69 of 234 ~ 29.49%
G 91 of 234 ~ 38.89%
B 74 of 234 ~ 31.62%

%29.49
%38.89
%31.62

CMYK color model

#455B4A color CMYK value is (24,0,19,64).

  • cyan value is 24.18%
  • magenta value is 0.00%
  • yellow value is 18.68%
  • key color value is 64.31%
CMYK:
(24,0,19,64)
C24M0Y19K64 
(24%,0%,19%,64%)
(0.24/0.00/0.19/0.64)	

CMYK percentages

%24.18
%0
%18.68
%64.31

Codes

Color #455B4A in popluar color models

455B4A
RGB699174
HSL134°13.75%31.37%
HSB/HSV134°24.18%35.69%
CMYK24.18%0.00%18.68%
64.31%

Color #455B4A in popluar number systems.

HEX455B4A
Decimal699174
Binary100010110110111001010
Octal105133112

Shades and tints

Shades of #455B4A

#455B4A
(69,91,74)
#3F5344
(63,83,68)
#394B3E
(57,75,62)
#334338
(51,67,56)
#2D3B32
(45,59,50)
#27332C
(39,51,44)
#212B26
(33,43,38)
#1B2320
(27,35,32)
#151B1A
(21,27,26)
#0F1314
(15,19,20)
#090B0E
(9,11,14)
#000000
(0,0,0)

Tints of #455B4A

#455B4A
(69,91,74)
#55695A
(85,105,90)
#65776A
(101,119,106)
#75857A
(117,133,122)
#85938A
(133,147,138)
#95A19A
(149,161,154)
#A5AFAA
(165,175,170)
#B5BDBA
(181,189,186)
#C5CBCA
(197,203,202)
#D5D9DA
(213,217,218)
#E5E7EA
(229,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #455B4A color. Also use rgb(69,91,74) instead hex code.

Text Font Color

.myTextColor { color: #455B4A; }

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

This text font color is #455B4A.


Background Color

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

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

This div background color is #455B4A.


Border color

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

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

This div border color is #455B4A.


Opacity

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

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

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

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

This text has shadow with #455B4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #455B4A on black background.


Color preview on white background

This text has color #455B4A on white background.



Black color preview on #455B4A background

This text has black color on #455B4A background.


White color preview on #455B4A background

This text has white color on #455B4A background.