COLOR #1B4C49

HEX: #1B4C49
RGB: (27,76,73)

Color info

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

RGB color model

#1B4C49 color RGB value is (27,76,73).

  • red value is 27;
  • green value is 76;
  • blue value is 73.
RGB:
(27,76,73)
(11%,30%,29%)

RGB channels and saturation

R 27 of 255 = 11%
G 76 of 255 = 30%
B 73 of 255 = 29%

27
76
73

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

Portions of RGB colors in percentages

R + G + B =
27 + 76 + 73 = 176 (100%)
R 27 of 176 ~ 15.34%
G 76 of 176 ~ 43.18%
B 73 of 176 ~ 41.48%

%15.34
%43.18
%41.48

CMYK color model

#1B4C49 color CMYK value is (64,0,4,70).

  • cyan value is 64.47%
  • magenta value is 0.00%
  • yellow value is 3.95%
  • key color value is 70.20%
CMYK:
(64,0,4,70)
C64M0Y4K70 
(64%,0%,4%,70%)
(0.64/0.00/0.04/0.70)	

CMYK percentages

%64.47
%0
%3.95
%70.2

Codes

Color #1B4C49 in popluar color models

1B4C49
RGB277673
HSL176°47.57%20.20%
HSB/HSV176°64.47%29.80%
CMYK64.47%0.00%3.95%
70.20%

Color #1B4C49 in popluar number systems.

HEX1B4C49
Decimal277673
Binary1101110011001001001
Octal33114111

Shades and tints

Shades of #1B4C49

#1B4C49
(27,76,73)
#194643
(25,70,67)
#17403D
(23,64,61)
#153A37
(21,58,55)
#133431
(19,52,49)
#112E2B
(17,46,43)
#0F2825
(15,40,37)
#0D221F
(13,34,31)
#0B1C19
(11,28,25)
#091613
(9,22,19)
#07100D
(7,16,13)
#000000
(0,0,0)

Tints of #1B4C49

#1B4C49
(27,76,73)
#2F5C59
(47,92,89)
#436C69
(67,108,105)
#577C79
(87,124,121)
#6B8C89
(107,140,137)
#7F9C99
(127,156,153)
#93ACA9
(147,172,169)
#A7BCB9
(167,188,185)
#BBCCC9
(187,204,201)
#CFDCD9
(207,220,217)
#E3ECE9
(227,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B4C49 color. Also use rgb(27,76,73) instead hex code.

Text Font Color

.myTextColor { color: #1B4C49; }

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

This text font color is #1B4C49.


Background Color

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

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

This div background color is #1B4C49.


Border color

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

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

This div border color is #1B4C49.


Opacity

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

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

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

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

This text has shadow with #1B4C49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B4C49 on black background.


Color preview on white background

This text has color #1B4C49 on white background.



Black color preview on #1B4C49 background

This text has black color on #1B4C49 background.


White color preview on #1B4C49 background

This text has white color on #1B4C49 background.