COLOR #1B515F

HEX: #1B515F
RGB: (27,81,95)

Color info

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

RGB color model

#1B515F color RGB value is (27,81,95).

  • red value is 27;
  • green value is 81;
  • blue value is 95.
RGB:
(27,81,95)
(11%,32%,37%)

RGB channels and saturation

R 27 of 255 = 11%
G 81 of 255 = 32%
B 95 of 255 = 37%

27
81
95

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

Portions of RGB colors in percentages

R + G + B =
27 + 81 + 95 = 203 (100%)
R 27 of 203 ~ 13.3%
G 81 of 203 ~ 39.9%
B 95 of 203 ~ 46.8%

%13.3
%39.9
%46.8

CMYK color model

#1B515F color CMYK value is (72,15,0,63).

  • cyan value is 71.58%
  • magenta value is 14.74%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(72,15,0,63)
C72M15Y0K63 
(72%,15%,0%,63%)
(0.72/0.15/0.00/0.63)	

CMYK percentages

%71.58
%14.74
%0
%62.75

Codes

Color #1B515F in popluar color models

1B515F
RGB278195
HSL192°55.74%23.92%
HSB/HSV192°71.58%37.25%
CMYK71.58%14.74%0.00%
62.75%

Color #1B515F in popluar number systems.

HEX1B515F
Decimal278195
Binary1101110100011011111
Octal33121137

Shades and tints

Shades of #1B515F

#1B515F
(27,81,95)
#194A57
(25,74,87)
#17434F
(23,67,79)
#153C47
(21,60,71)
#13353F
(19,53,63)
#112E37
(17,46,55)
#0F272F
(15,39,47)
#0D2027
(13,32,39)
#0B191F
(11,25,31)
#091217
(9,18,23)
#070B0F
(7,11,15)
#000000
(0,0,0)

Tints of #1B515F

#1B515F
(27,81,95)
#2F606D
(47,96,109)
#436F7B
(67,111,123)
#577E89
(87,126,137)
#6B8D97
(107,141,151)
#7F9CA5
(127,156,165)
#93ABB3
(147,171,179)
#A7BAC1
(167,186,193)
#BBC9CF
(187,201,207)
#CFD8DD
(207,216,221)
#E3E7EB
(227,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B515F color. Also use rgb(27,81,95) instead hex code.

Text Font Color

.myTextColor { color: #1B515F; }

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

This text font color is #1B515F.


Background Color

.myBgColor { background-color: #1B515F; }

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

This div background color is #1B515F.


Border color

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

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

This div border color is #1B515F.


Opacity

.myOpacity80 { color: #1B515F; opacity: 0.8; }

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

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

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

This text has shadow with #1B515F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B515F on black background.


Color preview on white background

This text has color #1B515F on white background.



Black color preview on #1B515F background

This text has black color on #1B515F background.


White color preview on #1B515F background

This text has white color on #1B515F background.