COLOR #255759

HEX: #255759
RGB: (37,87,89)

Color info

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

RGB color model

#255759 color RGB value is (37,87,89).

  • red value is 37;
  • green value is 87;
  • blue value is 89.
RGB:
(37,87,89)
(15%,34%,35%)

RGB channels and saturation

R 37 of 255 = 15%
G 87 of 255 = 34%
B 89 of 255 = 35%

37
87
89

R + G + B ~ 28%. #255759 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 87 + 89 = 213 (100%)
R 37 of 213 ~ 17.37%
G 87 of 213 ~ 40.85%
B 89 of 213 ~ 41.78%

%17.37
%40.85
%41.78

CMYK color model

#255759 color CMYK value is (58,2,0,65).

  • cyan value is 58.43%
  • magenta value is 2.25%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(58,2,0,65)
C58M2Y0K65 
(58%,2%,0%,65%)
(0.58/0.02/0.00/0.65)	

CMYK percentages

%58.43
%2.25
%0
%65.1

Codes

Color #255759 in popluar color models

255759
RGB378789
HSL182°41.27%24.71%
HSB/HSV182°58.43%34.90%
CMYK58.43%2.25%0.00%
65.10%

Color #255759 in popluar number systems.

HEX255759
Decimal378789
Binary10010110101111011001
Octal45127131

Shades and tints

Shades of #255759

#255759
(37,87,89)
#225051
(34,80,81)
#1F4949
(31,73,73)
#1C4241
(28,66,65)
#193B39
(25,59,57)
#163431
(22,52,49)
#132D29
(19,45,41)
#102621
(16,38,33)
#0D1F19
(13,31,25)
#0A1811
(10,24,17)
#071109
(7,17,9)
#000000
(0,0,0)

Tints of #255759

#255759
(37,87,89)
#386668
(56,102,104)
#4B7577
(75,117,119)
#5E8486
(94,132,134)
#719395
(113,147,149)
#84A2A4
(132,162,164)
#97B1B3
(151,177,179)
#AAC0C2
(170,192,194)
#BDCFD1
(189,207,209)
#D0DEE0
(208,222,224)
#E3EDEF
(227,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #255759 color. Also use rgb(37,87,89) instead hex code.

Text Font Color

.myTextColor { color: #255759; }

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

This text font color is #255759.


Background Color

.myBgColor { background-color: #255759; }

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

This div background color is #255759.


Border color

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

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

This div border color is #255759.


Opacity

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

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

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

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

This text has shadow with #255759 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #255759 on black background.


Color preview on white background

This text has color #255759 on white background.



Black color preview on #255759 background

This text has black color on #255759 background.


White color preview on #255759 background

This text has white color on #255759 background.