COLOR #1F481D

HEX: #1F481D RGB: (31,72,29)

Color info

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

RGB color model

#1F481D color RGB value is (31,72,29).

RGB: (31,72,29) (12%, 28%, 11%)

RGB channels and saturation

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

31
72
29

R + G + B ~ 17%. #1F481D is dark color.

Portions of RGB colors in percentages

R + G + B = 31 + 72 + 29 = 132 (100%)
R 31 of 132 ~ 23.48%
G 72 of 132 ~ 54.55%
B 29 of 132 ~ 21.97'%

%23.48
%54.55
%21.97

CMYK color model

#1F481D color CMYK value is (57,0,60,72).

  • cyan value is 56.94%
  • magenta value is 0.00%
  • yellow value is 59.72%
  • key color value is 71.76%

CMYK: (57,0,60,72)
C57M0Y60K72 (57%, 0%, 60%, 72%)
(0.57 / 0.00 / 0.60 / 0.72)

CMYK percentages

%56.94
%0
%59.72
%71.76

Codes

Color #1F481D in popluar color models

1F 48 1D
RGB 31 72 29
HSL 117° 42.57% 19.80%
HSB/HSV 117° 59.72% 28.24%
CMYK 56.94% 0.00% 59.72%
71.76%

Color #1F481D in popluar number systems.

HEX 1F 48 1D
Decimal 31 72 29
Binary 11111 1001000 11101
Octal 37 110 35

Shades and tints

Shades of #1F481D

#1F481D
(31,72,29)
#1D421B
(29,66,27)
#1B3C19
(27,60,25)
#193617
(25,54,23)
#173015
(23,48,21)
#152A13
(21,42,19)
#132411
(19,36,17)
#111E0F
(17,30,15)
#0F180D
(15,24,13)
#0D120B
(13,18,11)
#0B0C09
(11,12,9)
#000000
(0,0,0)

Tints of #1F481D

#1F481D
(31,72,29)
#335831
(51,88,49)
#476845
(71,104,69)
#5B7859
(91,120,89)
#6F886D
(111,136,109)
#839881
(131,152,129)
#97A895
(151,168,149)
#ABB8A9
(171,184,169)
#BFC8BD
(191,200,189)
#D3D8D1
(211,216,209)
#E7E8E5
(231,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F481D; }

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

This text font color is #1F481D.

Background Color

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

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

This div background color is #1F481D.

Border color

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

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

This div border color is #1F481D.

Opacity

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

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

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

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

This text has shadow with #1F481D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1F481D.

Preview

Color preview on black background

This text has color #1F481D on black background.


Color preview on white background

This text has color #1F481D on white background.


Black color preview on #1F481D background

This text has black color on #1F481D background.


White color preview on #1F481D background

This text has white color on #1F481D background.


Related colors

Complementary color

Complementary color for #hex is #E0B7E2.


I love getcolorcode.com

Triadic colors

1 #1D1F48 and #481D1F with #1F481D are triadic colors.

2 #1D481F and #481F1D with #1F481D are triadic colors.