COLOR #1B7F50

HEX: #1B7F50
RGB: (27,127,80)

Color info

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

RGB color model

#1B7F50 color RGB value is (27,127,80).

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

RGB channels and saturation

R 27 of 255 = 11%
G 127 of 255 = 50%
B 80 of 255 = 31%

27
127
80

R + G + B ~ 31%. #1B7F50 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 127 + 80 = 234 (100%)
R 27 of 234 ~ 11.54%
G 127 of 234 ~ 54.27%
B 80 of 234 ~ 34.19%

%11.54
%54.27
%34.19

CMYK color model

#1B7F50 color CMYK value is (79,0,37,50).

  • cyan value is 78.74%
  • magenta value is 0.00%
  • yellow value is 37.01%
  • key color value is 50.20%
CMYK:
(79,0,37,50)
C79M0Y37K50 
(79%,0%,37%,50%)
(0.79/0.00/0.37/0.50)	

CMYK percentages

%78.74
%0
%37.01
%50.2

Codes

Color #1B7F50 in popluar color models

1B7F50
RGB2712780
HSL152°64.94%30.20%
HSB/HSV152°78.74%49.80%
CMYK78.74%0.00%37.01%
50.20%

Color #1B7F50 in popluar number systems.

HEX1B7F50
Decimal2712780
Binary1101111111111010000
Octal33177120

Shades and tints

Shades of #1B7F50

#1B7F50
(27,127,80)
#197449
(25,116,73)
#176942
(23,105,66)
#155E3B
(21,94,59)
#135334
(19,83,52)
#11482D
(17,72,45)
#0F3D26
(15,61,38)
#0D321F
(13,50,31)
#0B2718
(11,39,24)
#091C11
(9,28,17)
#07110A
(7,17,10)
#000000
(0,0,0)

Tints of #1B7F50

#1B7F50
(27,127,80)
#2F8A5F
(47,138,95)
#43956E
(67,149,110)
#57A07D
(87,160,125)
#6BAB8C
(107,171,140)
#7FB69B
(127,182,155)
#93C1AA
(147,193,170)
#A7CCB9
(167,204,185)
#BBD7C8
(187,215,200)
#CFE2D7
(207,226,215)
#E3EDE6
(227,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B7F50; }

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

This text font color is #1B7F50.


Background Color

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

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

This div background color is #1B7F50.


Border color

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

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

This div border color is #1B7F50.


Opacity

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

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

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

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

This text has shadow with #1B7F50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B7F50 on black background.


Color preview on white background

This text has color #1B7F50 on white background.



Black color preview on #1B7F50 background

This text has black color on #1B7F50 background.


White color preview on #1B7F50 background

This text has white color on #1B7F50 background.