COLOR #1B7646

HEX: #1B7646
RGB: (27,118,70)

Color info

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

RGB color model

#1B7646 color RGB value is (27,118,70).

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

RGB channels and saturation

R 27 of 255 = 11%
G 118 of 255 = 46%
B 70 of 255 = 27%

27
118
70

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

Portions of RGB colors in percentages

R + G + B =
27 + 118 + 70 = 215 (100%)
R 27 of 215 ~ 12.56%
G 118 of 215 ~ 54.88%
B 70 of 215 ~ 32.56%

%12.56
%54.88
%32.56

CMYK color model

#1B7646 color CMYK value is (77,0,41,54).

  • cyan value is 77.12%
  • magenta value is 0.00%
  • yellow value is 40.68%
  • key color value is 53.73%
CMYK:
(77,0,41,54)
C77M0Y41K54 
(77%,0%,41%,54%)
(0.77/0.00/0.41/0.54)	

CMYK percentages

%77.12
%0
%40.68
%53.73

Codes

Color #1B7646 in popluar color models

1B7646
RGB2711870
HSL148°62.76%28.43%
HSB/HSV148°77.12%46.27%
CMYK77.12%0.00%40.68%
53.73%

Color #1B7646 in popluar number systems.

HEX1B7646
Decimal2711870
Binary1101111101101000110
Octal33166106

Shades and tints

Shades of #1B7646

#1B7646
(27,118,70)
#196C40
(25,108,64)
#17623A
(23,98,58)
#155834
(21,88,52)
#134E2E
(19,78,46)
#114428
(17,68,40)
#0F3A22
(15,58,34)
#0D301C
(13,48,28)
#0B2616
(11,38,22)
#091C10
(9,28,16)
#07120A
(7,18,10)
#000000
(0,0,0)

Tints of #1B7646

#1B7646
(27,118,70)
#2F8256
(47,130,86)
#438E66
(67,142,102)
#579A76
(87,154,118)
#6BA686
(107,166,134)
#7FB296
(127,178,150)
#93BEA6
(147,190,166)
#A7CAB6
(167,202,182)
#BBD6C6
(187,214,198)
#CFE2D6
(207,226,214)
#E3EEE6
(227,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B7646; }

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

This text font color is #1B7646.


Background Color

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

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

This div background color is #1B7646.


Border color

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

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

This div border color is #1B7646.


Opacity

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

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

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

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

This text has shadow with #1B7646 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B7646 on black background.


Color preview on white background

This text has color #1B7646 on white background.



Black color preview on #1B7646 background

This text has black color on #1B7646 background.


White color preview on #1B7646 background

This text has white color on #1B7646 background.