COLOR #1B5246

HEX: #1B5246 RGB: (27,82,70)

Color info

#1B5246 contains red, green and blue colors in about the same proportion. Web safe color of #1B5246 is #336633 (or #363).

RGB color model

#1B5246 color RGB value is (27,82,70).

RGB: (27,82,70) (11%, 32%, 27%)

RGB channels and saturation

R 27 of 255 = 11%
G 82 of 255 = 32%
B 70 of 255 = 27%

27
82
70

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

Portions of RGB colors in percentages

R + G + B = 27 + 82 + 70 = 179 (100%)
R 27 of 179 ~ 15.08%
G 82 of 179 ~ 45.81%
B 70 of 179 ~ 39.11'%

%15.08
%45.81
%39.11

CMYK color model

#1B5246 color CMYK value is (67,0,15,68).

  • cyan value is 67.07%
  • magenta value is 0.00%
  • yellow value is 14.63%
  • key color value is 67.84%

CMYK: (67,0,15,68)
C67M0Y15K68 (67%, 0%, 15%, 68%)
(0.67 / 0.00 / 0.15 / 0.68)

CMYK percentages

%67.07
%0
%14.63
%67.84

Codes

Color #1B5246 in popluar color models

1B 52 46
RGB 27 82 70
HSL 167° 50.46% 21.37%
HSB/HSV 167° 67.07% 32.16%
CMYK 67.07% 0.00% 14.63%
67.84%

Color #1B5246 in popluar number systems.

HEX 1B 52 46
Decimal 27 82 70
Binary 11011 1010010 1000110
Octal 33 122 106

Shades and tints

Shades of #1B5246

#1B5246
(27,82,70)
#194B40
(25,75,64)
#17443A
(23,68,58)
#153D34
(21,61,52)
#13362E
(19,54,46)
#112F28
(17,47,40)
#0F2822
(15,40,34)
#0D211C
(13,33,28)
#0B1A16
(11,26,22)
#091310
(9,19,16)
#070C0A
(7,12,10)
#000000
(0,0,0)

Tints of #1B5246

#1B5246
(27,82,70)
#2F6156
(47,97,86)
#437066
(67,112,102)
#577F76
(87,127,118)
#6B8E86
(107,142,134)
#7F9D96
(127,157,150)
#93ACA6
(147,172,166)
#A7BBB6
(167,187,182)
#BBCAC6
(187,202,198)
#CFD9D6
(207,217,214)
#E3E8E6
(227,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B5246; }

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

This text font color is #1B5246.

Background Color

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

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

This div background color is #1B5246.

Border color

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

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

This div border color is #1B5246.

Opacity

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

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

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

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

This text has shadow with #1B5246 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1B5246.

Preview

Color preview on black background

This text has color #1B5246 on black background.


Color preview on white background

This text has color #1B5246 on white background.


Black color preview on #1B5246 background

This text has black color on #1B5246 background.


White color preview on #1B5246 background

This text has white color on #1B5246 background.


Related colors

Complementary color

Complementary color for #hex is #E4ADB9.


I love getcolorcode.com

Triadic colors

1 #461B52 and #52461B with #1B5246 are triadic colors.

2 #46521B and #521B46 with #1B5246 are triadic colors.