COLOR #1B3F42

HEX: #1B3F42 RGB: (27,63,66)

Color info

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

RGB color model

#1B3F42 color RGB value is (27,63,66).

RGB: (27,63,66) (11%, 25%, 26%)

RGB channels and saturation

R 27 of 255 = 11%
G 63 of 255 = 25%
B 66 of 255 = 26%

27
63
66

R + G + B ~ 21%. #1B3F42 is dark color.

Portions of RGB colors in percentages

R + G + B = 27 + 63 + 66 = 156 (100%)
R 27 of 156 ~ 17.31%
G 63 of 156 ~ 40.38%
B 66 of 156 ~ 42.31'%

%17.31
%40.38
%42.31

CMYK color model

#1B3F42 color CMYK value is (59,5,0,74).

  • cyan value is 59.09%
  • magenta value is 4.55%
  • yellow value is 0.00%
  • key color value is 74.12%

CMYK: (59,5,0,74)
C59M5Y0K74 (59%, 5%, 0%, 74%)
(0.59 / 0.05 / 0.00 / 0.74)

CMYK percentages

%59.09
%4.55
%0
%74.12

Codes

Color #1B3F42 in popluar color models

1B 3F 42
RGB 27 63 66
HSL 185° 41.94% 18.24%
HSB/HSV 185° 59.09% 25.88%
CMYK 59.09% 4.55% 0.00%
74.12%

Color #1B3F42 in popluar number systems.

HEX 1B 3F 42
Decimal 27 63 66
Binary 11011 111111 1000010
Octal 33 77 102

Shades and tints

Shades of #1B3F42

#1B3F42
(27,63,66)
#193A3C
(25,58,60)
#173536
(23,53,54)
#153030
(21,48,48)
#132B2A
(19,43,42)
#112624
(17,38,36)
#0F211E
(15,33,30)
#0D1C18
(13,28,24)
#0B1712
(11,23,18)
#09120C
(9,18,12)
#070D06
(7,13,6)
#000000
(0,0,0)

Tints of #1B3F42

#1B3F42
(27,63,66)
#2F5053
(47,80,83)
#436164
(67,97,100)
#577275
(87,114,117)
#6B8386
(107,131,134)
#7F9497
(127,148,151)
#93A5A8
(147,165,168)
#A7B6B9
(167,182,185)
#BBC7CA
(187,199,202)
#CFD8DB
(207,216,219)
#E3E9EC
(227,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B3F42 color. Also use rgb(27,63,66) instead hex code.

Text Font Color

.myTextColor { color: #1B3F42; }

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

This text font color is #1B3F42.

Background Color

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

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

This div background color is #1B3F42.

Border color

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

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

This div border color is #1B3F42.

Opacity

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

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

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

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

This text has shadow with #1B3F42 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1B3F42.

Preview

Color preview on black background

This text has color #1B3F42 on black background.


Color preview on white background

This text has color #1B3F42 on white background.


Black color preview on #1B3F42 background

This text has black color on #1B3F42 background.


White color preview on #1B3F42 background

This text has white color on #1B3F42 background.


Related colors

Complementary color

Complementary color for #hex is #E4C0BD.


I love getcolorcode.com

Triadic colors

1 #421B3F and #3F421B with #1B3F42 are triadic colors.

2 #423F1B and #3F1B42 with #1B3F42 are triadic colors.