COLOR #1B6B5F

HEX: #1B6B5F
RGB: (27,107,95)

Color info

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

RGB color model

#1B6B5F color RGB value is (27,107,95).

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

RGB channels and saturation

R 27 of 255 = 11%
G 107 of 255 = 42%
B 95 of 255 = 37%

27
107
95

R + G + B ~ 30%. #1B6B5F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 107 + 95 = 229 (100%)
R 27 of 229 ~ 11.79%
G 107 of 229 ~ 46.72%
B 95 of 229 ~ 41.48%

%11.79
%46.72
%41.48

CMYK color model

#1B6B5F color CMYK value is (75,0,11,58).

  • cyan value is 74.77%
  • magenta value is 0.00%
  • yellow value is 11.21%
  • key color value is 58.04%
CMYK:
(75,0,11,58)
C75M0Y11K58 
(75%,0%,11%,58%)
(0.75/0.00/0.11/0.58)	

CMYK percentages

%74.77
%0
%11.21
%58.04

Codes

Color #1B6B5F in popluar color models

1B6B5F
RGB2710795
HSL171°59.70%26.27%
HSB/HSV171°74.77%41.96%
CMYK74.77%0.00%11.21%
58.04%

Color #1B6B5F in popluar number systems.

HEX1B6B5F
Decimal2710795
Binary1101111010111011111
Octal33153137

Shades and tints

Shades of #1B6B5F

#1B6B5F
(27,107,95)
#196257
(25,98,87)
#17594F
(23,89,79)
#155047
(21,80,71)
#13473F
(19,71,63)
#113E37
(17,62,55)
#0F352F
(15,53,47)
#0D2C27
(13,44,39)
#0B231F
(11,35,31)
#091A17
(9,26,23)
#07110F
(7,17,15)
#000000
(0,0,0)

Tints of #1B6B5F

#1B6B5F
(27,107,95)
#2F786D
(47,120,109)
#43857B
(67,133,123)
#579289
(87,146,137)
#6B9F97
(107,159,151)
#7FACA5
(127,172,165)
#93B9B3
(147,185,179)
#A7C6C1
(167,198,193)
#BBD3CF
(187,211,207)
#CFE0DD
(207,224,221)
#E3EDEB
(227,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B6B5F; }

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

This text font color is #1B6B5F.


Background Color

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

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

This div background color is #1B6B5F.


Border color

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

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

This div border color is #1B6B5F.


Opacity

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

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

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

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

This text has shadow with #1B6B5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B6B5F on black background.


Color preview on white background

This text has color #1B6B5F on white background.



Black color preview on #1B6B5F background

This text has black color on #1B6B5F background.


White color preview on #1B6B5F background

This text has white color on #1B6B5F background.