COLOR #1B5155

HEX: #1B5155
RGB: (27,81,85)

Color info

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

RGB color model

#1B5155 color RGB value is (27,81,85).

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

RGB channels and saturation

R 27 of 255 = 11%
G 81 of 255 = 32%
B 85 of 255 = 33%

27
81
85

R + G + B ~ 25%. #1B5155 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 81 + 85 = 193 (100%)
R 27 of 193 ~ 13.99%
G 81 of 193 ~ 41.97%
B 85 of 193 ~ 44.04%

%13.99
%41.97
%44.04

CMYK color model

#1B5155 color CMYK value is (68,5,0,67).

  • cyan value is 68.24%
  • magenta value is 4.71%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(68,5,0,67)
C68M5Y0K67 
(68%,5%,0%,67%)
(0.68/0.05/0.00/0.67)	

CMYK percentages

%68.24
%4.71
%0
%66.67

Codes

Color #1B5155 in popluar color models

1B5155
RGB278185
HSL184°51.79%21.96%
HSB/HSV184°68.24%33.33%
CMYK68.24%4.71%0.00%
66.67%

Color #1B5155 in popluar number systems.

HEX1B5155
Decimal278185
Binary1101110100011010101
Octal33121125

Shades and tints

Shades of #1B5155

#1B5155
(27,81,85)
#194A4E
(25,74,78)
#174347
(23,67,71)
#153C40
(21,60,64)
#133539
(19,53,57)
#112E32
(17,46,50)
#0F272B
(15,39,43)
#0D2024
(13,32,36)
#0B191D
(11,25,29)
#091216
(9,18,22)
#070B0F
(7,11,15)
#000000
(0,0,0)

Tints of #1B5155

#1B5155
(27,81,85)
#2F6064
(47,96,100)
#436F73
(67,111,115)
#577E82
(87,126,130)
#6B8D91
(107,141,145)
#7F9CA0
(127,156,160)
#93ABAF
(147,171,175)
#A7BABE
(167,186,190)
#BBC9CD
(187,201,205)
#CFD8DC
(207,216,220)
#E3E7EB
(227,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B5155; }

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

This text font color is #1B5155.


Background Color

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

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

This div background color is #1B5155.


Border color

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

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

This div border color is #1B5155.


Opacity

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

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

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

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

This text has shadow with #1B5155 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B5155 on black background.


Color preview on white background

This text has color #1B5155 on white background.



Black color preview on #1B5155 background

This text has black color on #1B5155 background.


White color preview on #1B5155 background

This text has white color on #1B5155 background.