COLOR #1F4831

HEX: #1F4831
RGB: (31,72,49)

Color info

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

RGB color model

#1F4831 color RGB value is (31,72,49).

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

RGB channels and saturation

R 31 of 255 = 12%
G 72 of 255 = 28%
B 49 of 255 = 19%

31
72
49

R + G + B ~ 20%. #1F4831 is dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 72 + 49 = 152 (100%)
R 31 of 152 ~ 20.39%
G 72 of 152 ~ 47.37%
B 49 of 152 ~ 32.24%

%20.39
%47.37
%32.24

CMYK color model

#1F4831 color CMYK value is (57,0,32,72).

  • cyan value is 56.94%
  • magenta value is 0.00%
  • yellow value is 31.94%
  • key color value is 71.76%
CMYK:
(57,0,32,72)
C57M0Y32K72 
(57%,0%,32%,72%)
(0.57/0.00/0.32/0.72)	

CMYK percentages

%56.94
%0
%31.94
%71.76

Codes

Color #1F4831 in popluar color models

1F4831
RGB317249
HSL146°39.81%20.20%
HSB/HSV146°56.94%28.24%
CMYK56.94%0.00%31.94%
71.76%

Color #1F4831 in popluar number systems.

HEX1F4831
Decimal317249
Binary111111001000110001
Octal3711061

Shades and tints

Shades of #1F4831

#1F4831
(31,72,49)
#1D422D
(29,66,45)
#1B3C29
(27,60,41)
#193625
(25,54,37)
#173021
(23,48,33)
#152A1D
(21,42,29)
#132419
(19,36,25)
#111E15
(17,30,21)
#0F1811
(15,24,17)
#0D120D
(13,18,13)
#0B0C09
(11,12,9)
#000000
(0,0,0)

Tints of #1F4831

#1F4831
(31,72,49)
#335843
(51,88,67)
#476855
(71,104,85)
#5B7867
(91,120,103)
#6F8879
(111,136,121)
#83988B
(131,152,139)
#97A89D
(151,168,157)
#ABB8AF
(171,184,175)
#BFC8C1
(191,200,193)
#D3D8D3
(211,216,211)
#E7E8E5
(231,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F4831; }

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

This text font color is #1F4831.


Background Color

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

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

This div background color is #1F4831.


Border color

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

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

This div border color is #1F4831.


Opacity

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

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

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

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

This text has shadow with #1F4831 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F4831 on black background.


Color preview on white background

This text has color #1F4831 on white background.



Black color preview on #1F4831 background

This text has black color on #1F4831 background.


White color preview on #1F4831 background

This text has white color on #1F4831 background.