COLOR #1B5D17

HEX: #1B5D17
RGB: (27,93,23)

Color info

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

RGB color model

#1B5D17 color RGB value is (27,93,23).

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

RGB channels and saturation

R 27 of 255 = 11%
G 93 of 255 = 36%
B 23 of 255 = 9%

27
93
23

R + G + B ~ 19%. #1B5D17 is dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 93 + 23 = 143 (100%)
R 27 of 143 ~ 18.88%
G 93 of 143 ~ 65.03%
B 23 of 143 ~ 16.08%

%18.88
%65.03
%16.08

CMYK color model

#1B5D17 color CMYK value is (71,0,75,64).

  • cyan value is 70.97%
  • magenta value is 0.00%
  • yellow value is 75.27%
  • key color value is 63.53%
CMYK:
(71,0,75,64)
C71M0Y75K64 
(71%,0%,75%,64%)
(0.71/0.00/0.75/0.64)	

CMYK percentages

%70.97
%0
%75.27
%63.53

Codes

Color #1B5D17 in popluar color models

1B5D17
RGB279323
HSL117°60.34%22.75%
HSB/HSV117°75.27%36.47%
CMYK70.97%0.00%75.27%
63.53%

Color #1B5D17 in popluar number systems.

HEX1B5D17
Decimal279323
Binary11011101110110111
Octal3313527

Shades and tints

Shades of #1B5D17

#1B5D17
(27,93,23)
#195515
(25,85,21)
#174D13
(23,77,19)
#154511
(21,69,17)
#133D0F
(19,61,15)
#11350D
(17,53,13)
#0F2D0B
(15,45,11)
#0D2509
(13,37,9)
#0B1D07
(11,29,7)
#091505
(9,21,5)
#070D03
(7,13,3)
#000000
(0,0,0)

Tints of #1B5D17

#1B5D17
(27,93,23)
#2F6B2C
(47,107,44)
#437941
(67,121,65)
#578756
(87,135,86)
#6B956B
(107,149,107)
#7FA380
(127,163,128)
#93B195
(147,177,149)
#A7BFAA
(167,191,170)
#BBCDBF
(187,205,191)
#CFDBD4
(207,219,212)
#E3E9E9
(227,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B5D17 color. Also use rgb(27,93,23) instead hex code.

Text Font Color

.myTextColor { color: #1B5D17; }

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

This text font color is #1B5D17.


Background Color

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

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

This div background color is #1B5D17.


Border color

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

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

This div border color is #1B5D17.


Opacity

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

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

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

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

This text has shadow with #1B5D17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B5D17 on black background.


Color preview on white background

This text has color #1B5D17 on white background.



Black color preview on #1B5D17 background

This text has black color on #1B5D17 background.


White color preview on #1B5D17 background

This text has white color on #1B5D17 background.