COLOR #255B7F

HEX: #255B7F
RGB: (37,91,127)

Color info

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

RGB color model

#255B7F color RGB value is (37,91,127).

  • red value is 37;
  • green value is 91;
  • blue value is 127.
RGB:
(37,91,127)
(15%,36%,50%)

RGB channels and saturation

R 37 of 255 = 15%
G 91 of 255 = 36%
B 127 of 255 = 50%

37
91
127

R + G + B ~ 34%. #255B7F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 91 + 127 = 255 (100%)
R 37 of 255 ~ 14.51%
G 91 of 255 ~ 35.69%
B 127 of 255 ~ 49.8%

%14.51
%35.69
%49.8

CMYK color model

#255B7F color CMYK value is (71,28,0,50).

  • cyan value is 70.87%
  • magenta value is 28.35%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(71,28,0,50)
C71M28Y0K50 
(71%,28%,0%,50%)
(0.71/0.28/0.00/0.50)	

CMYK percentages

%70.87
%28.35
%0
%50.2

Codes

Color #255B7F in popluar color models

255B7F
RGB3791127
HSL204°54.88%32.16%
HSB/HSV204°70.87%49.80%
CMYK70.87%28.35%0.00%
50.20%

Color #255B7F in popluar number systems.

HEX255B7F
Decimal3791127
Binary10010110110111111111
Octal45133177

Shades and tints

Shades of #255B7F

#255B7F
(37,91,127)
#225374
(34,83,116)
#1F4B69
(31,75,105)
#1C435E
(28,67,94)
#193B53
(25,59,83)
#163348
(22,51,72)
#132B3D
(19,43,61)
#102332
(16,35,50)
#0D1B27
(13,27,39)
#0A131C
(10,19,28)
#070B11
(7,11,17)
#000000
(0,0,0)

Tints of #255B7F

#255B7F
(37,91,127)
#38698A
(56,105,138)
#4B7795
(75,119,149)
#5E85A0
(94,133,160)
#7193AB
(113,147,171)
#84A1B6
(132,161,182)
#97AFC1
(151,175,193)
#AABDCC
(170,189,204)
#BDCBD7
(189,203,215)
#D0D9E2
(208,217,226)
#E3E7ED
(227,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #255B7F color. Also use rgb(37,91,127) instead hex code.

Text Font Color

.myTextColor { color: #255B7F; }

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

This text font color is #255B7F.


Background Color

.myBgColor { background-color: #255B7F; }

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

This div background color is #255B7F.


Border color

.myBorderColor { border: 1px solid #255B7F; }

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

This div border color is #255B7F.


Opacity

.myOpacity80 { color: #255B7F; opacity: 0.8; }

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

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

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

This text has shadow with #255B7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #255B7F on black background.


Color preview on white background

This text has color #255B7F on white background.



Black color preview on #255B7F background

This text has black color on #255B7F background.


White color preview on #255B7F background

This text has white color on #255B7F background.