COLOR #1B3540

HEX: #1B3540
RGB: (27,53,64)

Color info

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

RGB color model

#1B3540 color RGB value is (27,53,64).

  • red value is 27;
  • green value is 53;
  • blue value is 64.
RGB:
(27,53,64)
(11%,21%,25%)

RGB channels and saturation

R 27 of 255 = 11%
G 53 of 255 = 21%
B 64 of 255 = 25%

27
53
64

R + G + B ~ 19%. #1B3540 is dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 53 + 64 = 144 (100%)
R 27 of 144 ~ 18.75%
G 53 of 144 ~ 36.81%
B 64 of 144 ~ 44.44%

%18.75
%36.81
%44.44

CMYK color model

#1B3540 color CMYK value is (58,17,0,75).

  • cyan value is 57.81%
  • magenta value is 17.19%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(58,17,0,75)
C58M17Y0K75 
(58%,17%,0%,75%)
(0.58/0.17/0.00/0.75)	

CMYK percentages

%57.81
%17.19
%0
%74.9

Codes

Color #1B3540 in popluar color models

1B3540
RGB275364
HSL198°40.66%17.84%
HSB/HSV198°57.81%25.10%
CMYK57.81%17.19%0.00%
74.90%

Color #1B3540 in popluar number systems.

HEX1B3540
Decimal275364
Binary110111101011000000
Octal3365100

Shades and tints

Shades of #1B3540

#1B3540
(27,53,64)
#19313B
(25,49,59)
#172D36
(23,45,54)
#152931
(21,41,49)
#13252C
(19,37,44)
#112127
(17,33,39)
#0F1D22
(15,29,34)
#0D191D
(13,25,29)
#0B1518
(11,21,24)
#091113
(9,17,19)
#070D0E
(7,13,14)
#000000
(0,0,0)

Tints of #1B3540

#1B3540
(27,53,64)
#2F4751
(47,71,81)
#435962
(67,89,98)
#576B73
(87,107,115)
#6B7D84
(107,125,132)
#7F8F95
(127,143,149)
#93A1A6
(147,161,166)
#A7B3B7
(167,179,183)
#BBC5C8
(187,197,200)
#CFD7D9
(207,215,217)
#E3E9EA
(227,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B3540 color. Also use rgb(27,53,64) instead hex code.

Text Font Color

.myTextColor { color: #1B3540; }

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

This text font color is #1B3540.


Background Color

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

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

This div background color is #1B3540.


Border color

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

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

This div border color is #1B3540.


Opacity

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

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

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

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

This text has shadow with #1B3540 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B3540 on black background.


Color preview on white background

This text has color #1B3540 on white background.



Black color preview on #1B3540 background

This text has black color on #1B3540 background.


White color preview on #1B3540 background

This text has white color on #1B3540 background.