COLOR #1B3427

HEX: #1B3427
RGB: (27,52,39)

Color info

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

RGB color model

#1B3427 color RGB value is (27,52,39).

  • red value is 27;
  • green value is 52;
  • blue value is 39.
RGB:
(27,52,39)
(11%,20%,15%)

RGB channels and saturation

R 27 of 255 = 11%
G 52 of 255 = 20%
B 39 of 255 = 15%

27
52
39

R + G + B ~ 15%. #1B3427 is dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 52 + 39 = 118 (100%)
R 27 of 118 ~ 22.88%
G 52 of 118 ~ 44.07%
B 39 of 118 ~ 33.05%

%22.88
%44.07
%33.05

CMYK color model

#1B3427 color CMYK value is (48,0,25,80).

  • cyan value is 48.08%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 79.61%
CMYK:
(48,0,25,80)
C48M0Y25K80 
(48%,0%,25%,80%)
(0.48/0.00/0.25/0.80)	

CMYK percentages

%48.08
%0
%25
%79.61

Codes

Color #1B3427 in popluar color models

1B3427
RGB275239
HSL149°31.65%15.49%
HSB/HSV149°48.08%20.39%
CMYK48.08%0.00%25.00%
79.61%

Color #1B3427 in popluar number systems.

HEX1B3427
Decimal275239
Binary11011110100100111
Octal336447

Shades and tints

Shades of #1B3427

#1B3427
(27,52,39)
#193024
(25,48,36)
#172C21
(23,44,33)
#15281E
(21,40,30)
#13241B
(19,36,27)
#112018
(17,32,24)
#0F1C15
(15,28,21)
#0D1812
(13,24,18)
#0B140F
(11,20,15)
#09100C
(9,16,12)
#070C09
(7,12,9)
#000000
(0,0,0)

Tints of #1B3427

#1B3427
(27,52,39)
#2F463A
(47,70,58)
#43584D
(67,88,77)
#576A60
(87,106,96)
#6B7C73
(107,124,115)
#7F8E86
(127,142,134)
#93A099
(147,160,153)
#A7B2AC
(167,178,172)
#BBC4BF
(187,196,191)
#CFD6D2
(207,214,210)
#E3E8E5
(227,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B3427 color. Also use rgb(27,52,39) instead hex code.

Text Font Color

.myTextColor { color: #1B3427; }

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

This text font color is #1B3427.


Background Color

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

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

This div background color is #1B3427.


Border color

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

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

This div border color is #1B3427.


Opacity

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

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

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

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

This text has shadow with #1B3427 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B3427 on black background.


Color preview on white background

This text has color #1B3427 on white background.



Black color preview on #1B3427 background

This text has black color on #1B3427 background.


White color preview on #1B3427 background

This text has white color on #1B3427 background.