COLOR #1B4513

HEX: #1B4513
RGB: (27,69,19)

Color info

#1B4513 contains red, green and blue colors in about the same proportion. Web safe color of #1B4513 is #333300 (or #330).

RGB color model

#1B4513 color RGB value is (27,69,19).

  • red value is 27;
  • green value is 69;
  • blue value is 19.
RGB:
(27,69,19)
(11%,27%,7%)

RGB channels and saturation

R 27 of 255 = 11%
G 69 of 255 = 27%
B 19 of 255 = 7%

27
69
19

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

Portions of RGB colors in percentages

R + G + B =
27 + 69 + 19 = 115 (100%)
R 27 of 115 ~ 23.48%
G 69 of 115 ~ 60%
B 19 of 115 ~ 16.52%

%23.48
%60
%16.52

CMYK color model

#1B4513 color CMYK value is (61,0,72,73).

  • cyan value is 60.87%
  • magenta value is 0.00%
  • yellow value is 72.46%
  • key color value is 72.94%
CMYK:
(61,0,72,73)
C61M0Y72K73 
(61%,0%,72%,73%)
(0.61/0.00/0.72/0.73)	

CMYK percentages

%60.87
%0
%72.46
%72.94

Codes

Color #1B4513 in popluar color models

1B4513
RGB276919
HSL110°56.82%17.25%
HSB/HSV110°72.46%27.06%
CMYK60.87%0.00%72.46%
72.94%

Color #1B4513 in popluar number systems.

HEX1B4513
Decimal276919
Binary11011100010110011
Octal3310523

Shades and tints

Shades of #1B4513

#1B4513
(27,69,19)
#193F12
(25,63,18)
#173911
(23,57,17)
#153310
(21,51,16)
#132D0F
(19,45,15)
#11270E
(17,39,14)
#0F210D
(15,33,13)
#0D1B0C
(13,27,12)
#0B150B
(11,21,11)
#090F0A
(9,15,10)
#070909
(7,9,9)
#000000
(0,0,0)

Tints of #1B4513

#1B4513
(27,69,19)
#2F5528
(47,85,40)
#43653D
(67,101,61)
#577552
(87,117,82)
#6B8567
(107,133,103)
#7F957C
(127,149,124)
#93A591
(147,165,145)
#A7B5A6
(167,181,166)
#BBC5BB
(187,197,187)
#CFD5D0
(207,213,208)
#E3E5E5
(227,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B4513 color. Also use rgb(27,69,19) instead hex code.

Text Font Color

.myTextColor { color: #1B4513; }

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

This text font color is #1B4513.


Background Color

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

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

This div background color is #1B4513.


Border color

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

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

This div border color is #1B4513.


Opacity

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

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

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

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

This text has shadow with #1B4513 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B4513 on black background.


Color preview on white background

This text has color #1B4513 on white background.



Black color preview on #1B4513 background

This text has black color on #1B4513 background.


White color preview on #1B4513 background

This text has white color on #1B4513 background.