COLOR #1B4948

HEX: #1B4948
RGB: (27,73,72)

Color info

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

RGB color model

#1B4948 color RGB value is (27,73,72).

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

RGB channels and saturation

R 27 of 255 = 11%
G 73 of 255 = 29%
B 72 of 255 = 28%

27
73
72

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

Portions of RGB colors in percentages

R + G + B =
27 + 73 + 72 = 172 (100%)
R 27 of 172 ~ 15.7%
G 73 of 172 ~ 42.44%
B 72 of 172 ~ 41.86%

%15.7
%42.44
%41.86

CMYK color model

#1B4948 color CMYK value is (63,0,1,71).

  • cyan value is 63.01%
  • magenta value is 0.00%
  • yellow value is 1.37%
  • key color value is 71.37%
CMYK:
(63,0,1,71)
C63M0Y1K71 
(63%,0%,1%,71%)
(0.63/0.00/0.01/0.71)	

CMYK percentages

%63.01
%0
%1.37
%71.37

Codes

Color #1B4948 in popluar color models

1B4948
RGB277372
HSL179°46.00%19.61%
HSB/HSV179°63.01%28.63%
CMYK63.01%0.00%1.37%
71.37%

Color #1B4948 in popluar number systems.

HEX1B4948
Decimal277372
Binary1101110010011001000
Octal33111110

Shades and tints

Shades of #1B4948

#1B4948
(27,73,72)
#194342
(25,67,66)
#173D3C
(23,61,60)
#153736
(21,55,54)
#133130
(19,49,48)
#112B2A
(17,43,42)
#0F2524
(15,37,36)
#0D1F1E
(13,31,30)
#0B1918
(11,25,24)
#091312
(9,19,18)
#070D0C
(7,13,12)
#000000
(0,0,0)

Tints of #1B4948

#1B4948
(27,73,72)
#2F5958
(47,89,88)
#436968
(67,105,104)
#577978
(87,121,120)
#6B8988
(107,137,136)
#7F9998
(127,153,152)
#93A9A8
(147,169,168)
#A7B9B8
(167,185,184)
#BBC9C8
(187,201,200)
#CFD9D8
(207,217,216)
#E3E9E8
(227,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B4948; }

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

This text font color is #1B4948.


Background Color

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

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

This div background color is #1B4948.


Border color

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

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

This div border color is #1B4948.


Opacity

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

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

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

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

This text has shadow with #1B4948 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B4948 on black background.


Color preview on white background

This text has color #1B4948 on white background.



Black color preview on #1B4948 background

This text has black color on #1B4948 background.


White color preview on #1B4948 background

This text has white color on #1B4948 background.