COLOR #255455

HEX: #255455
RGB: (37,84,85)

Color info

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

RGB color model

#255455 color RGB value is (37,84,85).

  • red value is 37;
  • green value is 84;
  • blue value is 85.
RGB:
(37,84,85)
(15%,33%,33%)

RGB channels and saturation

R 37 of 255 = 15%
G 84 of 255 = 33%
B 85 of 255 = 33%

37
84
85

R + G + B ~ 27%. #255455 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 84 + 85 = 206 (100%)
R 37 of 206 ~ 17.96%
G 84 of 206 ~ 40.78%
B 85 of 206 ~ 41.26%

%17.96
%40.78
%41.26

CMYK color model

#255455 color CMYK value is (56,1,0,67).

  • cyan value is 56.47%
  • magenta value is 1.18%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(56,1,0,67)
C56M1Y0K67 
(56%,1%,0%,67%)
(0.56/0.01/0.00/0.67)	

CMYK percentages

%56.47
%1.18
%0
%66.67

Codes

Color #255455 in popluar color models

255455
RGB378485
HSL181°39.34%23.92%
HSB/HSV181°56.47%33.33%
CMYK56.47%1.18%0.00%
66.67%

Color #255455 in popluar number systems.

HEX255455
Decimal378485
Binary10010110101001010101
Octal45124125

Shades and tints

Shades of #255455

#255455
(37,84,85)
#224D4E
(34,77,78)
#1F4647
(31,70,71)
#1C3F40
(28,63,64)
#193839
(25,56,57)
#163132
(22,49,50)
#132A2B
(19,42,43)
#102324
(16,35,36)
#0D1C1D
(13,28,29)
#0A1516
(10,21,22)
#070E0F
(7,14,15)
#000000
(0,0,0)

Tints of #255455

#255455
(37,84,85)
#386364
(56,99,100)
#4B7273
(75,114,115)
#5E8182
(94,129,130)
#719091
(113,144,145)
#849FA0
(132,159,160)
#97AEAF
(151,174,175)
#AABDBE
(170,189,190)
#BDCCCD
(189,204,205)
#D0DBDC
(208,219,220)
#E3EAEB
(227,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #255455 color. Also use rgb(37,84,85) instead hex code.

Text Font Color

.myTextColor { color: #255455; }

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

This text font color is #255455.


Background Color

.myBgColor { background-color: #255455; }

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

This div background color is #255455.


Border color

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

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

This div border color is #255455.


Opacity

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

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

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

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

This text has shadow with #255455 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #255455 on black background.


Color preview on white background

This text has color #255455 on white background.



Black color preview on #255455 background

This text has black color on #255455 background.


White color preview on #255455 background

This text has white color on #255455 background.