COLOR #1B6159

HEX: #1B6159
RGB: (27,97,89)

Color info

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

RGB color model

#1B6159 color RGB value is (27,97,89).

  • red value is 27;
  • green value is 97;
  • blue value is 89.
RGB:
(27,97,89)
(11%,38%,35%)

RGB channels and saturation

R 27 of 255 = 11%
G 97 of 255 = 38%
B 89 of 255 = 35%

27
97
89

R + G + B ~ 28%. #1B6159 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 97 + 89 = 213 (100%)
R 27 of 213 ~ 12.68%
G 97 of 213 ~ 45.54%
B 89 of 213 ~ 41.78%

%12.68
%45.54
%41.78

CMYK color model

#1B6159 color CMYK value is (72,0,8,62).

  • cyan value is 72.16%
  • magenta value is 0.00%
  • yellow value is 8.25%
  • key color value is 61.96%
CMYK:
(72,0,8,62)
C72M0Y8K62 
(72%,0%,8%,62%)
(0.72/0.00/0.08/0.62)	

CMYK percentages

%72.16
%0
%8.25
%61.96

Codes

Color #1B6159 in popluar color models

1B6159
RGB279789
HSL173°56.45%24.31%
HSB/HSV173°72.16%38.04%
CMYK72.16%0.00%8.25%
61.96%

Color #1B6159 in popluar number systems.

HEX1B6159
Decimal279789
Binary1101111000011011001
Octal33141131

Shades and tints

Shades of #1B6159

#1B6159
(27,97,89)
#195951
(25,89,81)
#175149
(23,81,73)
#154941
(21,73,65)
#134139
(19,65,57)
#113931
(17,57,49)
#0F3129
(15,49,41)
#0D2921
(13,41,33)
#0B2119
(11,33,25)
#091911
(9,25,17)
#071109
(7,17,9)
#000000
(0,0,0)

Tints of #1B6159

#1B6159
(27,97,89)
#2F6F68
(47,111,104)
#437D77
(67,125,119)
#578B86
(87,139,134)
#6B9995
(107,153,149)
#7FA7A4
(127,167,164)
#93B5B3
(147,181,179)
#A7C3C2
(167,195,194)
#BBD1D1
(187,209,209)
#CFDFE0
(207,223,224)
#E3EDEF
(227,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B6159 color. Also use rgb(27,97,89) instead hex code.

Text Font Color

.myTextColor { color: #1B6159; }

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

This text font color is #1B6159.


Background Color

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

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

This div background color is #1B6159.


Border color

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

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

This div border color is #1B6159.


Opacity

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

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

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

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

This text has shadow with #1B6159 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B6159 on black background.


Color preview on white background

This text has color #1B6159 on white background.



Black color preview on #1B6159 background

This text has black color on #1B6159 background.


White color preview on #1B6159 background

This text has white color on #1B6159 background.