COLOR #255F61

HEX: #255F61
RGB: (37,95,97)

Color info

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

RGB color model

#255F61 color RGB value is (37,95,97).

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

RGB channels and saturation

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

37
95
97

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

Portions of RGB colors in percentages

R + G + B =
37 + 95 + 97 = 229 (100%)
R 37 of 229 ~ 16.16%
G 95 of 229 ~ 41.48%
B 97 of 229 ~ 42.36%

%16.16
%41.48
%42.36

CMYK color model

#255F61 color CMYK value is (62,2,0,62).

  • cyan value is 61.86%
  • magenta value is 2.06%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(62,2,0,62)
C62M2Y0K62 
(62%,2%,0%,62%)
(0.62/0.02/0.00/0.62)	

CMYK percentages

%61.86
%2.06
%0
%61.96

Codes

Color #255F61 in popluar color models

255F61
RGB379597
HSL182°44.78%26.27%
HSB/HSV182°61.86%38.04%
CMYK61.86%2.06%0.00%
61.96%

Color #255F61 in popluar number systems.

HEX255F61
Decimal379597
Binary10010110111111100001
Octal45137141

Shades and tints

Shades of #255F61

#255F61
(37,95,97)
#225759
(34,87,89)
#1F4F51
(31,79,81)
#1C4749
(28,71,73)
#193F41
(25,63,65)
#163739
(22,55,57)
#132F31
(19,47,49)
#102729
(16,39,41)
#0D1F21
(13,31,33)
#0A1719
(10,23,25)
#070F11
(7,15,17)
#000000
(0,0,0)

Tints of #255F61

#255F61
(37,95,97)
#386D6F
(56,109,111)
#4B7B7D
(75,123,125)
#5E898B
(94,137,139)
#719799
(113,151,153)
#84A5A7
(132,165,167)
#97B3B5
(151,179,181)
#AAC1C3
(170,193,195)
#BDCFD1
(189,207,209)
#D0DDDF
(208,221,223)
#E3EBED
(227,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #255F61; }

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

This text font color is #255F61.


Background Color

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

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

This div background color is #255F61.


Border color

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

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

This div border color is #255F61.


Opacity

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

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

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

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

This text has shadow with #255F61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #255F61 on black background.


Color preview on white background

This text has color #255F61 on white background.



Black color preview on #255F61 background

This text has black color on #255F61 background.


White color preview on #255F61 background

This text has white color on #255F61 background.