COLOR #255B51

HEX: #255B51 RGB: (37,91,81)

Color info

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

RGB color model

#255B51 color RGB value is (37,91,81).

RGB: (37,91,81) (15%, 36%, 32%)

RGB channels and saturation

R 37 of 255 = 15%
G 91 of 255 = 36%
B 81 of 255 = 32%

37
91
81

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

Portions of RGB colors in percentages

R + G + B = 37 + 91 + 81 = 209 (100%)
R 37 of 209 ~ 17.7%
G 91 of 209 ~ 43.54%
B 81 of 209 ~ 38.76'%

%17.7
%43.54
%38.76

CMYK color model

#255B51 color CMYK value is (59,0,11,64).

  • cyan value is 59.34%
  • magenta value is 0.00%
  • yellow value is 10.99%
  • key color value is 64.31%

CMYK: (59,0,11,64)
C59M0Y11K64 (59%, 0%, 11%, 64%)
(0.59 / 0.00 / 0.11 / 0.64)

CMYK percentages

%59.34
%0
%10.99
%64.31

Codes

Color #255B51 in popluar color models

25 5B 51
RGB 37 91 81
HSL 169° 42.19% 25.10%
HSB/HSV 169° 59.34% 35.69%
CMYK 59.34% 0.00% 10.99%
64.31%

Color #255B51 in popluar number systems.

HEX 25 5B 51
Decimal 37 91 81
Binary 100101 1011011 1010001
Octal 45 133 121

Shades and tints

Shades of #255B51

#255B51
(37,91,81)
#22534A
(34,83,74)
#1F4B43
(31,75,67)
#1C433C
(28,67,60)
#193B35
(25,59,53)
#16332E
(22,51,46)
#132B27
(19,43,39)
#102320
(16,35,32)
#0D1B19
(13,27,25)
#0A1312
(10,19,18)
#070B0B
(7,11,11)
#000000
(0,0,0)

Tints of #255B51

#255B51
(37,91,81)
#386960
(56,105,96)
#4B776F
(75,119,111)
#5E857E
(94,133,126)
#71938D
(113,147,141)
#84A19C
(132,161,156)
#97AFAB
(151,175,171)
#AABDBA
(170,189,186)
#BDCBC9
(189,203,201)
#D0D9D8
(208,217,216)
#E3E7E7
(227,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #255B51; }

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

This text font color is #255B51.

Background Color

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

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

This div background color is #255B51.

Border color

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

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

This div border color is #255B51.

Opacity

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

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

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

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

This text has shadow with #255B51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #255B51.

Preview

Color preview on black background

This text has color #255B51 on black background.


Color preview on white background

This text has color #255B51 on white background.


Black color preview on #255B51 background

This text has black color on #255B51 background.


White color preview on #255B51 background

This text has white color on #255B51 background.


Related colors

Complementary color

Complementary color for #hex is #DAA4AE.


I love getcolorcode.com

Triadic colors

1 #51255B and #5B5125 with #255B51 are triadic colors.

2 #515B25 and #5B2551 with #255B51 are triadic colors.