COLOR #1B5B09

HEX: #1B5B09
RGB: (27,91,9)

Color info

#1B5B09 contains mainly green color. Web safe color of #1B5B09 is #336600 (or #360).

RGB color model

#1B5B09 color RGB value is (27,91,9).

  • red value is 27;
  • green value is 91;
  • blue value is 9.
RGB:
(27,91,9)
(11%,36%,4%)

RGB channels and saturation

R 27 of 255 = 11%
G 91 of 255 = 36%
B 9 of 255 = 4%

27
91
9

R + G + B ~ 17%. #1B5B09 is dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 91 + 9 = 127 (100%)
R 27 of 127 ~ 21.26%
G 91 of 127 ~ 71.65%
B 9 of 127 ~ 7.09%

%21.26
%71.65

CMYK color model

#1B5B09 color CMYK value is (70,0,90,64).

  • cyan value is 70.33%
  • magenta value is 0.00%
  • yellow value is 90.11%
  • key color value is 64.31%
CMYK:
(70,0,90,64)
C70M0Y90K64 
(70%,0%,90%,64%)
(0.70/0.00/0.90/0.64)	

CMYK percentages

%70.33
%0
%90.11
%64.31

Codes

Color #1B5B09 in popluar color models

1B5B09
RGB27919
HSL107°82.00%19.61%
HSB/HSV107°90.11%35.69%
CMYK70.33%0.00%90.11%
64.31%

Color #1B5B09 in popluar number systems.

HEX1B5B09
Decimal27919
Binary1101110110111001
Octal3313311

Shades and tints

Shades of #1B5B09

#1B5B09
(27,91,9)
#195309
(25,83,9)
#174B09
(23,75,9)
#154309
(21,67,9)
#133B09
(19,59,9)
#113309
(17,51,9)
#0F2B09
(15,43,9)
#0D2309
(13,35,9)
#0B1B09
(11,27,9)
#091309
(9,19,9)
#070B09
(7,11,9)
#000000
(0,0,0)

Tints of #1B5B09

#1B5B09
(27,91,9)
#2F691F
(47,105,31)
#437735
(67,119,53)
#57854B
(87,133,75)
#6B9361
(107,147,97)
#7FA177
(127,161,119)
#93AF8D
(147,175,141)
#A7BDA3
(167,189,163)
#BBCBB9
(187,203,185)
#CFD9CF
(207,217,207)
#E3E7E5
(227,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B5B09 color. Also use rgb(27,91,9) instead hex code.

Text Font Color

.myTextColor { color: #1B5B09; }

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

This text font color is #1B5B09.


Background Color

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

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

This div background color is #1B5B09.


Border color

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

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

This div border color is #1B5B09.


Opacity

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

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

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

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

This text has shadow with #1B5B09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B5B09 on black background.


Color preview on white background

This text has color #1B5B09 on white background.



Black color preview on #1B5B09 background

This text has black color on #1B5B09 background.


White color preview on #1B5B09 background

This text has white color on #1B5B09 background.