COLOR #255C5F

HEX: #255C5F
RGB: (37,92,95)

Color info

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

RGB color model

#255C5F color RGB value is (37,92,95).

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

RGB channels and saturation

R 37 of 255 = 15%
G 92 of 255 = 36%
B 95 of 255 = 37%

37
92
95

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

Portions of RGB colors in percentages

R + G + B =
37 + 92 + 95 = 224 (100%)
R 37 of 224 ~ 16.52%
G 92 of 224 ~ 41.07%
B 95 of 224 ~ 42.41%

%16.52
%41.07
%42.41

CMYK color model

#255C5F color CMYK value is (61,3,0,63).

  • cyan value is 61.05%
  • magenta value is 3.16%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(61,3,0,63)
C61M3Y0K63 
(61%,3%,0%,63%)
(0.61/0.03/0.00/0.63)	

CMYK percentages

%61.05
%3.16
%0
%62.75

Codes

Color #255C5F in popluar color models

255C5F
RGB379295
HSL183°43.94%25.88%
HSB/HSV183°61.05%37.25%
CMYK61.05%3.16%0.00%
62.75%

Color #255C5F in popluar number systems.

HEX255C5F
Decimal379295
Binary10010110111001011111
Octal45134137

Shades and tints

Shades of #255C5F

#255C5F
(37,92,95)
#225457
(34,84,87)
#1F4C4F
(31,76,79)
#1C4447
(28,68,71)
#193C3F
(25,60,63)
#163437
(22,52,55)
#132C2F
(19,44,47)
#102427
(16,36,39)
#0D1C1F
(13,28,31)
#0A1417
(10,20,23)
#070C0F
(7,12,15)
#000000
(0,0,0)

Tints of #255C5F

#255C5F
(37,92,95)
#386A6D
(56,106,109)
#4B787B
(75,120,123)
#5E8689
(94,134,137)
#719497
(113,148,151)
#84A2A5
(132,162,165)
#97B0B3
(151,176,179)
#AABEC1
(170,190,193)
#BDCCCF
(189,204,207)
#D0DADD
(208,218,221)
#E3E8EB
(227,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #255C5F; }

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

This text font color is #255C5F.


Background Color

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

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

This div background color is #255C5F.


Border color

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

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

This div border color is #255C5F.


Opacity

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

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

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

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

This text has shadow with #255C5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #255C5F on black background.


Color preview on white background

This text has color #255C5F on white background.



Black color preview on #255C5F background

This text has black color on #255C5F background.


White color preview on #255C5F background

This text has white color on #255C5F background.