COLOR #1B4850

HEX: #1B4850
RGB: (27,72,80)

Color info

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

RGB color model

#1B4850 color RGB value is (27,72,80).

  • red value is 27;
  • green value is 72;
  • blue value is 80.
RGB:
(27,72,80)
(11%,28%,31%)

RGB channels and saturation

R 27 of 255 = 11%
G 72 of 255 = 28%
B 80 of 255 = 31%

27
72
80

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

Portions of RGB colors in percentages

R + G + B =
27 + 72 + 80 = 179 (100%)
R 27 of 179 ~ 15.08%
G 72 of 179 ~ 40.22%
B 80 of 179 ~ 44.69%

%15.08
%40.22
%44.69

CMYK color model

#1B4850 color CMYK value is (66,10,0,69).

  • cyan value is 66.25%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(66,10,0,69)
C66M10Y0K69 
(66%,10%,0%,69%)
(0.66/0.10/0.00/0.69)	

CMYK percentages

%66.25
%10
%0
%68.63

Codes

Color #1B4850 in popluar color models

1B4850
RGB277280
HSL189°49.53%20.98%
HSB/HSV189°66.25%31.37%
CMYK66.25%10.00%0.00%
68.63%

Color #1B4850 in popluar number systems.

HEX1B4850
Decimal277280
Binary1101110010001010000
Octal33110120

Shades and tints

Shades of #1B4850

#1B4850
(27,72,80)
#194249
(25,66,73)
#173C42
(23,60,66)
#15363B
(21,54,59)
#133034
(19,48,52)
#112A2D
(17,42,45)
#0F2426
(15,36,38)
#0D1E1F
(13,30,31)
#0B1818
(11,24,24)
#091211
(9,18,17)
#070C0A
(7,12,10)
#000000
(0,0,0)

Tints of #1B4850

#1B4850
(27,72,80)
#2F585F
(47,88,95)
#43686E
(67,104,110)
#57787D
(87,120,125)
#6B888C
(107,136,140)
#7F989B
(127,152,155)
#93A8AA
(147,168,170)
#A7B8B9
(167,184,185)
#BBC8C8
(187,200,200)
#CFD8D7
(207,216,215)
#E3E8E6
(227,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B4850 color. Also use rgb(27,72,80) instead hex code.

Text Font Color

.myTextColor { color: #1B4850; }

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

This text font color is #1B4850.


Background Color

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

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

This div background color is #1B4850.


Border color

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

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

This div border color is #1B4850.


Opacity

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

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

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

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

This text has shadow with #1B4850 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B4850 on black background.


Color preview on white background

This text has color #1B4850 on white background.



Black color preview on #1B4850 background

This text has black color on #1B4850 background.


White color preview on #1B4850 background

This text has white color on #1B4850 background.