COLOR #255B6D

HEX: #255B6D
RGB: (37,91,109)

Color info

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

RGB color model

#255B6D color RGB value is (37,91,109).

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

RGB channels and saturation

R 37 of 255 = 15%
G 91 of 255 = 36%
B 109 of 255 = 43%

37
91
109

R + G + B ~ 31%. #255B6D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 91 + 109 = 237 (100%)
R 37 of 237 ~ 15.61%
G 91 of 237 ~ 38.4%
B 109 of 237 ~ 45.99%

%15.61
%38.4
%45.99

CMYK color model

#255B6D color CMYK value is (66,17,0,57).

  • cyan value is 66.06%
  • magenta value is 16.51%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(66,17,0,57)
C66M17Y0K57 
(66%,17%,0%,57%)
(0.66/0.17/0.00/0.57)	

CMYK percentages

%66.06
%16.51
%0
%57.25

Codes

Color #255B6D in popluar color models

255B6D
RGB3791109
HSL195°49.32%28.63%
HSB/HSV195°66.06%42.75%
CMYK66.06%16.51%0.00%
57.25%

Color #255B6D in popluar number systems.

HEX255B6D
Decimal3791109
Binary10010110110111101101
Octal45133155

Shades and tints

Shades of #255B6D

#255B6D
(37,91,109)
#225364
(34,83,100)
#1F4B5B
(31,75,91)
#1C4352
(28,67,82)
#193B49
(25,59,73)
#163340
(22,51,64)
#132B37
(19,43,55)
#10232E
(16,35,46)
#0D1B25
(13,27,37)
#0A131C
(10,19,28)
#070B13
(7,11,19)
#000000
(0,0,0)

Tints of #255B6D

#255B6D
(37,91,109)
#38697A
(56,105,122)
#4B7787
(75,119,135)
#5E8594
(94,133,148)
#7193A1
(113,147,161)
#84A1AE
(132,161,174)
#97AFBB
(151,175,187)
#AABDC8
(170,189,200)
#BDCBD5
(189,203,213)
#D0D9E2
(208,217,226)
#E3E7EF
(227,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #255B6D; }

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

This text font color is #255B6D.


Background Color

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

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

This div background color is #255B6D.


Border color

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

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

This div border color is #255B6D.


Opacity

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

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

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

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

This text has shadow with #255B6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #255B6D on black background.


Color preview on white background

This text has color #255B6D on white background.



Black color preview on #255B6D background

This text has black color on #255B6D background.


White color preview on #255B6D background

This text has white color on #255B6D background.