COLOR #255156

HEX: #255156
RGB: (37,81,86)

Color info

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

RGB color model

#255156 color RGB value is (37,81,86).

  • red value is 37;
  • green value is 81;
  • blue value is 86.
RGB:
(37,81,86)
(15%,32%,34%)

RGB channels and saturation

R 37 of 255 = 15%
G 81 of 255 = 32%
B 86 of 255 = 34%

37
81
86

R + G + B ~ 27%. #255156 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 81 + 86 = 204 (100%)
R 37 of 204 ~ 18.14%
G 81 of 204 ~ 39.71%
B 86 of 204 ~ 42.16%

%18.14
%39.71
%42.16

CMYK color model

#255156 color CMYK value is (57,6,0,66).

  • cyan value is 56.98%
  • magenta value is 5.81%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(57,6,0,66)
C57M6Y0K66 
(57%,6%,0%,66%)
(0.57/0.06/0.00/0.66)	

CMYK percentages

%56.98
%5.81
%0
%66.27

Codes

Color #255156 in popluar color models

255156
RGB378186
HSL186°39.84%24.12%
HSB/HSV186°56.98%33.73%
CMYK56.98%5.81%0.00%
66.27%

Color #255156 in popluar number systems.

HEX255156
Decimal378186
Binary10010110100011010110
Octal45121126

Shades and tints

Shades of #255156

#255156
(37,81,86)
#224A4F
(34,74,79)
#1F4348
(31,67,72)
#1C3C41
(28,60,65)
#19353A
(25,53,58)
#162E33
(22,46,51)
#13272C
(19,39,44)
#102025
(16,32,37)
#0D191E
(13,25,30)
#0A1217
(10,18,23)
#070B10
(7,11,16)
#000000
(0,0,0)

Tints of #255156

#255156
(37,81,86)
#386065
(56,96,101)
#4B6F74
(75,111,116)
#5E7E83
(94,126,131)
#718D92
(113,141,146)
#849CA1
(132,156,161)
#97ABB0
(151,171,176)
#AABABF
(170,186,191)
#BDC9CE
(189,201,206)
#D0D8DD
(208,216,221)
#E3E7EC
(227,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #255156 color. Also use rgb(37,81,86) instead hex code.

Text Font Color

.myTextColor { color: #255156; }

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

This text font color is #255156.


Background Color

.myBgColor { background-color: #255156; }

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

This div background color is #255156.


Border color

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

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

This div border color is #255156.


Opacity

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

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

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

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

This text has shadow with #255156 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #255156 on black background.


Color preview on white background

This text has color #255156 on white background.



Black color preview on #255156 background

This text has black color on #255156 background.


White color preview on #255156 background

This text has white color on #255156 background.