COLOR #255561

HEX: #255561
RGB: (37,85,97)

Color info

#255561 contains mainly green and blue colors. Web safe color of #255561 is #336666 (or #366).

RGB color model

#255561 color RGB value is (37,85,97).

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

RGB channels and saturation

R 37 of 255 = 15%
G 85 of 255 = 33%
B 97 of 255 = 38%

37
85
97

R + G + B ~ 29%. #255561 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 85 + 97 = 219 (100%)
R 37 of 219 ~ 16.89%
G 85 of 219 ~ 38.81%
B 97 of 219 ~ 44.29%

%16.89
%38.81
%44.29

CMYK color model

#255561 color CMYK value is (62,12,0,62).

  • cyan value is 61.86%
  • magenta value is 12.37%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(62,12,0,62)
C62M12Y0K62 
(62%,12%,0%,62%)
(0.62/0.12/0.00/0.62)	

CMYK percentages

%61.86
%12.37
%0
%61.96

Codes

Color #255561 in popluar color models

255561
RGB378597
HSL192°44.78%26.27%
HSB/HSV192°61.86%38.04%
CMYK61.86%12.37%0.00%
61.96%

Color #255561 in popluar number systems.

HEX255561
Decimal378597
Binary10010110101011100001
Octal45125141

Shades and tints

Shades of #255561

#255561
(37,85,97)
#224E59
(34,78,89)
#1F4751
(31,71,81)
#1C4049
(28,64,73)
#193941
(25,57,65)
#163239
(22,50,57)
#132B31
(19,43,49)
#102429
(16,36,41)
#0D1D21
(13,29,33)
#0A1619
(10,22,25)
#070F11
(7,15,17)
#000000
(0,0,0)

Tints of #255561

#255561
(37,85,97)
#38646F
(56,100,111)
#4B737D
(75,115,125)
#5E828B
(94,130,139)
#719199
(113,145,153)
#84A0A7
(132,160,167)
#97AFB5
(151,175,181)
#AABEC3
(170,190,195)
#BDCDD1
(189,205,209)
#D0DCDF
(208,220,223)
#E3EBED
(227,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #255561; }

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

This text font color is #255561.


Background Color

.myBgColor { background-color: #255561; }

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

This div background color is #255561.


Border color

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

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

This div border color is #255561.


Opacity

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

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

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

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

This text has shadow with #255561 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #255561 on black background.


Color preview on white background

This text has color #255561 on white background.



Black color preview on #255561 background

This text has black color on #255561 background.


White color preview on #255561 background

This text has white color on #255561 background.