COLOR #255651

HEX: #255651
RGB: (37,86,81)

Color info

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

RGB color model

#255651 color RGB value is (37,86,81).

  • red value is 37;
  • green value is 86;
  • blue value is 81.
RGB:
(37,86,81)
(15%,34%,32%)

RGB channels and saturation

R 37 of 255 = 15%
G 86 of 255 = 34%
B 81 of 255 = 32%

37
86
81

R + G + B ~ 27%. #255651 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 86 + 81 = 204 (100%)
R 37 of 204 ~ 18.14%
G 86 of 204 ~ 42.16%
B 81 of 204 ~ 39.71%

%18.14
%42.16
%39.71

CMYK color model

#255651 color CMYK value is (57,0,6,66).

  • cyan value is 56.98%
  • magenta value is 0.00%
  • yellow value is 5.81%
  • key color value is 66.27%
CMYK:
(57,0,6,66)
C57M0Y6K66 
(57%,0%,6%,66%)
(0.57/0.00/0.06/0.66)	

CMYK percentages

%56.98
%0
%5.81
%66.27

Codes

Color #255651 in popluar color models

255651
RGB378681
HSL174°39.84%24.12%
HSB/HSV174°56.98%33.73%
CMYK56.98%0.00%5.81%
66.27%

Color #255651 in popluar number systems.

HEX255651
Decimal378681
Binary10010110101101010001
Octal45126121

Shades and tints

Shades of #255651

#255651
(37,86,81)
#224F4A
(34,79,74)
#1F4843
(31,72,67)
#1C413C
(28,65,60)
#193A35
(25,58,53)
#16332E
(22,51,46)
#132C27
(19,44,39)
#102520
(16,37,32)
#0D1E19
(13,30,25)
#0A1712
(10,23,18)
#07100B
(7,16,11)
#000000
(0,0,0)

Tints of #255651

#255651
(37,86,81)
#386560
(56,101,96)
#4B746F
(75,116,111)
#5E837E
(94,131,126)
#71928D
(113,146,141)
#84A19C
(132,161,156)
#97B0AB
(151,176,171)
#AABFBA
(170,191,186)
#BDCEC9
(189,206,201)
#D0DDD8
(208,221,216)
#E3ECE7
(227,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #255651 color. Also use rgb(37,86,81) instead hex code.

Text Font Color

.myTextColor { color: #255651; }

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

This text font color is #255651.


Background Color

.myBgColor { background-color: #255651; }

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

This div background color is #255651.


Border color

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

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

This div border color is #255651.


Opacity

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

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

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

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

This text has shadow with #255651 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #255651 on black background.


Color preview on white background

This text has color #255651 on white background.



Black color preview on #255651 background

This text has black color on #255651 background.


White color preview on #255651 background

This text has white color on #255651 background.