COLOR #1B393B

HEX: #1B393B
RGB: (27,57,59)

Color info

#1B393B contains red, green and blue colors in about the same proportion. Web safe color of #1B393B is #333333 (or #333).

RGB color model

#1B393B color RGB value is (27,57,59).

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

RGB channels and saturation

R 27 of 255 = 11%
G 57 of 255 = 22%
B 59 of 255 = 23%

27
57
59

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

Portions of RGB colors in percentages

R + G + B =
27 + 57 + 59 = 143 (100%)
R 27 of 143 ~ 18.88%
G 57 of 143 ~ 39.86%
B 59 of 143 ~ 41.26%

%18.88
%39.86
%41.26

CMYK color model

#1B393B color CMYK value is (54,3,0,77).

  • cyan value is 54.24%
  • magenta value is 3.39%
  • yellow value is 0.00%
  • key color value is 76.86%
CMYK:
(54,3,0,77)
C54M3Y0K77 
(54%,3%,0%,77%)
(0.54/0.03/0.00/0.77)	

CMYK percentages

%54.24
%3.39
%0
%76.86

Codes

Color #1B393B in popluar color models

1B393B
RGB275759
HSL184°37.21%16.86%
HSB/HSV184°54.24%23.14%
CMYK54.24%3.39%0.00%
76.86%

Color #1B393B in popluar number systems.

HEX1B393B
Decimal275759
Binary11011111001111011
Octal337173

Shades and tints

Shades of #1B393B

#1B393B
(27,57,59)
#193436
(25,52,54)
#172F31
(23,47,49)
#152A2C
(21,42,44)
#132527
(19,37,39)
#112022
(17,32,34)
#0F1B1D
(15,27,29)
#0D1618
(13,22,24)
#0B1113
(11,17,19)
#090C0E
(9,12,14)
#070709
(7,7,9)
#000000
(0,0,0)

Tints of #1B393B

#1B393B
(27,57,59)
#2F4B4C
(47,75,76)
#435D5D
(67,93,93)
#576F6E
(87,111,110)
#6B817F
(107,129,127)
#7F9390
(127,147,144)
#93A5A1
(147,165,161)
#A7B7B2
(167,183,178)
#BBC9C3
(187,201,195)
#CFDBD4
(207,219,212)
#E3EDE5
(227,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B393B; }

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

This text font color is #1B393B.


Background Color

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

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

This div background color is #1B393B.


Border color

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

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

This div border color is #1B393B.


Opacity

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

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

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

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

This text has shadow with #1B393B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B393B on black background.


Color preview on white background

This text has color #1B393B on white background.



Black color preview on #1B393B background

This text has black color on #1B393B background.


White color preview on #1B393B background

This text has white color on #1B393B background.