COLOR #1B7772

HEX: #1B7772
RGB: (27,119,114)

Color info

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

RGB color model

#1B7772 color RGB value is (27,119,114).

  • red value is 27;
  • green value is 119;
  • blue value is 114.
RGB:
(27,119,114)
(11%,47%,45%)

RGB channels and saturation

R 27 of 255 = 11%
G 119 of 255 = 47%
B 114 of 255 = 45%

27
119
114

R + G + B ~ 34%. #1B7772 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 119 + 114 = 260 (100%)
R 27 of 260 ~ 10.38%
G 119 of 260 ~ 45.77%
B 114 of 260 ~ 43.85%

%10.38
%45.77
%43.85

CMYK color model

#1B7772 color CMYK value is (77,0,4,53).

  • cyan value is 77.31%
  • magenta value is 0.00%
  • yellow value is 4.20%
  • key color value is 53.33%
CMYK:
(77,0,4,53)
C77M0Y4K53 
(77%,0%,4%,53%)
(0.77/0.00/0.04/0.53)	

CMYK percentages

%77.31
%0
%4.2
%53.33

Codes

Color #1B7772 in popluar color models

1B7772
RGB27119114
HSL177°63.01%28.63%
HSB/HSV177°77.31%46.67%
CMYK77.31%0.00%4.20%
53.33%

Color #1B7772 in popluar number systems.

HEX1B7772
Decimal27119114
Binary1101111101111110010
Octal33167162

Shades and tints

Shades of #1B7772

#1B7772
(27,119,114)
#196D68
(25,109,104)
#17635E
(23,99,94)
#155954
(21,89,84)
#134F4A
(19,79,74)
#114540
(17,69,64)
#0F3B36
(15,59,54)
#0D312C
(13,49,44)
#0B2722
(11,39,34)
#091D18
(9,29,24)
#07130E
(7,19,14)
#000000
(0,0,0)

Tints of #1B7772

#1B7772
(27,119,114)
#2F837E
(47,131,126)
#438F8A
(67,143,138)
#579B96
(87,155,150)
#6BA7A2
(107,167,162)
#7FB3AE
(127,179,174)
#93BFBA
(147,191,186)
#A7CBC6
(167,203,198)
#BBD7D2
(187,215,210)
#CFE3DE
(207,227,222)
#E3EFEA
(227,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B7772 color. Also use rgb(27,119,114) instead hex code.

Text Font Color

.myTextColor { color: #1B7772; }

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

This text font color is #1B7772.


Background Color

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

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

This div background color is #1B7772.


Border color

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

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

This div border color is #1B7772.


Opacity

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

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

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

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

This text has shadow with #1B7772 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B7772 on black background.


Color preview on white background

This text has color #1B7772 on white background.



Black color preview on #1B7772 background

This text has black color on #1B7772 background.


White color preview on #1B7772 background

This text has white color on #1B7772 background.