COLOR #1F4D29

HEX: #1F4D29
RGB: (31,77,41)

Color info

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

RGB color model

#1F4D29 color RGB value is (31,77,41).

  • red value is 31;
  • green value is 77;
  • blue value is 41.
RGB:
(31,77,41)
(12%,30%,16%)

RGB channels and saturation

R 31 of 255 = 12%
G 77 of 255 = 30%
B 41 of 255 = 16%

31
77
41

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

Portions of RGB colors in percentages

R + G + B =
31 + 77 + 41 = 149 (100%)
R 31 of 149 ~ 20.81%
G 77 of 149 ~ 51.68%
B 41 of 149 ~ 27.52%

%20.81
%51.68
%27.52

CMYK color model

#1F4D29 color CMYK value is (60,0,47,70).

  • cyan value is 59.74%
  • magenta value is 0.00%
  • yellow value is 46.75%
  • key color value is 69.80%
CMYK:
(60,0,47,70)
C60M0Y47K70 
(60%,0%,47%,70%)
(0.60/0.00/0.47/0.70)	

CMYK percentages

%59.74
%0
%46.75
%69.8

Codes

Color #1F4D29 in popluar color models

1F4D29
RGB317741
HSL133°42.59%21.18%
HSB/HSV133°59.74%30.20%
CMYK59.74%0.00%46.75%
69.80%

Color #1F4D29 in popluar number systems.

HEX1F4D29
Decimal317741
Binary111111001101101001
Octal3711551

Shades and tints

Shades of #1F4D29

#1F4D29
(31,77,41)
#1D4626
(29,70,38)
#1B3F23
(27,63,35)
#193820
(25,56,32)
#17311D
(23,49,29)
#152A1A
(21,42,26)
#132317
(19,35,23)
#111C14
(17,28,20)
#0F1511
(15,21,17)
#0D0E0E
(13,14,14)
#0B070B
(11,7,11)
#000000
(0,0,0)

Tints of #1F4D29

#1F4D29
(31,77,41)
#335D3C
(51,93,60)
#476D4F
(71,109,79)
#5B7D62
(91,125,98)
#6F8D75
(111,141,117)
#839D88
(131,157,136)
#97AD9B
(151,173,155)
#ABBDAE
(171,189,174)
#BFCDC1
(191,205,193)
#D3DDD4
(211,221,212)
#E7EDE7
(231,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F4D29; }

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

This text font color is #1F4D29.


Background Color

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

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

This div background color is #1F4D29.


Border color

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

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

This div border color is #1F4D29.


Opacity

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

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

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

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

This text has shadow with #1F4D29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F4D29 on black background.


Color preview on white background

This text has color #1F4D29 on white background.



Black color preview on #1F4D29 background

This text has black color on #1F4D29 background.


White color preview on #1F4D29 background

This text has white color on #1F4D29 background.