COLOR #255256

HEX: #255256
RGB: (37,82,86)

Color info

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

RGB color model

#255256 color RGB value is (37,82,86).

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

RGB channels and saturation

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

37
82
86

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

Portions of RGB colors in percentages

R + G + B =
37 + 82 + 86 = 205 (100%)
R 37 of 205 ~ 18.05%
G 82 of 205 ~ 40%
B 86 of 205 ~ 41.95%

%18.05
%40
%41.95

CMYK color model

#255256 color CMYK value is (57,5,0,66).

  • cyan value is 56.98%
  • magenta value is 4.65%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(57,5,0,66)
C57M5Y0K66 
(57%,5%,0%,66%)
(0.57/0.05/0.00/0.66)	

CMYK percentages

%56.98
%4.65
%0
%66.27

Codes

Color #255256 in popluar color models

255256
RGB378286
HSL185°39.84%24.12%
HSB/HSV185°56.98%33.73%
CMYK56.98%4.65%0.00%
66.27%

Color #255256 in popluar number systems.

HEX255256
Decimal378286
Binary10010110100101010110
Octal45122126

Shades and tints

Shades of #255256

#255256
(37,82,86)
#224B4F
(34,75,79)
#1F4448
(31,68,72)
#1C3D41
(28,61,65)
#19363A
(25,54,58)
#162F33
(22,47,51)
#13282C
(19,40,44)
#102125
(16,33,37)
#0D1A1E
(13,26,30)
#0A1317
(10,19,23)
#070C10
(7,12,16)
#000000
(0,0,0)

Tints of #255256

#255256
(37,82,86)
#386165
(56,97,101)
#4B7074
(75,112,116)
#5E7F83
(94,127,131)
#718E92
(113,142,146)
#849DA1
(132,157,161)
#97ACB0
(151,172,176)
#AABBBF
(170,187,191)
#BDCACE
(189,202,206)
#D0D9DD
(208,217,221)
#E3E8EC
(227,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #255256; }

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

This text font color is #255256.


Background Color

.myBgColor { background-color: #255256; }

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

This div background color is #255256.


Border color

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

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

This div border color is #255256.


Opacity

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

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

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

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

This text has shadow with #255256 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #255256 on black background.


Color preview on white background

This text has color #255256 on white background.



Black color preview on #255256 background

This text has black color on #255256 background.


White color preview on #255256 background

This text has white color on #255256 background.