COLOR #1F4A24

HEX: #1F4A24 RGB: (31,74,36)

Color info

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

RGB color model

#1F4A24 color RGB value is (31,74,36).

RGB: (31,74,36) (12%, 29%, 14%)

RGB channels and saturation

R 31 of 255 = 12%
G 74 of 255 = 29%
B 36 of 255 = 14%

31
74
36

R + G + B ~ 18%. #1F4A24 is dark color.

Portions of RGB colors in percentages

R + G + B = 31 + 74 + 36 = 141 (100%)
R 31 of 141 ~ 21.99%
G 74 of 141 ~ 52.48%
B 36 of 141 ~ 25.53'%

%21.99
%52.48
%25.53

CMYK color model

#1F4A24 color CMYK value is (58,0,51,71).

  • cyan value is 58.11%
  • magenta value is 0.00%
  • yellow value is 51.35%
  • key color value is 70.98%

CMYK: (58,0,51,71)
C58M0Y51K71 (58%, 0%, 51%, 71%)
(0.58 / 0.00 / 0.51 / 0.71)

CMYK percentages

%58.11
%0
%51.35
%70.98

Codes

Color #1F4A24 in popluar color models

1F 4A 24
RGB 31 74 36
HSL 127° 40.95% 20.59%
HSB/HSV 127° 58.11% 29.02%
CMYK 58.11% 0.00% 51.35%
70.98%

Color #1F4A24 in popluar number systems.

HEX 1F 4A 24
Decimal 31 74 36
Binary 11111 1001010 100100
Octal 37 112 44

Shades and tints

Shades of #1F4A24

#1F4A24
(31,74,36)
#1D4421
(29,68,33)
#1B3E1E
(27,62,30)
#19381B
(25,56,27)
#173218
(23,50,24)
#152C15
(21,44,21)
#132612
(19,38,18)
#11200F
(17,32,15)
#0F1A0C
(15,26,12)
#0D1409
(13,20,9)
#0B0E06
(11,14,6)
#000000
(0,0,0)

Tints of #1F4A24

#1F4A24
(31,74,36)
#335A37
(51,90,55)
#476A4A
(71,106,74)
#5B7A5D
(91,122,93)
#6F8A70
(111,138,112)
#839A83
(131,154,131)
#97AA96
(151,170,150)
#ABBAA9
(171,186,169)
#BFCABC
(191,202,188)
#D3DACF
(211,218,207)
#E7EAE2
(231,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F4A24 color. Also use rgb(31,74,36) instead hex code.

Text Font Color

.myTextColor { color: #1F4A24; }

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

This text font color is #1F4A24.

Background Color

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

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

This div background color is #1F4A24.

Border color

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

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

This div border color is #1F4A24.

Opacity

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

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

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

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

This text has shadow with #1F4A24 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1F4A24.

Preview

Color preview on black background

This text has color #1F4A24 on black background.


Color preview on white background

This text has color #1F4A24 on white background.


Black color preview on #1F4A24 background

This text has black color on #1F4A24 background.


White color preview on #1F4A24 background

This text has white color on #1F4A24 background.


Related colors

Complementary color

Complementary color for #hex is #E0B5DB.


I love getcolorcode.com

Triadic colors

1 #241F4A and #4A241F with #1F4A24 are triadic colors.

2 #244A1F and #4A1F24 with #1F4A24 are triadic colors.