COLOR #1F4D41

HEX: #1F4D41
RGB: (31,77,65)

Color info

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

RGB color model

#1F4D41 color RGB value is (31,77,65).

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

RGB channels and saturation

R 31 of 255 = 12%
G 77 of 255 = 30%
B 65 of 255 = 25%

31
77
65

R + G + B ~ 22%. #1F4D41 is dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 77 + 65 = 173 (100%)
R 31 of 173 ~ 17.92%
G 77 of 173 ~ 44.51%
B 65 of 173 ~ 37.57%

%17.92
%44.51
%37.57

CMYK color model

#1F4D41 color CMYK value is (60,0,16,70).

  • cyan value is 59.74%
  • magenta value is 0.00%
  • yellow value is 15.58%
  • key color value is 69.80%
CMYK:
(60,0,16,70)
C60M0Y16K70 
(60%,0%,16%,70%)
(0.60/0.00/0.16/0.70)	

CMYK percentages

%59.74
%0
%15.58
%69.8

Codes

Color #1F4D41 in popluar color models

1F4D41
RGB317765
HSL164°42.59%21.18%
HSB/HSV164°59.74%30.20%
CMYK59.74%0.00%15.58%
69.80%

Color #1F4D41 in popluar number systems.

HEX1F4D41
Decimal317765
Binary1111110011011000001
Octal37115101

Shades and tints

Shades of #1F4D41

#1F4D41
(31,77,65)
#1D463C
(29,70,60)
#1B3F37
(27,63,55)
#193832
(25,56,50)
#17312D
(23,49,45)
#152A28
(21,42,40)
#132323
(19,35,35)
#111C1E
(17,28,30)
#0F1519
(15,21,25)
#0D0E14
(13,14,20)
#0B070F
(11,7,15)
#000000
(0,0,0)

Tints of #1F4D41

#1F4D41
(31,77,65)
#335D52
(51,93,82)
#476D63
(71,109,99)
#5B7D74
(91,125,116)
#6F8D85
(111,141,133)
#839D96
(131,157,150)
#97ADA7
(151,173,167)
#ABBDB8
(171,189,184)
#BFCDC9
(191,205,201)
#D3DDDA
(211,221,218)
#E7EDEB
(231,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F4D41; }

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

This text font color is #1F4D41.


Background Color

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

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

This div background color is #1F4D41.


Border color

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

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

This div border color is #1F4D41.


Opacity

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

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

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

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

This text has shadow with #1F4D41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F4D41 on black background.


Color preview on white background

This text has color #1F4D41 on white background.



Black color preview on #1F4D41 background

This text has black color on #1F4D41 background.


White color preview on #1F4D41 background

This text has white color on #1F4D41 background.