COLOR #1B393A

HEX: #1B393A
RGB: (27,57,58)

Color info

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

RGB color model

#1B393A color RGB value is (27,57,58).

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

RGB channels and saturation

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

27
57
58

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

Portions of RGB colors in percentages

R + G + B =
27 + 57 + 58 = 142 (100%)
R 27 of 142 ~ 19.01%
G 57 of 142 ~ 40.14%
B 58 of 142 ~ 40.85%

%19.01
%40.14
%40.85

CMYK color model

#1B393A color CMYK value is (53,2,0,77).

  • cyan value is 53.45%
  • magenta value is 1.72%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(53,2,0,77)
C53M2Y0K77 
(53%,2%,0%,77%)
(0.53/0.02/0.00/0.77)	

CMYK percentages

%53.45
%1.72
%0
%77.25

Codes

Color #1B393A in popluar color models

1B393A
RGB275758
HSL182°36.47%16.67%
HSB/HSV182°53.45%22.75%
CMYK53.45%1.72%0.00%
77.25%

Color #1B393A in popluar number systems.

HEX1B393A
Decimal275758
Binary11011111001111010
Octal337172

Shades and tints

Shades of #1B393A

#1B393A
(27,57,58)
#193435
(25,52,53)
#172F30
(23,47,48)
#152A2B
(21,42,43)
#132526
(19,37,38)
#112021
(17,32,33)
#0F1B1C
(15,27,28)
#0D1617
(13,22,23)
#0B1112
(11,17,18)
#090C0D
(9,12,13)
#070708
(7,7,8)
#000000
(0,0,0)

Tints of #1B393A

#1B393A
(27,57,58)
#2F4B4B
(47,75,75)
#435D5C
(67,93,92)
#576F6D
(87,111,109)
#6B817E
(107,129,126)
#7F938F
(127,147,143)
#93A5A0
(147,165,160)
#A7B7B1
(167,183,177)
#BBC9C2
(187,201,194)
#CFDBD3
(207,219,211)
#E3EDE4
(227,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B393A; }

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

This text font color is #1B393A.


Background Color

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

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

This div background color is #1B393A.


Border color

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

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

This div border color is #1B393A.


Opacity

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

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

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

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

This text has shadow with #1B393A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B393A on black background.


Color preview on white background

This text has color #1B393A on white background.



Black color preview on #1B393A background

This text has black color on #1B393A background.


White color preview on #1B393A background

This text has white color on #1B393A background.