COLOR #1B5853

HEX: #1B5853
RGB: (27,88,83)

Color info

#1B5853 contains mainly green and blue colors. Web safe color of #1B5853 is #336666 (or #366).

RGB color model

#1B5853 color RGB value is (27,88,83).

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

RGB channels and saturation

R 27 of 255 = 11%
G 88 of 255 = 35%
B 83 of 255 = 33%

27
88
83

R + G + B ~ 26%. #1B5853 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 88 + 83 = 198 (100%)
R 27 of 198 ~ 13.64%
G 88 of 198 ~ 44.44%
B 83 of 198 ~ 41.92%

%13.64
%44.44
%41.92

CMYK color model

#1B5853 color CMYK value is (69,0,6,65).

  • cyan value is 69.32%
  • magenta value is 0.00%
  • yellow value is 5.68%
  • key color value is 65.49%
CMYK:
(69,0,6,65)
C69M0Y6K65 
(69%,0%,6%,65%)
(0.69/0.00/0.06/0.65)	

CMYK percentages

%69.32
%0
%5.68
%65.49

Codes

Color #1B5853 in popluar color models

1B5853
RGB278883
HSL175°53.04%22.55%
HSB/HSV175°69.32%34.51%
CMYK69.32%0.00%5.68%
65.49%

Color #1B5853 in popluar number systems.

HEX1B5853
Decimal278883
Binary1101110110001010011
Octal33130123

Shades and tints

Shades of #1B5853

#1B5853
(27,88,83)
#19504C
(25,80,76)
#174845
(23,72,69)
#15403E
(21,64,62)
#133837
(19,56,55)
#113030
(17,48,48)
#0F2829
(15,40,41)
#0D2022
(13,32,34)
#0B181B
(11,24,27)
#091014
(9,16,20)
#07080D
(7,8,13)
#000000
(0,0,0)

Tints of #1B5853

#1B5853
(27,88,83)
#2F6762
(47,103,98)
#437671
(67,118,113)
#578580
(87,133,128)
#6B948F
(107,148,143)
#7FA39E
(127,163,158)
#93B2AD
(147,178,173)
#A7C1BC
(167,193,188)
#BBD0CB
(187,208,203)
#CFDFDA
(207,223,218)
#E3EEE9
(227,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B5853; }

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

This text font color is #1B5853.


Background Color

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

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

This div background color is #1B5853.


Border color

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

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

This div border color is #1B5853.


Opacity

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

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

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

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

This text has shadow with #1B5853 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B5853 on black background.


Color preview on white background

This text has color #1B5853 on white background.



Black color preview on #1B5853 background

This text has black color on #1B5853 background.


White color preview on #1B5853 background

This text has white color on #1B5853 background.