COLOR #1B5E19

HEX: #1B5E19
RGB: (27,94,25)

Color info

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

RGB color model

#1B5E19 color RGB value is (27,94,25).

  • red value is 27;
  • green value is 94;
  • blue value is 25.
RGB:
(27,94,25)
(11%,37%,10%)

RGB channels and saturation

R 27 of 255 = 11%
G 94 of 255 = 37%
B 25 of 255 = 10%

27
94
25

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

Portions of RGB colors in percentages

R + G + B =
27 + 94 + 25 = 146 (100%)
R 27 of 146 ~ 18.49%
G 94 of 146 ~ 64.38%
B 25 of 146 ~ 17.12%

%18.49
%64.38
%17.12

CMYK color model

#1B5E19 color CMYK value is (71,0,73,63).

  • cyan value is 71.28%
  • magenta value is 0.00%
  • yellow value is 73.40%
  • key color value is 63.14%
CMYK:
(71,0,73,63)
C71M0Y73K63 
(71%,0%,73%,63%)
(0.71/0.00/0.73/0.63)	

CMYK percentages

%71.28
%0
%73.4
%63.14

Codes

Color #1B5E19 in popluar color models

1B5E19
RGB279425
HSL118°57.98%23.33%
HSB/HSV118°73.40%36.86%
CMYK71.28%0.00%73.40%
63.14%

Color #1B5E19 in popluar number systems.

HEX1B5E19
Decimal279425
Binary11011101111011001
Octal3313631

Shades and tints

Shades of #1B5E19

#1B5E19
(27,94,25)
#195617
(25,86,23)
#174E15
(23,78,21)
#154613
(21,70,19)
#133E11
(19,62,17)
#11360F
(17,54,15)
#0F2E0D
(15,46,13)
#0D260B
(13,38,11)
#0B1E09
(11,30,9)
#091607
(9,22,7)
#070E05
(7,14,5)
#000000
(0,0,0)

Tints of #1B5E19

#1B5E19
(27,94,25)
#2F6C2D
(47,108,45)
#437A41
(67,122,65)
#578855
(87,136,85)
#6B9669
(107,150,105)
#7FA47D
(127,164,125)
#93B291
(147,178,145)
#A7C0A5
(167,192,165)
#BBCEB9
(187,206,185)
#CFDCCD
(207,220,205)
#E3EAE1
(227,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B5E19 color. Also use rgb(27,94,25) instead hex code.

Text Font Color

.myTextColor { color: #1B5E19; }

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

This text font color is #1B5E19.


Background Color

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

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

This div background color is #1B5E19.


Border color

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

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

This div border color is #1B5E19.


Opacity

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

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

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

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

This text has shadow with #1B5E19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B5E19 on black background.


Color preview on white background

This text has color #1B5E19 on white background.



Black color preview on #1B5E19 background

This text has black color on #1B5E19 background.


White color preview on #1B5E19 background

This text has white color on #1B5E19 background.