COLOR #1B413B

HEX: #1B413B
RGB: (27,65,59)

Color info

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

RGB color model

#1B413B color RGB value is (27,65,59).

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

RGB channels and saturation

R 27 of 255 = 11%
G 65 of 255 = 25%
B 59 of 255 = 23%

27
65
59

R + G + B ~ 20%. #1B413B is dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 65 + 59 = 151 (100%)
R 27 of 151 ~ 17.88%
G 65 of 151 ~ 43.05%
B 59 of 151 ~ 39.07%

%17.88
%43.05
%39.07

CMYK color model

#1B413B color CMYK value is (58,0,9,75).

  • cyan value is 58.46%
  • magenta value is 0.00%
  • yellow value is 9.23%
  • key color value is 74.51%
CMYK:
(58,0,9,75)
C58M0Y9K75 
(58%,0%,9%,75%)
(0.58/0.00/0.09/0.75)	

CMYK percentages

%58.46
%0
%9.23
%74.51

Codes

Color #1B413B in popluar color models

1B413B
RGB276559
HSL171°41.30%18.04%
HSB/HSV171°58.46%25.49%
CMYK58.46%0.00%9.23%
74.51%

Color #1B413B in popluar number systems.

HEX1B413B
Decimal276559
Binary110111000001111011
Octal3310173

Shades and tints

Shades of #1B413B

#1B413B
(27,65,59)
#193C36
(25,60,54)
#173731
(23,55,49)
#15322C
(21,50,44)
#132D27
(19,45,39)
#112822
(17,40,34)
#0F231D
(15,35,29)
#0D1E18
(13,30,24)
#0B1913
(11,25,19)
#09140E
(9,20,14)
#070F09
(7,15,9)
#000000
(0,0,0)

Tints of #1B413B

#1B413B
(27,65,59)
#2F524C
(47,82,76)
#43635D
(67,99,93)
#57746E
(87,116,110)
#6B857F
(107,133,127)
#7F9690
(127,150,144)
#93A7A1
(147,167,161)
#A7B8B2
(167,184,178)
#BBC9C3
(187,201,195)
#CFDAD4
(207,218,212)
#E3EBE5
(227,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B413B; }

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

This text font color is #1B413B.


Background Color

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

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

This div background color is #1B413B.


Border color

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

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

This div border color is #1B413B.


Opacity

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

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

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

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

This text has shadow with #1B413B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B413B on black background.


Color preview on white background

This text has color #1B413B on white background.



Black color preview on #1B413B background

This text has black color on #1B413B background.


White color preview on #1B413B background

This text has white color on #1B413B background.