COLOR #1B5D27

HEX: #1B5D27
RGB: (27,93,39)

Color info

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

RGB color model

#1B5D27 color RGB value is (27,93,39).

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

RGB channels and saturation

R 27 of 255 = 11%
G 93 of 255 = 36%
B 39 of 255 = 15%

27
93
39

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

Portions of RGB colors in percentages

R + G + B =
27 + 93 + 39 = 159 (100%)
R 27 of 159 ~ 16.98%
G 93 of 159 ~ 58.49%
B 39 of 159 ~ 24.53%

%16.98
%58.49
%24.53

CMYK color model

#1B5D27 color CMYK value is (71,0,58,64).

  • cyan value is 70.97%
  • magenta value is 0.00%
  • yellow value is 58.06%
  • key color value is 63.53%
CMYK:
(71,0,58,64)
C71M0Y58K64 
(71%,0%,58%,64%)
(0.71/0.00/0.58/0.64)	

CMYK percentages

%70.97
%0
%58.06
%63.53

Codes

Color #1B5D27 in popluar color models

1B5D27
RGB279339
HSL131°55.00%23.53%
HSB/HSV131°70.97%36.47%
CMYK70.97%0.00%58.06%
63.53%

Color #1B5D27 in popluar number systems.

HEX1B5D27
Decimal279339
Binary110111011101100111
Octal3313547

Shades and tints

Shades of #1B5D27

#1B5D27
(27,93,39)
#195524
(25,85,36)
#174D21
(23,77,33)
#15451E
(21,69,30)
#133D1B
(19,61,27)
#113518
(17,53,24)
#0F2D15
(15,45,21)
#0D2512
(13,37,18)
#0B1D0F
(11,29,15)
#09150C
(9,21,12)
#070D09
(7,13,9)
#000000
(0,0,0)

Tints of #1B5D27

#1B5D27
(27,93,39)
#2F6B3A
(47,107,58)
#43794D
(67,121,77)
#578760
(87,135,96)
#6B9573
(107,149,115)
#7FA386
(127,163,134)
#93B199
(147,177,153)
#A7BFAC
(167,191,172)
#BBCDBF
(187,205,191)
#CFDBD2
(207,219,210)
#E3E9E5
(227,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B5D27; }

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

This text font color is #1B5D27.


Background Color

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

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

This div background color is #1B5D27.


Border color

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

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

This div border color is #1B5D27.


Opacity

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

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

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

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

This text has shadow with #1B5D27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B5D27 on black background.


Color preview on white background

This text has color #1B5D27 on white background.



Black color preview on #1B5D27 background

This text has black color on #1B5D27 background.


White color preview on #1B5D27 background

This text has white color on #1B5D27 background.