COLOR #455761

HEX: #455761
RGB: (69,87,97)

Color info

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

RGB color model

#455761 color RGB value is (69,87,97).

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

RGB channels and saturation

R 69 of 255 = 27%
G 87 of 255 = 34%
B 97 of 255 = 38%

69
87
97

R + G + B ~ 33%. #455761 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 87 + 97 = 253 (100%)
R 69 of 253 ~ 27.27%
G 87 of 253 ~ 34.39%
B 97 of 253 ~ 38.34%

%27.27
%34.39
%38.34

CMYK color model

#455761 color CMYK value is (29,10,0,62).

  • cyan value is 28.87%
  • magenta value is 10.31%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(29,10,0,62)
C29M10Y0K62 
(29%,10%,0%,62%)
(0.29/0.10/0.00/0.62)	

CMYK percentages

%28.87
%10.31
%0
%61.96

Codes

Color #455761 in popluar color models

455761
RGB698797
HSL201°16.87%32.55%
HSB/HSV201°28.87%38.04%
CMYK28.87%10.31%0.00%
61.96%

Color #455761 in popluar number systems.

HEX455761
Decimal698797
Binary100010110101111100001
Octal105127141

Shades and tints

Shades of #455761

#455761
(69,87,97)
#3F5059
(63,80,89)
#394951
(57,73,81)
#334249
(51,66,73)
#2D3B41
(45,59,65)
#273439
(39,52,57)
#212D31
(33,45,49)
#1B2629
(27,38,41)
#151F21
(21,31,33)
#0F1819
(15,24,25)
#091111
(9,17,17)
#000000
(0,0,0)

Tints of #455761

#455761
(69,87,97)
#55666F
(85,102,111)
#65757D
(101,117,125)
#75848B
(117,132,139)
#859399
(133,147,153)
#95A2A7
(149,162,167)
#A5B1B5
(165,177,181)
#B5C0C3
(181,192,195)
#C5CFD1
(197,207,209)
#D5DEDF
(213,222,223)
#E5EDED
(229,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #455761; }

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

This text font color is #455761.


Background Color

.myBgColor { background-color: #455761; }

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

This div background color is #455761.


Border color

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

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

This div border color is #455761.


Opacity

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

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

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

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

This text has shadow with #455761 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #455761 on black background.


Color preview on white background

This text has color #455761 on white background.



Black color preview on #455761 background

This text has black color on #455761 background.


White color preview on #455761 background

This text has white color on #455761 background.