COLOR #1B6721

HEX: #1B6721
RGB: (27,103,33)

Color info

#1B6721 contains mainly green color. Web safe color of #1B6721 is #336633 (or #363).

RGB color model

#1B6721 color RGB value is (27,103,33).

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

RGB channels and saturation

R 27 of 255 = 11%
G 103 of 255 = 40%
B 33 of 255 = 13%

27
103
33

R + G + B ~ 21%. #1B6721 is dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 103 + 33 = 163 (100%)
R 27 of 163 ~ 16.56%
G 103 of 163 ~ 63.19%
B 33 of 163 ~ 20.25%

%16.56
%63.19
%20.25

CMYK color model

#1B6721 color CMYK value is (74,0,68,60).

  • cyan value is 73.79%
  • magenta value is 0.00%
  • yellow value is 67.96%
  • key color value is 59.61%
CMYK:
(74,0,68,60)
C74M0Y68K60 
(74%,0%,68%,60%)
(0.74/0.00/0.68/0.60)	

CMYK percentages

%73.79
%0
%67.96
%59.61

Codes

Color #1B6721 in popluar color models

1B6721
RGB2710333
HSL125°58.46%25.49%
HSB/HSV125°73.79%40.39%
CMYK73.79%0.00%67.96%
59.61%

Color #1B6721 in popluar number systems.

HEX1B6721
Decimal2710333
Binary110111100111100001
Octal3314741

Shades and tints

Shades of #1B6721

#1B6721
(27,103,33)
#195E1E
(25,94,30)
#17551B
(23,85,27)
#154C18
(21,76,24)
#134315
(19,67,21)
#113A12
(17,58,18)
#0F310F
(15,49,15)
#0D280C
(13,40,12)
#0B1F09
(11,31,9)
#091606
(9,22,6)
#070D03
(7,13,3)
#000000
(0,0,0)

Tints of #1B6721

#1B6721
(27,103,33)
#2F7435
(47,116,53)
#438149
(67,129,73)
#578E5D
(87,142,93)
#6B9B71
(107,155,113)
#7FA885
(127,168,133)
#93B599
(147,181,153)
#A7C2AD
(167,194,173)
#BBCFC1
(187,207,193)
#CFDCD5
(207,220,213)
#E3E9E9
(227,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B6721; }

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

This text font color is #1B6721.


Background Color

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

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

This div background color is #1B6721.


Border color

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

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

This div border color is #1B6721.


Opacity

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

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

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

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

This text has shadow with #1B6721 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B6721 on black background.


Color preview on white background

This text has color #1B6721 on white background.



Black color preview on #1B6721 background

This text has black color on #1B6721 background.


White color preview on #1B6721 background

This text has white color on #1B6721 background.