COLOR #1B7449

HEX: #1B7449
RGB: (27,116,73)

Color info

#1B7449 contains mainly green and blue colors. Web safe color of #1B7449 is #336633 (or #363).

RGB color model

#1B7449 color RGB value is (27,116,73).

  • red value is 27;
  • green value is 116;
  • blue value is 73.
RGB:
(27,116,73)
(11%,45%,29%)

RGB channels and saturation

R 27 of 255 = 11%
G 116 of 255 = 45%
B 73 of 255 = 29%

27
116
73

R + G + B ~ 28%. #1B7449 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 116 + 73 = 216 (100%)
R 27 of 216 ~ 12.5%
G 116 of 216 ~ 53.7%
B 73 of 216 ~ 33.8%

%12.5
%53.7
%33.8

CMYK color model

#1B7449 color CMYK value is (77,0,37,55).

  • cyan value is 76.72%
  • magenta value is 0.00%
  • yellow value is 37.07%
  • key color value is 54.51%
CMYK:
(77,0,37,55)
C77M0Y37K55 
(77%,0%,37%,55%)
(0.77/0.00/0.37/0.55)	

CMYK percentages

%76.72
%0
%37.07
%54.51

Codes

Color #1B7449 in popluar color models

1B7449
RGB2711673
HSL151°62.24%28.04%
HSB/HSV151°76.72%45.49%
CMYK76.72%0.00%37.07%
54.51%

Color #1B7449 in popluar number systems.

HEX1B7449
Decimal2711673
Binary1101111101001001001
Octal33164111

Shades and tints

Shades of #1B7449

#1B7449
(27,116,73)
#196A43
(25,106,67)
#17603D
(23,96,61)
#155637
(21,86,55)
#134C31
(19,76,49)
#11422B
(17,66,43)
#0F3825
(15,56,37)
#0D2E1F
(13,46,31)
#0B2419
(11,36,25)
#091A13
(9,26,19)
#07100D
(7,16,13)
#000000
(0,0,0)

Tints of #1B7449

#1B7449
(27,116,73)
#2F8059
(47,128,89)
#438C69
(67,140,105)
#579879
(87,152,121)
#6BA489
(107,164,137)
#7FB099
(127,176,153)
#93BCA9
(147,188,169)
#A7C8B9
(167,200,185)
#BBD4C9
(187,212,201)
#CFE0D9
(207,224,217)
#E3ECE9
(227,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B7449 color. Also use rgb(27,116,73) instead hex code.

Text Font Color

.myTextColor { color: #1B7449; }

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

This text font color is #1B7449.


Background Color

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

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

This div background color is #1B7449.


Border color

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

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

This div border color is #1B7449.


Opacity

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

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

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

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

This text has shadow with #1B7449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B7449 on black background.


Color preview on white background

This text has color #1B7449 on white background.



Black color preview on #1B7449 background

This text has black color on #1B7449 background.


White color preview on #1B7449 background

This text has white color on #1B7449 background.