COLOR #1B5921

HEX: #1B5921
RGB: (27,89,33)

Color info

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

RGB color model

#1B5921 color RGB value is (27,89,33).

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

RGB channels and saturation

R 27 of 255 = 11%
G 89 of 255 = 35%
B 33 of 255 = 13%

27
89
33

R + G + B ~ 20%. #1B5921 is dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 89 + 33 = 149 (100%)
R 27 of 149 ~ 18.12%
G 89 of 149 ~ 59.73%
B 33 of 149 ~ 22.15%

%18.12
%59.73
%22.15

CMYK color model

#1B5921 color CMYK value is (70,0,63,65).

  • cyan value is 69.66%
  • magenta value is 0.00%
  • yellow value is 62.92%
  • key color value is 65.10%
CMYK:
(70,0,63,65)
C70M0Y63K65 
(70%,0%,63%,65%)
(0.70/0.00/0.63/0.65)	

CMYK percentages

%69.66
%0
%62.92
%65.1

Codes

Color #1B5921 in popluar color models

1B5921
RGB278933
HSL126°53.45%22.75%
HSB/HSV126°69.66%34.90%
CMYK69.66%0.00%62.92%
65.10%

Color #1B5921 in popluar number systems.

HEX1B5921
Decimal278933
Binary110111011001100001
Octal3313141

Shades and tints

Shades of #1B5921

#1B5921
(27,89,33)
#19511E
(25,81,30)
#17491B
(23,73,27)
#154118
(21,65,24)
#133915
(19,57,21)
#113112
(17,49,18)
#0F290F
(15,41,15)
#0D210C
(13,33,12)
#0B1909
(11,25,9)
#091106
(9,17,6)
#070903
(7,9,3)
#000000
(0,0,0)

Tints of #1B5921

#1B5921
(27,89,33)
#2F6835
(47,104,53)
#437749
(67,119,73)
#57865D
(87,134,93)
#6B9571
(107,149,113)
#7FA485
(127,164,133)
#93B399
(147,179,153)
#A7C2AD
(167,194,173)
#BBD1C1
(187,209,193)
#CFE0D5
(207,224,213)
#E3EFE9
(227,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B5921; }

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

This text font color is #1B5921.


Background Color

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

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

This div background color is #1B5921.


Border color

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

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

This div border color is #1B5921.


Opacity

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

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

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

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

This text has shadow with #1B5921 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B5921 on black background.


Color preview on white background

This text has color #1B5921 on white background.



Black color preview on #1B5921 background

This text has black color on #1B5921 background.


White color preview on #1B5921 background

This text has white color on #1B5921 background.