COLOR #255C52

HEX: #255C52
RGB: (37,92,82)

Color info

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

RGB color model

#255C52 color RGB value is (37,92,82).

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

RGB channels and saturation

R 37 of 255 = 15%
G 92 of 255 = 36%
B 82 of 255 = 32%

37
92
82

R + G + B ~ 28%. #255C52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 92 + 82 = 211 (100%)
R 37 of 211 ~ 17.54%
G 92 of 211 ~ 43.6%
B 82 of 211 ~ 38.86%

%17.54
%43.6
%38.86

CMYK color model

#255C52 color CMYK value is (60,0,11,64).

  • cyan value is 59.78%
  • magenta value is 0.00%
  • yellow value is 10.87%
  • key color value is 63.92%
CMYK:
(60,0,11,64)
C60M0Y11K64 
(60%,0%,11%,64%)
(0.60/0.00/0.11/0.64)	

CMYK percentages

%59.78
%0
%10.87
%63.92

Codes

Color #255C52 in popluar color models

255C52
RGB379282
HSL169°42.64%25.29%
HSB/HSV169°59.78%36.08%
CMYK59.78%0.00%10.87%
63.92%

Color #255C52 in popluar number systems.

HEX255C52
Decimal379282
Binary10010110111001010010
Octal45134122

Shades and tints

Shades of #255C52

#255C52
(37,92,82)
#22544B
(34,84,75)
#1F4C44
(31,76,68)
#1C443D
(28,68,61)
#193C36
(25,60,54)
#16342F
(22,52,47)
#132C28
(19,44,40)
#102421
(16,36,33)
#0D1C1A
(13,28,26)
#0A1413
(10,20,19)
#070C0C
(7,12,12)
#000000
(0,0,0)

Tints of #255C52

#255C52
(37,92,82)
#386A61
(56,106,97)
#4B7870
(75,120,112)
#5E867F
(94,134,127)
#71948E
(113,148,142)
#84A29D
(132,162,157)
#97B0AC
(151,176,172)
#AABEBB
(170,190,187)
#BDCCCA
(189,204,202)
#D0DAD9
(208,218,217)
#E3E8E8
(227,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #255C52; }

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

This text font color is #255C52.


Background Color

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

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

This div background color is #255C52.


Border color

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

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

This div border color is #255C52.


Opacity

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

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

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

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

This text has shadow with #255C52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #255C52 on black background.


Color preview on white background

This text has color #255C52 on white background.



Black color preview on #255C52 background

This text has black color on #255C52 background.


White color preview on #255C52 background

This text has white color on #255C52 background.