COLOR #255D62

HEX: #255D62
RGB: (37,93,98)

Color info

#255D62 contains mainly green and blue colors. Web safe color of #255D62 is #336666 (or #366).

RGB color model

#255D62 color RGB value is (37,93,98).

  • red value is 37;
  • green value is 93;
  • blue value is 98.
RGB:
(37,93,98)
(15%,36%,38%)

RGB channels and saturation

R 37 of 255 = 15%
G 93 of 255 = 36%
B 98 of 255 = 38%

37
93
98

R + G + B ~ 30%. #255D62 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 93 + 98 = 228 (100%)
R 37 of 228 ~ 16.23%
G 93 of 228 ~ 40.79%
B 98 of 228 ~ 42.98%

%16.23
%40.79
%42.98

CMYK color model

#255D62 color CMYK value is (62,5,0,62).

  • cyan value is 62.24%
  • magenta value is 5.10%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(62,5,0,62)
C62M5Y0K62 
(62%,5%,0%,62%)
(0.62/0.05/0.00/0.62)	

CMYK percentages

%62.24
%5.1
%0
%61.57

Codes

Color #255D62 in popluar color models

255D62
RGB379398
HSL185°45.19%26.47%
HSB/HSV185°62.24%38.43%
CMYK62.24%5.10%0.00%
61.57%

Color #255D62 in popluar number systems.

HEX255D62
Decimal379398
Binary10010110111011100010
Octal45135142

Shades and tints

Shades of #255D62

#255D62
(37,93,98)
#22555A
(34,85,90)
#1F4D52
(31,77,82)
#1C454A
(28,69,74)
#193D42
(25,61,66)
#16353A
(22,53,58)
#132D32
(19,45,50)
#10252A
(16,37,42)
#0D1D22
(13,29,34)
#0A151A
(10,21,26)
#070D12
(7,13,18)
#000000
(0,0,0)

Tints of #255D62

#255D62
(37,93,98)
#386B70
(56,107,112)
#4B797E
(75,121,126)
#5E878C
(94,135,140)
#71959A
(113,149,154)
#84A3A8
(132,163,168)
#97B1B6
(151,177,182)
#AABFC4
(170,191,196)
#BDCDD2
(189,205,210)
#D0DBE0
(208,219,224)
#E3E9EE
(227,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #255D62 color. Also use rgb(37,93,98) instead hex code.

Text Font Color

.myTextColor { color: #255D62; }

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

This text font color is #255D62.


Background Color

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

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

This div background color is #255D62.


Border color

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

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

This div border color is #255D62.


Opacity

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

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

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

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

This text has shadow with #255D62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #255D62 on black background.


Color preview on white background

This text has color #255D62 on white background.



Black color preview on #255D62 background

This text has black color on #255D62 background.


White color preview on #255D62 background

This text has white color on #255D62 background.