COLOR #1B3443

HEX: #1B3443
RGB: (27,52,67)

Color info

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

RGB color model

#1B3443 color RGB value is (27,52,67).

  • red value is 27;
  • green value is 52;
  • blue value is 67.
RGB:
(27,52,67)
(11%,20%,26%)

RGB channels and saturation

R 27 of 255 = 11%
G 52 of 255 = 20%
B 67 of 255 = 26%

27
52
67

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

Portions of RGB colors in percentages

R + G + B =
27 + 52 + 67 = 146 (100%)
R 27 of 146 ~ 18.49%
G 52 of 146 ~ 35.62%
B 67 of 146 ~ 45.89%

%18.49
%35.62
%45.89

CMYK color model

#1B3443 color CMYK value is (60,22,0,74).

  • cyan value is 59.70%
  • magenta value is 22.39%
  • yellow value is 0.00%
  • key color value is 73.73%
CMYK:
(60,22,0,74)
C60M22Y0K74 
(60%,22%,0%,74%)
(0.60/0.22/0.00/0.74)	

CMYK percentages

%59.7
%22.39
%0
%73.73

Codes

Color #1B3443 in popluar color models

1B3443
RGB275267
HSL203°42.55%18.43%
HSB/HSV203°59.70%26.27%
CMYK59.70%22.39%0.00%
73.73%

Color #1B3443 in popluar number systems.

HEX1B3443
Decimal275267
Binary110111101001000011
Octal3364103

Shades and tints

Shades of #1B3443

#1B3443
(27,52,67)
#19303D
(25,48,61)
#172C37
(23,44,55)
#152831
(21,40,49)
#13242B
(19,36,43)
#112025
(17,32,37)
#0F1C1F
(15,28,31)
#0D1819
(13,24,25)
#0B1413
(11,20,19)
#09100D
(9,16,13)
#070C07
(7,12,7)
#000000
(0,0,0)

Tints of #1B3443

#1B3443
(27,52,67)
#2F4654
(47,70,84)
#435865
(67,88,101)
#576A76
(87,106,118)
#6B7C87
(107,124,135)
#7F8E98
(127,142,152)
#93A0A9
(147,160,169)
#A7B2BA
(167,178,186)
#BBC4CB
(187,196,203)
#CFD6DC
(207,214,220)
#E3E8ED
(227,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B3443 color. Also use rgb(27,52,67) instead hex code.

Text Font Color

.myTextColor { color: #1B3443; }

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

This text font color is #1B3443.


Background Color

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

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

This div background color is #1B3443.


Border color

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

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

This div border color is #1B3443.


Opacity

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

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

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

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

This text has shadow with #1B3443 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B3443 on black background.


Color preview on white background

This text has color #1B3443 on white background.



Black color preview on #1B3443 background

This text has black color on #1B3443 background.


White color preview on #1B3443 background

This text has white color on #1B3443 background.