COLOR #255250

HEX: #255250
RGB: (37,82,80)

Color info

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

RGB color model

#255250 color RGB value is (37,82,80).

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

RGB channels and saturation

R 37 of 255 = 15%
G 82 of 255 = 32%
B 80 of 255 = 31%

37
82
80

R + G + B ~ 26%. #255250 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 82 + 80 = 199 (100%)
R 37 of 199 ~ 18.59%
G 82 of 199 ~ 41.21%
B 80 of 199 ~ 40.2%

%18.59
%41.21
%40.2

CMYK color model

#255250 color CMYK value is (55,0,2,68).

  • cyan value is 54.88%
  • magenta value is 0.00%
  • yellow value is 2.44%
  • key color value is 67.84%
CMYK:
(55,0,2,68)
C55M0Y2K68 
(55%,0%,2%,68%)
(0.55/0.00/0.02/0.68)	

CMYK percentages

%54.88
%0
%2.44
%67.84

Codes

Color #255250 in popluar color models

255250
RGB378280
HSL177°37.82%23.33%
HSB/HSV177°54.88%32.16%
CMYK54.88%0.00%2.44%
67.84%

Color #255250 in popluar number systems.

HEX255250
Decimal378280
Binary10010110100101010000
Octal45122120

Shades and tints

Shades of #255250

#255250
(37,82,80)
#224B49
(34,75,73)
#1F4442
(31,68,66)
#1C3D3B
(28,61,59)
#193634
(25,54,52)
#162F2D
(22,47,45)
#132826
(19,40,38)
#10211F
(16,33,31)
#0D1A18
(13,26,24)
#0A1311
(10,19,17)
#070C0A
(7,12,10)
#000000
(0,0,0)

Tints of #255250

#255250
(37,82,80)
#38615F
(56,97,95)
#4B706E
(75,112,110)
#5E7F7D
(94,127,125)
#718E8C
(113,142,140)
#849D9B
(132,157,155)
#97ACAA
(151,172,170)
#AABBB9
(170,187,185)
#BDCAC8
(189,202,200)
#D0D9D7
(208,217,215)
#E3E8E6
(227,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #255250; }

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

This text font color is #255250.


Background Color

.myBgColor { background-color: #255250; }

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

This div background color is #255250.


Border color

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

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

This div border color is #255250.


Opacity

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

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

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

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

This text has shadow with #255250 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #255250 on black background.


Color preview on white background

This text has color #255250 on white background.



Black color preview on #255250 background

This text has black color on #255250 background.


White color preview on #255250 background

This text has white color on #255250 background.