COLOR #1B4342

HEX: #1B4342
RGB: (27,67,66)

Color info

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

RGB color model

#1B4342 color RGB value is (27,67,66).

  • red value is 27;
  • green value is 67;
  • blue value is 66.
RGB:
(27,67,66)
(11%,26%,26%)

RGB channels and saturation

R 27 of 255 = 11%
G 67 of 255 = 26%
B 66 of 255 = 26%

27
67
66

R + G + B ~ 21%. #1B4342 is dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 67 + 66 = 160 (100%)
R 27 of 160 ~ 16.88%
G 67 of 160 ~ 41.88%
B 66 of 160 ~ 41.25%

%16.88
%41.88
%41.25

CMYK color model

#1B4342 color CMYK value is (60,0,1,74).

  • cyan value is 59.70%
  • magenta value is 0.00%
  • yellow value is 1.49%
  • key color value is 73.73%
CMYK:
(60,0,1,74)
C60M0Y1K74 
(60%,0%,1%,74%)
(0.60/0.00/0.01/0.74)	

CMYK percentages

%59.7
%0
%1.49
%73.73

Codes

Color #1B4342 in popluar color models

1B4342
RGB276766
HSL179°42.55%18.43%
HSB/HSV179°59.70%26.27%
CMYK59.70%0.00%1.49%
73.73%

Color #1B4342 in popluar number systems.

HEX1B4342
Decimal276766
Binary1101110000111000010
Octal33103102

Shades and tints

Shades of #1B4342

#1B4342
(27,67,66)
#193D3C
(25,61,60)
#173736
(23,55,54)
#153130
(21,49,48)
#132B2A
(19,43,42)
#112524
(17,37,36)
#0F1F1E
(15,31,30)
#0D1918
(13,25,24)
#0B1312
(11,19,18)
#090D0C
(9,13,12)
#070706
(7,7,6)
#000000
(0,0,0)

Tints of #1B4342

#1B4342
(27,67,66)
#2F5453
(47,84,83)
#436564
(67,101,100)
#577675
(87,118,117)
#6B8786
(107,135,134)
#7F9897
(127,152,151)
#93A9A8
(147,169,168)
#A7BAB9
(167,186,185)
#BBCBCA
(187,203,202)
#CFDCDB
(207,220,219)
#E3EDEC
(227,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B4342 color. Also use rgb(27,67,66) instead hex code.

Text Font Color

.myTextColor { color: #1B4342; }

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

This text font color is #1B4342.


Background Color

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

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

This div background color is #1B4342.


Border color

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

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

This div border color is #1B4342.


Opacity

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

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

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

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

This text has shadow with #1B4342 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B4342 on black background.


Color preview on white background

This text has color #1B4342 on white background.



Black color preview on #1B4342 background

This text has black color on #1B4342 background.


White color preview on #1B4342 background

This text has white color on #1B4342 background.