COLOR #1B4654

HEX: #1B4654
RGB: (27,70,84)

Color info

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

RGB color model

#1B4654 color RGB value is (27,70,84).

  • red value is 27;
  • green value is 70;
  • blue value is 84.
RGB:
(27,70,84)
(11%,27%,33%)

RGB channels and saturation

R 27 of 255 = 11%
G 70 of 255 = 27%
B 84 of 255 = 33%

27
70
84

R + G + B ~ 24%. #1B4654 is dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 70 + 84 = 181 (100%)
R 27 of 181 ~ 14.92%
G 70 of 181 ~ 38.67%
B 84 of 181 ~ 46.41%

%14.92
%38.67
%46.41

CMYK color model

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

  • cyan value is 67.86%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(68,17,0,67)
C68M17Y0K67 
(68%,17%,0%,67%)
(0.68/0.17/0.00/0.67)	

CMYK percentages

%67.86
%16.67
%0
%67.06

Codes

Color #1B4654 in popluar color models

1B4654
RGB277084
HSL195°51.35%21.76%
HSB/HSV195°67.86%32.94%
CMYK67.86%16.67%0.00%
67.06%

Color #1B4654 in popluar number systems.

HEX1B4654
Decimal277084
Binary1101110001101010100
Octal33106124

Shades and tints

Shades of #1B4654

#1B4654
(27,70,84)
#19404D
(25,64,77)
#173A46
(23,58,70)
#15343F
(21,52,63)
#132E38
(19,46,56)
#112831
(17,40,49)
#0F222A
(15,34,42)
#0D1C23
(13,28,35)
#0B161C
(11,22,28)
#091015
(9,16,21)
#070A0E
(7,10,14)
#000000
(0,0,0)

Tints of #1B4654

#1B4654
(27,70,84)
#2F5663
(47,86,99)
#436672
(67,102,114)
#577681
(87,118,129)
#6B8690
(107,134,144)
#7F969F
(127,150,159)
#93A6AE
(147,166,174)
#A7B6BD
(167,182,189)
#BBC6CC
(187,198,204)
#CFD6DB
(207,214,219)
#E3E6EA
(227,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B4654 color. Also use rgb(27,70,84) instead hex code.

Text Font Color

.myTextColor { color: #1B4654; }

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

This text font color is #1B4654.


Background Color

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

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

This div background color is #1B4654.


Border color

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

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

This div border color is #1B4654.


Opacity

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

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

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

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

This text has shadow with #1B4654 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B4654 on black background.


Color preview on white background

This text has color #1B4654 on white background.



Black color preview on #1B4654 background

This text has black color on #1B4654 background.


White color preview on #1B4654 background

This text has white color on #1B4654 background.