COLOR #255B63

HEX: #255B63 RGB: (37,91,99)

Color info

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

RGB color model

#255B63 color RGB value is (37,91,99).

RGB: (37,91,99) (15%, 36%, 39%)

RGB channels and saturation

R 37 of 255 = 15%
G 91 of 255 = 36%
B 99 of 255 = 39%

37
91
99

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

Portions of RGB colors in percentages

R + G + B = 37 + 91 + 99 = 227 (100%)
R 37 of 227 ~ 16.3%
G 91 of 227 ~ 40.09%
B 99 of 227 ~ 43.61'%

%16.3
%40.09
%43.61

CMYK color model

#255B63 color CMYK value is (63,8,0,61).

  • cyan value is 62.63%
  • magenta value is 8.08%
  • yellow value is 0.00%
  • key color value is 61.18%

CMYK: (63,8,0,61)
C63M8Y0K61 (63%, 8%, 0%, 61%)
(0.63 / 0.08 / 0.00 / 0.61)

CMYK percentages

%62.63
%8.08
%0
%61.18

Codes

Color #255B63 in popluar color models

25 5B 63
RGB 37 91 99
HSL 188° 45.59% 26.67%
HSB/HSV 188° 62.63% 38.82%
CMYK 62.63% 8.08% 0.00%
61.18%

Color #255B63 in popluar number systems.

HEX 25 5B 63
Decimal 37 91 99
Binary 100101 1011011 1100011
Octal 45 133 143

Shades and tints

Shades of #255B63

#255B63
(37,91,99)
#22535A
(34,83,90)
#1F4B51
(31,75,81)
#1C4348
(28,67,72)
#193B3F
(25,59,63)
#163336
(22,51,54)
#132B2D
(19,43,45)
#102324
(16,35,36)
#0D1B1B
(13,27,27)
#0A1312
(10,19,18)
#070B09
(7,11,9)
#000000
(0,0,0)

Tints of #255B63

#255B63
(37,91,99)
#386971
(56,105,113)
#4B777F
(75,119,127)
#5E858D
(94,133,141)
#71939B
(113,147,155)
#84A1A9
(132,161,169)
#97AFB7
(151,175,183)
#AABDC5
(170,189,197)
#BDCBD3
(189,203,211)
#D0D9E1
(208,217,225)
#E3E7EF
(227,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #255B63; }

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

This text font color is #255B63.

Background Color

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

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

This div background color is #255B63.

Border color

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

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

This div border color is #255B63.

Opacity

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

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

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

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

This text has shadow with #255B63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #255B63.

Preview

Color preview on black background

This text has color #255B63 on black background.


Color preview on white background

This text has color #255B63 on white background.


Black color preview on #255B63 background

This text has black color on #255B63 background.


White color preview on #255B63 background

This text has white color on #255B63 background.


Related colors

Complementary color

Complementary color for #hex is #DAA49C.


I love getcolorcode.com

Triadic colors

1 #63255B and #5B6325 with #255B63 are triadic colors.

2 #635B25 and #5B2563 with #255B63 are triadic colors.