COLOR #255E61

HEX: #255E61
RGB: (37,94,97)

Color info

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

RGB color model

#255E61 color RGB value is (37,94,97).

  • red value is 37;
  • green value is 94;
  • blue value is 97.
RGB:
(37,94,97)
(15%,37%,38%)

RGB channels and saturation

R 37 of 255 = 15%
G 94 of 255 = 37%
B 97 of 255 = 38%

37
94
97

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

Portions of RGB colors in percentages

R + G + B =
37 + 94 + 97 = 228 (100%)
R 37 of 228 ~ 16.23%
G 94 of 228 ~ 41.23%
B 97 of 228 ~ 42.54%

%16.23
%41.23
%42.54

CMYK color model

#255E61 color CMYK value is (62,3,0,62).

  • cyan value is 61.86%
  • magenta value is 3.09%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(62,3,0,62)
C62M3Y0K62 
(62%,3%,0%,62%)
(0.62/0.03/0.00/0.62)	

CMYK percentages

%61.86
%3.09
%0
%61.96

Codes

Color #255E61 in popluar color models

255E61
RGB379497
HSL183°44.78%26.27%
HSB/HSV183°61.86%38.04%
CMYK61.86%3.09%0.00%
61.96%

Color #255E61 in popluar number systems.

HEX255E61
Decimal379497
Binary10010110111101100001
Octal45136141

Shades and tints

Shades of #255E61

#255E61
(37,94,97)
#225659
(34,86,89)
#1F4E51
(31,78,81)
#1C4649
(28,70,73)
#193E41
(25,62,65)
#163639
(22,54,57)
#132E31
(19,46,49)
#102629
(16,38,41)
#0D1E21
(13,30,33)
#0A1619
(10,22,25)
#070E11
(7,14,17)
#000000
(0,0,0)

Tints of #255E61

#255E61
(37,94,97)
#386C6F
(56,108,111)
#4B7A7D
(75,122,125)
#5E888B
(94,136,139)
#719699
(113,150,153)
#84A4A7
(132,164,167)
#97B2B5
(151,178,181)
#AAC0C3
(170,192,195)
#BDCED1
(189,206,209)
#D0DCDF
(208,220,223)
#E3EAED
(227,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #255E61 color. Also use rgb(37,94,97) instead hex code.

Text Font Color

.myTextColor { color: #255E61; }

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

This text font color is #255E61.


Background Color

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

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

This div background color is #255E61.


Border color

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

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

This div border color is #255E61.


Opacity

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

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

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

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

This text has shadow with #255E61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #255E61 on black background.


Color preview on white background

This text has color #255E61 on white background.



Black color preview on #255E61 background

This text has black color on #255E61 background.


White color preview on #255E61 background

This text has white color on #255E61 background.