COLOR #1B3829

HEX: #1B3829
RGB: (27,56,41)

Color info

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

RGB color model

#1B3829 color RGB value is (27,56,41).

  • red value is 27;
  • green value is 56;
  • blue value is 41.
RGB:
(27,56,41)
(11%,22%,16%)

RGB channels and saturation

R 27 of 255 = 11%
G 56 of 255 = 22%
B 41 of 255 = 16%

27
56
41

R + G + B ~ 16%. #1B3829 is dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 56 + 41 = 124 (100%)
R 27 of 124 ~ 21.77%
G 56 of 124 ~ 45.16%
B 41 of 124 ~ 33.06%

%21.77
%45.16
%33.06

CMYK color model

#1B3829 color CMYK value is (52,0,27,78).

  • cyan value is 51.79%
  • magenta value is 0.00%
  • yellow value is 26.79%
  • key color value is 78.04%
CMYK:
(52,0,27,78)
C52M0Y27K78 
(52%,0%,27%,78%)
(0.52/0.00/0.27/0.78)	

CMYK percentages

%51.79
%0
%26.79
%78.04

Codes

Color #1B3829 in popluar color models

1B3829
RGB275641
HSL149°34.94%16.27%
HSB/HSV149°51.79%21.96%
CMYK51.79%0.00%26.79%
78.04%

Color #1B3829 in popluar number systems.

HEX1B3829
Decimal275641
Binary11011111000101001
Octal337051

Shades and tints

Shades of #1B3829

#1B3829
(27,56,41)
#193326
(25,51,38)
#172E23
(23,46,35)
#152920
(21,41,32)
#13241D
(19,36,29)
#111F1A
(17,31,26)
#0F1A17
(15,26,23)
#0D1514
(13,21,20)
#0B1011
(11,16,17)
#090B0E
(9,11,14)
#07060B
(7,6,11)
#000000
(0,0,0)

Tints of #1B3829

#1B3829
(27,56,41)
#2F4A3C
(47,74,60)
#435C4F
(67,92,79)
#576E62
(87,110,98)
#6B8075
(107,128,117)
#7F9288
(127,146,136)
#93A49B
(147,164,155)
#A7B6AE
(167,182,174)
#BBC8C1
(187,200,193)
#CFDAD4
(207,218,212)
#E3ECE7
(227,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B3829 color. Also use rgb(27,56,41) instead hex code.

Text Font Color

.myTextColor { color: #1B3829; }

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

This text font color is #1B3829.


Background Color

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

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

This div background color is #1B3829.


Border color

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

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

This div border color is #1B3829.


Opacity

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

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

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

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

This text has shadow with #1B3829 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B3829 on black background.


Color preview on white background

This text has color #1B3829 on white background.



Black color preview on #1B3829 background

This text has black color on #1B3829 background.


White color preview on #1B3829 background

This text has white color on #1B3829 background.