COLOR #1B5239

HEX: #1B5239
RGB: (27,82,57)

Color info

#1B5239 contains red, green and blue colors in about the same proportion. Web safe color of #1B5239 is #336633 (or #363).

RGB color model

#1B5239 color RGB value is (27,82,57).

  • red value is 27;
  • green value is 82;
  • blue value is 57.
RGB:
(27,82,57)
(11%,32%,22%)

RGB channels and saturation

R 27 of 255 = 11%
G 82 of 255 = 32%
B 57 of 255 = 22%

27
82
57

R + G + B ~ 22%. #1B5239 is dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 82 + 57 = 166 (100%)
R 27 of 166 ~ 16.27%
G 82 of 166 ~ 49.4%
B 57 of 166 ~ 34.34%

%16.27
%49.4
%34.34

CMYK color model

#1B5239 color CMYK value is (67,0,30,68).

  • cyan value is 67.07%
  • magenta value is 0.00%
  • yellow value is 30.49%
  • key color value is 67.84%
CMYK:
(67,0,30,68)
C67M0Y30K68 
(67%,0%,30%,68%)
(0.67/0.00/0.30/0.68)	

CMYK percentages

%67.07
%0
%30.49
%67.84

Codes

Color #1B5239 in popluar color models

1B5239
RGB278257
HSL153°50.46%21.37%
HSB/HSV153°67.07%32.16%
CMYK67.07%0.00%30.49%
67.84%

Color #1B5239 in popluar number systems.

HEX1B5239
Decimal278257
Binary110111010010111001
Octal3312271

Shades and tints

Shades of #1B5239

#1B5239
(27,82,57)
#194B34
(25,75,52)
#17442F
(23,68,47)
#153D2A
(21,61,42)
#133625
(19,54,37)
#112F20
(17,47,32)
#0F281B
(15,40,27)
#0D2116
(13,33,22)
#0B1A11
(11,26,17)
#09130C
(9,19,12)
#070C07
(7,12,7)
#000000
(0,0,0)

Tints of #1B5239

#1B5239
(27,82,57)
#2F614B
(47,97,75)
#43705D
(67,112,93)
#577F6F
(87,127,111)
#6B8E81
(107,142,129)
#7F9D93
(127,157,147)
#93ACA5
(147,172,165)
#A7BBB7
(167,187,183)
#BBCAC9
(187,202,201)
#CFD9DB
(207,217,219)
#E3E8ED
(227,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B5239 color. Also use rgb(27,82,57) instead hex code.

Text Font Color

.myTextColor { color: #1B5239; }

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

This text font color is #1B5239.


Background Color

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

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

This div background color is #1B5239.


Border color

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

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

This div border color is #1B5239.


Opacity

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

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

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

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

This text has shadow with #1B5239 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B5239 on black background.


Color preview on white background

This text has color #1B5239 on white background.



Black color preview on #1B5239 background

This text has black color on #1B5239 background.


White color preview on #1B5239 background

This text has white color on #1B5239 background.