COLOR #1B5A23

HEX: #1B5A23
RGB: (27,90,35)

Color info

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

RGB color model

#1B5A23 color RGB value is (27,90,35).

  • red value is 27;
  • green value is 90;
  • blue value is 35.
RGB:
(27,90,35)
(11%,35%,14%)

RGB channels and saturation

R 27 of 255 = 11%
G 90 of 255 = 35%
B 35 of 255 = 14%

27
90
35

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

Portions of RGB colors in percentages

R + G + B =
27 + 90 + 35 = 152 (100%)
R 27 of 152 ~ 17.76%
G 90 of 152 ~ 59.21%
B 35 of 152 ~ 23.03%

%17.76
%59.21
%23.03

CMYK color model

#1B5A23 color CMYK value is (70,0,61,65).

  • cyan value is 70.00%
  • magenta value is 0.00%
  • yellow value is 61.11%
  • key color value is 64.71%
CMYK:
(70,0,61,65)
C70M0Y61K65 
(70%,0%,61%,65%)
(0.70/0.00/0.61/0.65)	

CMYK percentages

%70
%0
%61.11
%64.71

Codes

Color #1B5A23 in popluar color models

1B5A23
RGB279035
HSL128°53.85%22.94%
HSB/HSV128°70.00%35.29%
CMYK70.00%0.00%61.11%
64.71%

Color #1B5A23 in popluar number systems.

HEX1B5A23
Decimal279035
Binary110111011010100011
Octal3313243

Shades and tints

Shades of #1B5A23

#1B5A23
(27,90,35)
#195220
(25,82,32)
#174A1D
(23,74,29)
#15421A
(21,66,26)
#133A17
(19,58,23)
#113214
(17,50,20)
#0F2A11
(15,42,17)
#0D220E
(13,34,14)
#0B1A0B
(11,26,11)
#091208
(9,18,8)
#070A05
(7,10,5)
#000000
(0,0,0)

Tints of #1B5A23

#1B5A23
(27,90,35)
#2F6937
(47,105,55)
#43784B
(67,120,75)
#57875F
(87,135,95)
#6B9673
(107,150,115)
#7FA587
(127,165,135)
#93B49B
(147,180,155)
#A7C3AF
(167,195,175)
#BBD2C3
(187,210,195)
#CFE1D7
(207,225,215)
#E3F0EB
(227,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B5A23 color. Also use rgb(27,90,35) instead hex code.

Text Font Color

.myTextColor { color: #1B5A23; }

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

This text font color is #1B5A23.


Background Color

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

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

This div background color is #1B5A23.


Border color

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

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

This div border color is #1B5A23.


Opacity

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

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

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

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

This text has shadow with #1B5A23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B5A23 on black background.


Color preview on white background

This text has color #1B5A23 on white background.



Black color preview on #1B5A23 background

This text has black color on #1B5A23 background.


White color preview on #1B5A23 background

This text has white color on #1B5A23 background.