COLOR #455155

HEX: #455155
RGB: (69,81,85)

Color info

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

RGB color model

#455155 color RGB value is (69,81,85).

  • red value is 69;
  • green value is 81;
  • blue value is 85.
RGB:
(69,81,85)
(27%,32%,33%)

RGB channels and saturation

R 69 of 255 = 27%
G 81 of 255 = 32%
B 85 of 255 = 33%

69
81
85

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

Portions of RGB colors in percentages

R + G + B =
69 + 81 + 85 = 235 (100%)
R 69 of 235 ~ 29.36%
G 81 of 235 ~ 34.47%
B 85 of 235 ~ 36.17%

%29.36
%34.47
%36.17

CMYK color model

#455155 color CMYK value is (19,5,0,67).

  • cyan value is 18.82%
  • magenta value is 4.71%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(19,5,0,67)
C19M5Y0K67 
(19%,5%,0%,67%)
(0.19/0.05/0.00/0.67)	

CMYK percentages

%18.82
%4.71
%0
%66.67

Codes

Color #455155 in popluar color models

455155
RGB698185
HSL195°10.39%30.20%
HSB/HSV195°18.82%33.33%
CMYK18.82%4.71%0.00%
66.67%

Color #455155 in popluar number systems.

HEX455155
Decimal698185
Binary100010110100011010101
Octal105121125

Shades and tints

Shades of #455155

#455155
(69,81,85)
#3F4A4E
(63,74,78)
#394347
(57,67,71)
#333C40
(51,60,64)
#2D3539
(45,53,57)
#272E32
(39,46,50)
#21272B
(33,39,43)
#1B2024
(27,32,36)
#15191D
(21,25,29)
#0F1216
(15,18,22)
#090B0F
(9,11,15)
#000000
(0,0,0)

Tints of #455155

#455155
(69,81,85)
#556064
(85,96,100)
#656F73
(101,111,115)
#757E82
(117,126,130)
#858D91
(133,141,145)
#959CA0
(149,156,160)
#A5ABAF
(165,171,175)
#B5BABE
(181,186,190)
#C5C9CD
(197,201,205)
#D5D8DC
(213,216,220)
#E5E7EB
(229,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #455155 color. Also use rgb(69,81,85) instead hex code.

Text Font Color

.myTextColor { color: #455155; }

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

This text font color is #455155.


Background Color

.myBgColor { background-color: #455155; }

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

This div background color is #455155.


Border color

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

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

This div border color is #455155.


Opacity

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

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

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

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

This text has shadow with #455155 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #455155 on black background.


Color preview on white background

This text has color #455155 on white background.



Black color preview on #455155 background

This text has black color on #455155 background.


White color preview on #455155 background

This text has white color on #455155 background.