COLOR #1B6740

HEX: #1B6740
RGB: (27,103,64)

Color info

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

RGB color model

#1B6740 color RGB value is (27,103,64).

  • red value is 27;
  • green value is 103;
  • blue value is 64.
RGB:
(27,103,64)
(11%,40%,25%)

RGB channels and saturation

R 27 of 255 = 11%
G 103 of 255 = 40%
B 64 of 255 = 25%

27
103
64

R + G + B ~ 25%. #1B6740 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 103 + 64 = 194 (100%)
R 27 of 194 ~ 13.92%
G 103 of 194 ~ 53.09%
B 64 of 194 ~ 32.99%

%13.92
%53.09
%32.99

CMYK color model

#1B6740 color CMYK value is (74,0,38,60).

  • cyan value is 73.79%
  • magenta value is 0.00%
  • yellow value is 37.86%
  • key color value is 59.61%
CMYK:
(74,0,38,60)
C74M0Y38K60 
(74%,0%,38%,60%)
(0.74/0.00/0.38/0.60)	

CMYK percentages

%73.79
%0
%37.86
%59.61

Codes

Color #1B6740 in popluar color models

1B6740
RGB2710364
HSL149°58.46%25.49%
HSB/HSV149°73.79%40.39%
CMYK73.79%0.00%37.86%
59.61%

Color #1B6740 in popluar number systems.

HEX1B6740
Decimal2710364
Binary1101111001111000000
Octal33147100

Shades and tints

Shades of #1B6740

#1B6740
(27,103,64)
#195E3B
(25,94,59)
#175536
(23,85,54)
#154C31
(21,76,49)
#13432C
(19,67,44)
#113A27
(17,58,39)
#0F3122
(15,49,34)
#0D281D
(13,40,29)
#0B1F18
(11,31,24)
#091613
(9,22,19)
#070D0E
(7,13,14)
#000000
(0,0,0)

Tints of #1B6740

#1B6740
(27,103,64)
#2F7451
(47,116,81)
#438162
(67,129,98)
#578E73
(87,142,115)
#6B9B84
(107,155,132)
#7FA895
(127,168,149)
#93B5A6
(147,181,166)
#A7C2B7
(167,194,183)
#BBCFC8
(187,207,200)
#CFDCD9
(207,220,217)
#E3E9EA
(227,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B6740 color. Also use rgb(27,103,64) instead hex code.

Text Font Color

.myTextColor { color: #1B6740; }

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

This text font color is #1B6740.


Background Color

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

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

This div background color is #1B6740.


Border color

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

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

This div border color is #1B6740.


Opacity

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

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

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

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

This text has shadow with #1B6740 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B6740 on black background.


Color preview on white background

This text has color #1B6740 on white background.



Black color preview on #1B6740 background

This text has black color on #1B6740 background.


White color preview on #1B6740 background

This text has white color on #1B6740 background.