COLOR #1B7752

HEX: #1B7752
RGB: (27,119,82)

Color info

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

RGB color model

#1B7752 color RGB value is (27,119,82).

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

RGB channels and saturation

R 27 of 255 = 11%
G 119 of 255 = 47%
B 82 of 255 = 32%

27
119
82

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

Portions of RGB colors in percentages

R + G + B =
27 + 119 + 82 = 228 (100%)
R 27 of 228 ~ 11.84%
G 119 of 228 ~ 52.19%
B 82 of 228 ~ 35.96%

%11.84
%52.19
%35.96

CMYK color model

#1B7752 color CMYK value is (77,0,31,53).

  • cyan value is 77.31%
  • magenta value is 0.00%
  • yellow value is 31.09%
  • key color value is 53.33%
CMYK:
(77,0,31,53)
C77M0Y31K53 
(77%,0%,31%,53%)
(0.77/0.00/0.31/0.53)	

CMYK percentages

%77.31
%0
%31.09
%53.33

Codes

Color #1B7752 in popluar color models

1B7752
RGB2711982
HSL156°63.01%28.63%
HSB/HSV156°77.31%46.67%
CMYK77.31%0.00%31.09%
53.33%

Color #1B7752 in popluar number systems.

HEX1B7752
Decimal2711982
Binary1101111101111010010
Octal33167122

Shades and tints

Shades of #1B7752

#1B7752
(27,119,82)
#196D4B
(25,109,75)
#176344
(23,99,68)
#15593D
(21,89,61)
#134F36
(19,79,54)
#11452F
(17,69,47)
#0F3B28
(15,59,40)
#0D3121
(13,49,33)
#0B271A
(11,39,26)
#091D13
(9,29,19)
#07130C
(7,19,12)
#000000
(0,0,0)

Tints of #1B7752

#1B7752
(27,119,82)
#2F8361
(47,131,97)
#438F70
(67,143,112)
#579B7F
(87,155,127)
#6BA78E
(107,167,142)
#7FB39D
(127,179,157)
#93BFAC
(147,191,172)
#A7CBBB
(167,203,187)
#BBD7CA
(187,215,202)
#CFE3D9
(207,227,217)
#E3EFE8
(227,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B7752; }

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

This text font color is #1B7752.


Background Color

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

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

This div background color is #1B7752.


Border color

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

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

This div border color is #1B7752.


Opacity

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

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

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

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

This text has shadow with #1B7752 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B7752 on black background.


Color preview on white background

This text has color #1B7752 on white background.



Black color preview on #1B7752 background

This text has black color on #1B7752 background.


White color preview on #1B7752 background

This text has white color on #1B7752 background.