COLOR #1B764D

HEX: #1B764D
RGB: (27,118,77)

Color info

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

RGB color model

#1B764D color RGB value is (27,118,77).

  • red value is 27;
  • green value is 118;
  • blue value is 77.
RGB:
(27,118,77)
(11%,46%,30%)

RGB channels and saturation

R 27 of 255 = 11%
G 118 of 255 = 46%
B 77 of 255 = 30%

27
118
77

R + G + B ~ 29%. #1B764D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 118 + 77 = 222 (100%)
R 27 of 222 ~ 12.16%
G 118 of 222 ~ 53.15%
B 77 of 222 ~ 34.68%

%12.16
%53.15
%34.68

CMYK color model

#1B764D color CMYK value is (77,0,35,54).

  • cyan value is 77.12%
  • magenta value is 0.00%
  • yellow value is 34.75%
  • key color value is 53.73%
CMYK:
(77,0,35,54)
C77M0Y35K54 
(77%,0%,35%,54%)
(0.77/0.00/0.35/0.54)	

CMYK percentages

%77.12
%0
%34.75
%53.73

Codes

Color #1B764D in popluar color models

1B764D
RGB2711877
HSL153°62.76%28.43%
HSB/HSV153°77.12%46.27%
CMYK77.12%0.00%34.75%
53.73%

Color #1B764D in popluar number systems.

HEX1B764D
Decimal2711877
Binary1101111101101001101
Octal33166115

Shades and tints

Shades of #1B764D

#1B764D
(27,118,77)
#196C46
(25,108,70)
#17623F
(23,98,63)
#155838
(21,88,56)
#134E31
(19,78,49)
#11442A
(17,68,42)
#0F3A23
(15,58,35)
#0D301C
(13,48,28)
#0B2615
(11,38,21)
#091C0E
(9,28,14)
#071207
(7,18,7)
#000000
(0,0,0)

Tints of #1B764D

#1B764D
(27,118,77)
#2F825D
(47,130,93)
#438E6D
(67,142,109)
#579A7D
(87,154,125)
#6BA68D
(107,166,141)
#7FB29D
(127,178,157)
#93BEAD
(147,190,173)
#A7CABD
(167,202,189)
#BBD6CD
(187,214,205)
#CFE2DD
(207,226,221)
#E3EEED
(227,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B764D color. Also use rgb(27,118,77) instead hex code.

Text Font Color

.myTextColor { color: #1B764D; }

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

This text font color is #1B764D.


Background Color

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

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

This div background color is #1B764D.


Border color

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

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

This div border color is #1B764D.


Opacity

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

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

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

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

This text has shadow with #1B764D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B764D on black background.


Color preview on white background

This text has color #1B764D on white background.



Black color preview on #1B764D background

This text has black color on #1B764D background.


White color preview on #1B764D background

This text has white color on #1B764D background.