COLOR #1B420B

HEX: #1B420B
RGB: (27,66,11)

Color info

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

RGB color model

#1B420B color RGB value is (27,66,11).

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

RGB channels and saturation

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

27
66
11

R + G + B ~ 14%. #1B420B is dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 66 + 11 = 104 (100%)
R 27 of 104 ~ 25.96%
G 66 of 104 ~ 63.46%
B 11 of 104 ~ 10.58%

%25.96
%63.46
%10.58

CMYK color model

#1B420B color CMYK value is (59,0,83,74).

  • cyan value is 59.09%
  • magenta value is 0.00%
  • yellow value is 83.33%
  • key color value is 74.12%
CMYK:
(59,0,83,74)
C59M0Y83K74 
(59%,0%,83%,74%)
(0.59/0.00/0.83/0.74)	

CMYK percentages

%59.09
%0
%83.33
%74.12

Codes

Color #1B420B in popluar color models

1B420B
RGB276611
HSL103°71.43%15.10%
HSB/HSV103°83.33%25.88%
CMYK59.09%0.00%83.33%
74.12%

Color #1B420B in popluar number systems.

HEX1B420B
Decimal276611
Binary1101110000101011
Octal3310213

Shades and tints

Shades of #1B420B

#1B420B
(27,66,11)
#193C0A
(25,60,10)
#173609
(23,54,9)
#153008
(21,48,8)
#132A07
(19,42,7)
#112406
(17,36,6)
#0F1E05
(15,30,5)
#0D1804
(13,24,4)
#0B1203
(11,18,3)
#090C02
(9,12,2)
#070601
(7,6,1)
#000000
(0,0,0)

Tints of #1B420B

#1B420B
(27,66,11)
#2F5321
(47,83,33)
#436437
(67,100,55)
#57754D
(87,117,77)
#6B8663
(107,134,99)
#7F9779
(127,151,121)
#93A88F
(147,168,143)
#A7B9A5
(167,185,165)
#BBCABB
(187,202,187)
#CFDBD1
(207,219,209)
#E3ECE7
(227,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B420B; }

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

This text font color is #1B420B.


Background Color

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

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

This div background color is #1B420B.


Border color

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

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

This div border color is #1B420B.


Opacity

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

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

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

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

This text has shadow with #1B420B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B420B on black background.


Color preview on white background

This text has color #1B420B on white background.



Black color preview on #1B420B background

This text has black color on #1B420B background.


White color preview on #1B420B background

This text has white color on #1B420B background.