COLOR #1B4351

HEX: #1B4351
RGB: (27,67,81)

Color info

#1B4351 contains red, green and blue colors in about the same proportion. Web safe color of #1B4351 is #333366 (or #336).

RGB color model

#1B4351 color RGB value is (27,67,81).

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

RGB channels and saturation

R 27 of 255 = 11%
G 67 of 255 = 26%
B 81 of 255 = 32%

27
67
81

R + G + B ~ 23%. #1B4351 is dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 67 + 81 = 175 (100%)
R 27 of 175 ~ 15.43%
G 67 of 175 ~ 38.29%
B 81 of 175 ~ 46.29%

%15.43
%38.29
%46.29

CMYK color model

#1B4351 color CMYK value is (67,17,0,68).

  • cyan value is 66.67%
  • magenta value is 17.28%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(67,17,0,68)
C67M17Y0K68 
(67%,17%,0%,68%)
(0.67/0.17/0.00/0.68)	

CMYK percentages

%66.67
%17.28
%0
%68.24

Codes

Color #1B4351 in popluar color models

1B4351
RGB276781
HSL196°50.00%21.18%
HSB/HSV196°66.67%31.76%
CMYK66.67%17.28%0.00%
68.24%

Color #1B4351 in popluar number systems.

HEX1B4351
Decimal276781
Binary1101110000111010001
Octal33103121

Shades and tints

Shades of #1B4351

#1B4351
(27,67,81)
#193D4A
(25,61,74)
#173743
(23,55,67)
#15313C
(21,49,60)
#132B35
(19,43,53)
#11252E
(17,37,46)
#0F1F27
(15,31,39)
#0D1920
(13,25,32)
#0B1319
(11,19,25)
#090D12
(9,13,18)
#07070B
(7,7,11)
#000000
(0,0,0)

Tints of #1B4351

#1B4351
(27,67,81)
#2F5460
(47,84,96)
#43656F
(67,101,111)
#57767E
(87,118,126)
#6B878D
(107,135,141)
#7F989C
(127,152,156)
#93A9AB
(147,169,171)
#A7BABA
(167,186,186)
#BBCBC9
(187,203,201)
#CFDCD8
(207,220,216)
#E3EDE7
(227,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B4351; }

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

This text font color is #1B4351.


Background Color

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

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

This div background color is #1B4351.


Border color

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

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

This div border color is #1B4351.


Opacity

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

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

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

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

This text has shadow with #1B4351 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B4351 on black background.


Color preview on white background

This text has color #1B4351 on white background.



Black color preview on #1B4351 background

This text has black color on #1B4351 background.


White color preview on #1B4351 background

This text has white color on #1B4351 background.