COLOR #1F4D24

HEX: #1F4D24 RGB: (31,77,36)

Color info

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

RGB color model

#1F4D24 color RGB value is (31,77,36).

RGB: (31,77,36) (12%, 30%, 14%)

RGB channels and saturation

R 31 of 255 = 12%
G 77 of 255 = 30%
B 36 of 255 = 14%

31
77
36

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

Portions of RGB colors in percentages

R + G + B = 31 + 77 + 36 = 144 (100%)
R 31 of 144 ~ 21.53%
G 77 of 144 ~ 53.47%
B 36 of 144 ~ 25'%

%21.53
%53.47
%25

CMYK color model

#1F4D24 color CMYK value is (60,0,53,70).

  • cyan value is 59.74%
  • magenta value is 0.00%
  • yellow value is 53.25%
  • key color value is 69.80%

CMYK: (60,0,53,70)
C60M0Y53K70 (60%, 0%, 53%, 70%)
(0.60 / 0.00 / 0.53 / 0.70)

CMYK percentages

%59.74
%0
%53.25
%69.8

Codes

Color #1F4D24 in popluar color models

1F 4D 24
RGB 31 77 36
HSL 127° 42.59% 21.18%
HSB/HSV 127° 59.74% 30.20%
CMYK 59.74% 0.00% 53.25%
69.80%

Color #1F4D24 in popluar number systems.

HEX 1F 4D 24
Decimal 31 77 36
Binary 11111 1001101 100100
Octal 37 115 44

Shades and tints

Shades of #1F4D24

#1F4D24
(31,77,36)
#1D4621
(29,70,33)
#1B3F1E
(27,63,30)
#19381B
(25,56,27)
#173118
(23,49,24)
#152A15
(21,42,21)
#132312
(19,35,18)
#111C0F
(17,28,15)
#0F150C
(15,21,12)
#0D0E09
(13,14,9)
#0B0706
(11,7,6)
#000000
(0,0,0)

Tints of #1F4D24

#1F4D24
(31,77,36)
#335D37
(51,93,55)
#476D4A
(71,109,74)
#5B7D5D
(91,125,93)
#6F8D70
(111,141,112)
#839D83
(131,157,131)
#97AD96
(151,173,150)
#ABBDA9
(171,189,169)
#BFCDBC
(191,205,188)
#D3DDCF
(211,221,207)
#E7EDE2
(231,237,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F4D24; }

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

This text font color is #1F4D24.

Background Color

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

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

This div background color is #1F4D24.

Border color

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

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

This div border color is #1F4D24.

Opacity

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

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

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

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

This text has shadow with #1F4D24 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1F4D24.

Preview

Color preview on black background

This text has color #1F4D24 on black background.


Color preview on white background

This text has color #1F4D24 on white background.


Black color preview on #1F4D24 background

This text has black color on #1F4D24 background.


White color preview on #1F4D24 background

This text has white color on #1F4D24 background.


Related colors

Complementary color

Complementary color for #hex is #E0B2DB.


I love getcolorcode.com

Triadic colors

1 #241F4D and #4D241F with #1F4D24 are triadic colors.

2 #244D1F and #4D1F24 with #1F4D24 are triadic colors.