COLOR #1B4443

HEX: #1B4443
RGB: (27,68,67)

Color info

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

RGB color model

#1B4443 color RGB value is (27,68,67).

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

RGB channels and saturation

R 27 of 255 = 11%
G 68 of 255 = 27%
B 67 of 255 = 26%

27
68
67

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

Portions of RGB colors in percentages

R + G + B =
27 + 68 + 67 = 162 (100%)
R 27 of 162 ~ 16.67%
G 68 of 162 ~ 41.98%
B 67 of 162 ~ 41.36%

%16.67
%41.98
%41.36

CMYK color model

#1B4443 color CMYK value is (60,0,1,73).

  • cyan value is 60.29%
  • magenta value is 0.00%
  • yellow value is 1.47%
  • key color value is 73.33%
CMYK:
(60,0,1,73)
C60M0Y1K73 
(60%,0%,1%,73%)
(0.60/0.00/0.01/0.73)	

CMYK percentages

%60.29
%0
%1.47
%73.33

Codes

Color #1B4443 in popluar color models

1B4443
RGB276867
HSL179°43.16%18.63%
HSB/HSV179°60.29%26.67%
CMYK60.29%0.00%1.47%
73.33%

Color #1B4443 in popluar number systems.

HEX1B4443
Decimal276867
Binary1101110001001000011
Octal33104103

Shades and tints

Shades of #1B4443

#1B4443
(27,68,67)
#193E3D
(25,62,61)
#173837
(23,56,55)
#153231
(21,50,49)
#132C2B
(19,44,43)
#112625
(17,38,37)
#0F201F
(15,32,31)
#0D1A19
(13,26,25)
#0B1413
(11,20,19)
#090E0D
(9,14,13)
#070807
(7,8,7)
#000000
(0,0,0)

Tints of #1B4443

#1B4443
(27,68,67)
#2F5554
(47,85,84)
#436665
(67,102,101)
#577776
(87,119,118)
#6B8887
(107,136,135)
#7F9998
(127,153,152)
#93AAA9
(147,170,169)
#A7BBBA
(167,187,186)
#BBCCCB
(187,204,203)
#CFDDDC
(207,221,220)
#E3EEED
(227,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B4443; }

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

This text font color is #1B4443.


Background Color

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

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

This div background color is #1B4443.


Border color

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

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

This div border color is #1B4443.


Opacity

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

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

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

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

This text has shadow with #1B4443 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B4443 on black background.


Color preview on white background

This text has color #1B4443 on white background.



Black color preview on #1B4443 background

This text has black color on #1B4443 background.


White color preview on #1B4443 background

This text has white color on #1B4443 background.