COLOR #1B4246

HEX: #1B4246
RGB: (27,66,70)

Color info

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

RGB color model

#1B4246 color RGB value is (27,66,70).

  • red value is 27;
  • green value is 66;
  • blue value is 70.
RGB:
(27,66,70)
(11%,26%,27%)

RGB channels and saturation

R 27 of 255 = 11%
G 66 of 255 = 26%
B 70 of 255 = 27%

27
66
70

R + G + B ~ 21%. #1B4246 is dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 66 + 70 = 163 (100%)
R 27 of 163 ~ 16.56%
G 66 of 163 ~ 40.49%
B 70 of 163 ~ 42.94%

%16.56
%40.49
%42.94

CMYK color model

#1B4246 color CMYK value is (61,6,0,73).

  • cyan value is 61.43%
  • magenta value is 5.71%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(61,6,0,73)
C61M6Y0K73 
(61%,6%,0%,73%)
(0.61/0.06/0.00/0.73)	

CMYK percentages

%61.43
%5.71
%0
%72.55

Codes

Color #1B4246 in popluar color models

1B4246
RGB276670
HSL186°44.33%19.02%
HSB/HSV186°61.43%27.45%
CMYK61.43%5.71%0.00%
72.55%

Color #1B4246 in popluar number systems.

HEX1B4246
Decimal276670
Binary1101110000101000110
Octal33102106

Shades and tints

Shades of #1B4246

#1B4246
(27,66,70)
#193C40
(25,60,64)
#17363A
(23,54,58)
#153034
(21,48,52)
#132A2E
(19,42,46)
#112428
(17,36,40)
#0F1E22
(15,30,34)
#0D181C
(13,24,28)
#0B1216
(11,18,22)
#090C10
(9,12,16)
#07060A
(7,6,10)
#000000
(0,0,0)

Tints of #1B4246

#1B4246
(27,66,70)
#2F5356
(47,83,86)
#436466
(67,100,102)
#577576
(87,117,118)
#6B8686
(107,134,134)
#7F9796
(127,151,150)
#93A8A6
(147,168,166)
#A7B9B6
(167,185,182)
#BBCAC6
(187,202,198)
#CFDBD6
(207,219,214)
#E3ECE6
(227,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B4246 color. Also use rgb(27,66,70) instead hex code.

Text Font Color

.myTextColor { color: #1B4246; }

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

This text font color is #1B4246.


Background Color

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

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

This div background color is #1B4246.


Border color

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

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

This div border color is #1B4246.


Opacity

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

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

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

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

This text has shadow with #1B4246 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B4246 on black background.


Color preview on white background

This text has color #1B4246 on white background.



Black color preview on #1B4246 background

This text has black color on #1B4246 background.


White color preview on #1B4246 background

This text has white color on #1B4246 background.