COLOR #1B4F51

HEX: #1B4F51 RGB: (27,79,81)

Color info

#1B4F51 contains red, green and blue colors in about the same proportion. Web safe color of #1B4F51 is #336666 (or #366).

RGB color model

#1B4F51 color RGB value is (27,79,81).

RGB: (27,79,81) (11%, 31%, 32%)

RGB channels and saturation

R 27 of 255 = 11%
G 79 of 255 = 31%
B 81 of 255 = 32%

27
79
81

R + G + B ~ 25%. #1B4F51 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 27 + 79 + 81 = 187 (100%)
R 27 of 187 ~ 14.44%
G 79 of 187 ~ 42.25%
B 81 of 187 ~ 43.32'%

%14.44
%42.25
%43.32

CMYK color model

#1B4F51 color CMYK value is (67,2,0,68).

  • cyan value is 66.67%
  • magenta value is 2.47%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK: (67,2,0,68) C67M2Y0K68 (67%,2%,0%,68%) (0.67/0.02/0.00/0.68) 

CMYK percentages

%66.67
%2.47
%0
%68.24

Codes

Color #1B4F51 in popluar color models

1B 4F 51
RGB 27 79 81
HSL 182° 50.00% 21.18%
HSB/HSV 182° 66.67% 31.76%
CMYK 66.67% 2.47% 0.00%
68.24%

Color #1B4F51 in popluar number systems.

HEX 1B 4F 51
Decimal 27 79 81
Binary 11011 1001111 1010001
Octal 33 117 121

Shades and tints

Shades of #1B4F51

#1B4F51
(27,79,81)
#19484A
(25,72,74)
#174143
(23,65,67)
#153A3C
(21,58,60)
#133335
(19,51,53)
#112C2E
(17,44,46)
#0F2527
(15,37,39)
#0D1E20
(13,30,32)
#0B1719
(11,23,25)
#091012
(9,16,18)
#07090B
(7,9,11)
#000000
(0,0,0)

Tints of #1B4F51

#1B4F51
(27,79,81)
#2F5F60
(47,95,96)
#436F6F
(67,111,111)
#577F7E
(87,127,126)
#6B8F8D
(107,143,141)
#7F9F9C
(127,159,156)
#93AFAB
(147,175,171)
#A7BFBA
(167,191,186)
#BBCFC9
(187,207,201)
#CFDFD8
(207,223,216)
#E3EFE7
(227,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B4F51 color. Also use rgb(27,79,81) instead hex code.

Text Font Color

.myTextColor { color: #1B4F51; }

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

This text font color is #1B4F51.

Background Color

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

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

This div background color is #1B4F51.

Border color

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

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

This div border color is #1B4F51.

Opacity

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

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

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

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

This text has shadow with #1B4F51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1B4F51.

Preview

Color preview on black background

This text has color #1B4F51 on black background.


Color preview on white background

This text has color #1B4F51 on white background.


Black color preview on #1B4F51 background

This text has black color on #1B4F51 background.


White color preview on #1B4F51 background

This text has white color on #1B4F51 background.


Related colors

Complementary color

Complementary color for #hex is #E4B0AE.


I love getcolorcode.com

Triadic colors

1 #511B4F and #4F511B with #1B4F51 are triadic colors.

2 #514F1B and #4F1B51 with #1B4F51 are triadic colors.