COLOR #1F4431

HEX: #1F4431
RGB: (31,68,49)

Color info

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

RGB color model

#1F4431 color RGB value is (31,68,49).

  • red value is 31;
  • green value is 68;
  • blue value is 49.
RGB:
(31,68,49)
(12%,27%,19%)

RGB channels and saturation

R 31 of 255 = 12%
G 68 of 255 = 27%
B 49 of 255 = 19%

31
68
49

R + G + B ~ 19%. #1F4431 is dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 68 + 49 = 148 (100%)
R 31 of 148 ~ 20.95%
G 68 of 148 ~ 45.95%
B 49 of 148 ~ 33.11%

%20.95
%45.95
%33.11

CMYK color model

#1F4431 color CMYK value is (54,0,28,73).

  • cyan value is 54.41%
  • magenta value is 0.00%
  • yellow value is 27.94%
  • key color value is 73.33%
CMYK:
(54,0,28,73)
C54M0Y28K73 
(54%,0%,28%,73%)
(0.54/0.00/0.28/0.73)	

CMYK percentages

%54.41
%0
%27.94
%73.33

Codes

Color #1F4431 in popluar color models

1F4431
RGB316849
HSL149°37.37%19.41%
HSB/HSV149°54.41%26.67%
CMYK54.41%0.00%27.94%
73.33%

Color #1F4431 in popluar number systems.

HEX1F4431
Decimal316849
Binary111111000100110001
Octal3710461

Shades and tints

Shades of #1F4431

#1F4431
(31,68,49)
#1D3E2D
(29,62,45)
#1B3829
(27,56,41)
#193225
(25,50,37)
#172C21
(23,44,33)
#15261D
(21,38,29)
#132019
(19,32,25)
#111A15
(17,26,21)
#0F1411
(15,20,17)
#0D0E0D
(13,14,13)
#0B0809
(11,8,9)
#000000
(0,0,0)

Tints of #1F4431

#1F4431
(31,68,49)
#335543
(51,85,67)
#476655
(71,102,85)
#5B7767
(91,119,103)
#6F8879
(111,136,121)
#83998B
(131,153,139)
#97AA9D
(151,170,157)
#ABBBAF
(171,187,175)
#BFCCC1
(191,204,193)
#D3DDD3
(211,221,211)
#E7EEE5
(231,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F4431 color. Also use rgb(31,68,49) instead hex code.

Text Font Color

.myTextColor { color: #1F4431; }

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

This text font color is #1F4431.


Background Color

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

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

This div background color is #1F4431.


Border color

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

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

This div border color is #1F4431.


Opacity

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

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

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

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

This text has shadow with #1F4431 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F4431 on black background.


Color preview on white background

This text has color #1F4431 on white background.



Black color preview on #1F4431 background

This text has black color on #1F4431 background.


White color preview on #1F4431 background

This text has white color on #1F4431 background.