COLOR #1B6050

HEX: #1B6050
RGB: (27,96,80)

Color info

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

RGB color model

#1B6050 color RGB value is (27,96,80).

  • red value is 27;
  • green value is 96;
  • blue value is 80.
RGB:
(27,96,80)
(11%,38%,31%)

RGB channels and saturation

R 27 of 255 = 11%
G 96 of 255 = 38%
B 80 of 255 = 31%

27
96
80

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

Portions of RGB colors in percentages

R + G + B =
27 + 96 + 80 = 203 (100%)
R 27 of 203 ~ 13.3%
G 96 of 203 ~ 47.29%
B 80 of 203 ~ 39.41%

%13.3
%47.29
%39.41

CMYK color model

#1B6050 color CMYK value is (72,0,17,62).

  • cyan value is 71.88%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 62.35%
CMYK:
(72,0,17,62)
C72M0Y17K62 
(72%,0%,17%,62%)
(0.72/0.00/0.17/0.62)	

CMYK percentages

%71.88
%0
%16.67
%62.35

Codes

Color #1B6050 in popluar color models

1B6050
RGB279680
HSL166°56.10%24.12%
HSB/HSV166°71.88%37.65%
CMYK71.88%0.00%16.67%
62.35%

Color #1B6050 in popluar number systems.

HEX1B6050
Decimal279680
Binary1101111000001010000
Octal33140120

Shades and tints

Shades of #1B6050

#1B6050
(27,96,80)
#195849
(25,88,73)
#175042
(23,80,66)
#15483B
(21,72,59)
#134034
(19,64,52)
#11382D
(17,56,45)
#0F3026
(15,48,38)
#0D281F
(13,40,31)
#0B2018
(11,32,24)
#091811
(9,24,17)
#07100A
(7,16,10)
#000000
(0,0,0)

Tints of #1B6050

#1B6050
(27,96,80)
#2F6E5F
(47,110,95)
#437C6E
(67,124,110)
#578A7D
(87,138,125)
#6B988C
(107,152,140)
#7FA69B
(127,166,155)
#93B4AA
(147,180,170)
#A7C2B9
(167,194,185)
#BBD0C8
(187,208,200)
#CFDED7
(207,222,215)
#E3ECE6
(227,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B6050 color. Also use rgb(27,96,80) instead hex code.

Text Font Color

.myTextColor { color: #1B6050; }

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

This text font color is #1B6050.


Background Color

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

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

This div background color is #1B6050.


Border color

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

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

This div border color is #1B6050.


Opacity

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

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

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

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

This text has shadow with #1B6050 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B6050 on black background.


Color preview on white background

This text has color #1B6050 on white background.



Black color preview on #1B6050 background

This text has black color on #1B6050 background.


White color preview on #1B6050 background

This text has white color on #1B6050 background.