COLOR #1B3D51

HEX: #1B3D51
RGB: (27,61,81)

Color info

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

RGB color model

#1B3D51 color RGB value is (27,61,81).

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

RGB channels and saturation

R 27 of 255 = 11%
G 61 of 255 = 24%
B 81 of 255 = 32%

27
61
81

R + G + B ~ 22%. #1B3D51 is dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 61 + 81 = 169 (100%)
R 27 of 169 ~ 15.98%
G 61 of 169 ~ 36.09%
B 81 of 169 ~ 47.93%

%15.98
%36.09
%47.93

CMYK color model

#1B3D51 color CMYK value is (67,25,0,68).

  • cyan value is 66.67%
  • magenta value is 24.69%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(67,25,0,68)
C67M25Y0K68 
(67%,25%,0%,68%)
(0.67/0.25/0.00/0.68)	

CMYK percentages

%66.67
%24.69
%0
%68.24

Codes

Color #1B3D51 in popluar color models

1B3D51
RGB276181
HSL202°50.00%21.18%
HSB/HSV202°66.67%31.76%
CMYK66.67%24.69%0.00%
68.24%

Color #1B3D51 in popluar number systems.

HEX1B3D51
Decimal276181
Binary110111111011010001
Octal3375121

Shades and tints

Shades of #1B3D51

#1B3D51
(27,61,81)
#19384A
(25,56,74)
#173343
(23,51,67)
#152E3C
(21,46,60)
#132935
(19,41,53)
#11242E
(17,36,46)
#0F1F27
(15,31,39)
#0D1A20
(13,26,32)
#0B1519
(11,21,25)
#091012
(9,16,18)
#070B0B
(7,11,11)
#000000
(0,0,0)

Tints of #1B3D51

#1B3D51
(27,61,81)
#2F4E60
(47,78,96)
#435F6F
(67,95,111)
#57707E
(87,112,126)
#6B818D
(107,129,141)
#7F929C
(127,146,156)
#93A3AB
(147,163,171)
#A7B4BA
(167,180,186)
#BBC5C9
(187,197,201)
#CFD6D8
(207,214,216)
#E3E7E7
(227,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B3D51; }

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

This text font color is #1B3D51.


Background Color

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

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

This div background color is #1B3D51.


Border color

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

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

This div border color is #1B3D51.


Opacity

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

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

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

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

This text has shadow with #1B3D51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B3D51 on black background.


Color preview on white background

This text has color #1B3D51 on white background.



Black color preview on #1B3D51 background

This text has black color on #1B3D51 background.


White color preview on #1B3D51 background

This text has white color on #1B3D51 background.