COLOR #1B5838

HEX: #1B5838
RGB: (27,88,56)

Color info

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

RGB color model

#1B5838 color RGB value is (27,88,56).

  • red value is 27;
  • green value is 88;
  • blue value is 56.
RGB:
(27,88,56)
(11%,35%,22%)

RGB channels and saturation

R 27 of 255 = 11%
G 88 of 255 = 35%
B 56 of 255 = 22%

27
88
56

R + G + B ~ 23%. #1B5838 is dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 88 + 56 = 171 (100%)
R 27 of 171 ~ 15.79%
G 88 of 171 ~ 51.46%
B 56 of 171 ~ 32.75%

%15.79
%51.46
%32.75

CMYK color model

#1B5838 color CMYK value is (69,0,36,65).

  • cyan value is 69.32%
  • magenta value is 0.00%
  • yellow value is 36.36%
  • key color value is 65.49%
CMYK:
(69,0,36,65)
C69M0Y36K65 
(69%,0%,36%,65%)
(0.69/0.00/0.36/0.65)	

CMYK percentages

%69.32
%0
%36.36
%65.49

Codes

Color #1B5838 in popluar color models

1B5838
RGB278856
HSL149°53.04%22.55%
HSB/HSV149°69.32%34.51%
CMYK69.32%0.00%36.36%
65.49%

Color #1B5838 in popluar number systems.

HEX1B5838
Decimal278856
Binary110111011000111000
Octal3313070

Shades and tints

Shades of #1B5838

#1B5838
(27,88,56)
#195033
(25,80,51)
#17482E
(23,72,46)
#154029
(21,64,41)
#133824
(19,56,36)
#11301F
(17,48,31)
#0F281A
(15,40,26)
#0D2015
(13,32,21)
#0B1810
(11,24,16)
#09100B
(9,16,11)
#070806
(7,8,6)
#000000
(0,0,0)

Tints of #1B5838

#1B5838
(27,88,56)
#2F674A
(47,103,74)
#43765C
(67,118,92)
#57856E
(87,133,110)
#6B9480
(107,148,128)
#7FA392
(127,163,146)
#93B2A4
(147,178,164)
#A7C1B6
(167,193,182)
#BBD0C8
(187,208,200)
#CFDFDA
(207,223,218)
#E3EEEC
(227,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B5838 color. Also use rgb(27,88,56) instead hex code.

Text Font Color

.myTextColor { color: #1B5838; }

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

This text font color is #1B5838.


Background Color

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

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

This div background color is #1B5838.


Border color

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

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

This div border color is #1B5838.


Opacity

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

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

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

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

This text has shadow with #1B5838 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B5838 on black background.


Color preview on white background

This text has color #1B5838 on white background.



Black color preview on #1B5838 background

This text has black color on #1B5838 background.


White color preview on #1B5838 background

This text has white color on #1B5838 background.