COLOR #1F480B

HEX: #1F480B
RGB: (31,72,11)

Color info

#1F480B contains mainly red and green colors. Web safe color of #1F480B is #333300 (or #330).

RGB color model

#1F480B color RGB value is (31,72,11).

  • red value is 31;
  • green value is 72;
  • blue value is 11.
RGB:
(31,72,11)
(12%,28%,4%)

RGB channels and saturation

R 31 of 255 = 12%
G 72 of 255 = 28%
B 11 of 255 = 4%

31
72
11

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

Portions of RGB colors in percentages

R + G + B =
31 + 72 + 11 = 114 (100%)
R 31 of 114 ~ 27.19%
G 72 of 114 ~ 63.16%
B 11 of 114 ~ 9.65%

%27.19
%63.16
%9.65

CMYK color model

#1F480B color CMYK value is (57,0,85,72).

  • cyan value is 56.94%
  • magenta value is 0.00%
  • yellow value is 84.72%
  • key color value is 71.76%
CMYK:
(57,0,85,72)
C57M0Y85K72 
(57%,0%,85%,72%)
(0.57/0.00/0.85/0.72)	

CMYK percentages

%56.94
%0
%84.72
%71.76

Codes

Color #1F480B in popluar color models

1F480B
RGB317211
HSL100°73.49%16.27%
HSB/HSV100°84.72%28.24%
CMYK56.94%0.00%84.72%
71.76%

Color #1F480B in popluar number systems.

HEX1F480B
Decimal317211
Binary1111110010001011
Octal3711013

Shades and tints

Shades of #1F480B

#1F480B
(31,72,11)
#1D420A
(29,66,10)
#1B3C09
(27,60,9)
#193608
(25,54,8)
#173007
(23,48,7)
#152A06
(21,42,6)
#132405
(19,36,5)
#111E04
(17,30,4)
#0F1803
(15,24,3)
#0D1202
(13,18,2)
#0B0C01
(11,12,1)
#000000
(0,0,0)

Tints of #1F480B

#1F480B
(31,72,11)
#335821
(51,88,33)
#476837
(71,104,55)
#5B784D
(91,120,77)
#6F8863
(111,136,99)
#839879
(131,152,121)
#97A88F
(151,168,143)
#ABB8A5
(171,184,165)
#BFC8BB
(191,200,187)
#D3D8D1
(211,216,209)
#E7E8E7
(231,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F480B color. Also use rgb(31,72,11) instead hex code.

Text Font Color

.myTextColor { color: #1F480B; }

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

This text font color is #1F480B.


Background Color

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

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

This div background color is #1F480B.


Border color

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

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

This div border color is #1F480B.


Opacity

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

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

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

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

This text has shadow with #1F480B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F480B on black background.


Color preview on white background

This text has color #1F480B on white background.



Black color preview on #1F480B background

This text has black color on #1F480B background.


White color preview on #1F480B background

This text has white color on #1F480B background.