COLOR #1B6555

HEX: #1B6555 RGB: (27,101,85)

Color info

#1B6555 contains mainly green and blue colors. Web safe color of #1B6555 is #336666 (or #366).

RGB color model

#1B6555 color RGB value is (27,101,85).

RGB: (27,101,85) (11%, 40%, 33%)

RGB channels and saturation

R 27 of 255 = 11%
G 101 of 255 = 40%
B 85 of 255 = 33%

27
101
85

R + G + B ~ 28%. #1B6555 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 27 + 101 + 85 = 213 (100%)
R 27 of 213 ~ 12.68%
G 101 of 213 ~ 47.42%
B 85 of 213 ~ 39.91'%

%12.68
%47.42
%39.91

CMYK color model

#1B6555 color CMYK value is (73,0,16,60).

  • cyan value is 73.27%
  • magenta value is 0.00%
  • yellow value is 15.84%
  • key color value is 60.39%

CMYK: (73,0,16,60)
C73M0Y16K60 (73%, 0%, 16%, 60%)
(0.73 / 0.00 / 0.16 / 0.60)

CMYK percentages

%73.27
%0
%15.84
%60.39

Codes

Color #1B6555 in popluar color models

1B 65 55
RGB 27 101 85
HSL 167° 57.81% 25.10%
HSB/HSV 167° 73.27% 39.61%
CMYK 73.27% 0.00% 15.84%
60.39%

Color #1B6555 in popluar number systems.

HEX 1B 65 55
Decimal 27 101 85
Binary 11011 1100101 1010101
Octal 33 145 125

Shades and tints

Shades of #1B6555

#1B6555
(27,101,85)
#195C4E
(25,92,78)
#175347
(23,83,71)
#154A40
(21,74,64)
#134139
(19,65,57)
#113832
(17,56,50)
#0F2F2B
(15,47,43)
#0D2624
(13,38,36)
#0B1D1D
(11,29,29)
#091416
(9,20,22)
#070B0F
(7,11,15)
#000000
(0,0,0)

Tints of #1B6555

#1B6555
(27,101,85)
#2F7364
(47,115,100)
#438173
(67,129,115)
#578F82
(87,143,130)
#6B9D91
(107,157,145)
#7FABA0
(127,171,160)
#93B9AF
(147,185,175)
#A7C7BE
(167,199,190)
#BBD5CD
(187,213,205)
#CFE3DC
(207,227,220)
#E3F1EB
(227,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B6555 color. Also use rgb(27,101,85) instead hex code.

Text Font Color

.myTextColor { color: #1B6555; }

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

This text font color is #1B6555.

Background Color

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

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

This div background color is #1B6555.

Border color

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

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

This div border color is #1B6555.

Opacity

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

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

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

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

This text has shadow with #1B6555 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1B6555.

Preview

Color preview on black background

This text has color #1B6555 on black background.


Color preview on white background

This text has color #1B6555 on white background.


Black color preview on #1B6555 background

This text has black color on #1B6555 background.


White color preview on #1B6555 background

This text has white color on #1B6555 background.


Related colors

Complementary color

Complementary color for #hex is #E49AAA.


I love getcolorcode.com

Triadic colors

1 #551B65 and #65551B with #1B6555 are triadic colors.

2 #55651B and #651B55 with #1B6555 are triadic colors.