COLOR #255F6B

HEX: #255F6B
RGB: (37,95,107)

Color info

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

RGB color model

#255F6B color RGB value is (37,95,107).

  • red value is 37;
  • green value is 95;
  • blue value is 107.
RGB:
(37,95,107)
(15%,37%,42%)

RGB channels and saturation

R 37 of 255 = 15%
G 95 of 255 = 37%
B 107 of 255 = 42%

37
95
107

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

Portions of RGB colors in percentages

R + G + B =
37 + 95 + 107 = 239 (100%)
R 37 of 239 ~ 15.48%
G 95 of 239 ~ 39.75%
B 107 of 239 ~ 44.77%

%15.48
%39.75
%44.77

CMYK color model

#255F6B color CMYK value is (65,11,0,58).

  • cyan value is 65.42%
  • magenta value is 11.21%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(65,11,0,58)
C65M11Y0K58 
(65%,11%,0%,58%)
(0.65/0.11/0.00/0.58)	

CMYK percentages

%65.42
%11.21
%0
%58.04

Codes

Color #255F6B in popluar color models

255F6B
RGB3795107
HSL190°48.61%28.24%
HSB/HSV190°65.42%41.96%
CMYK65.42%11.21%0.00%
58.04%

Color #255F6B in popluar number systems.

HEX255F6B
Decimal3795107
Binary10010110111111101011
Octal45137153

Shades and tints

Shades of #255F6B

#255F6B
(37,95,107)
#225762
(34,87,98)
#1F4F59
(31,79,89)
#1C4750
(28,71,80)
#193F47
(25,63,71)
#16373E
(22,55,62)
#132F35
(19,47,53)
#10272C
(16,39,44)
#0D1F23
(13,31,35)
#0A171A
(10,23,26)
#070F11
(7,15,17)
#000000
(0,0,0)

Tints of #255F6B

#255F6B
(37,95,107)
#386D78
(56,109,120)
#4B7B85
(75,123,133)
#5E8992
(94,137,146)
#71979F
(113,151,159)
#84A5AC
(132,165,172)
#97B3B9
(151,179,185)
#AAC1C6
(170,193,198)
#BDCFD3
(189,207,211)
#D0DDE0
(208,221,224)
#E3EBED
(227,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #255F6B color. Also use rgb(37,95,107) instead hex code.

Text Font Color

.myTextColor { color: #255F6B; }

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

This text font color is #255F6B.


Background Color

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

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

This div background color is #255F6B.


Border color

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

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

This div border color is #255F6B.


Opacity

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

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

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

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

This text has shadow with #255F6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #255F6B on black background.


Color preview on white background

This text has color #255F6B on white background.



Black color preview on #255F6B background

This text has black color on #255F6B background.


White color preview on #255F6B background

This text has white color on #255F6B background.