COLOR #1F4D43

HEX: #1F4D43
RGB: (31,77,67)

Color info

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

RGB color model

#1F4D43 color RGB value is (31,77,67).

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

RGB channels and saturation

R 31 of 255 = 12%
G 77 of 255 = 30%
B 67 of 255 = 26%

31
77
67

R + G + B ~ 23%. #1F4D43 is dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 77 + 67 = 175 (100%)
R 31 of 175 ~ 17.71%
G 77 of 175 ~ 44%
B 67 of 175 ~ 38.29%

%17.71
%44
%38.29

CMYK color model

#1F4D43 color CMYK value is (60,0,13,70).

  • cyan value is 59.74%
  • magenta value is 0.00%
  • yellow value is 12.99%
  • key color value is 69.80%
CMYK:
(60,0,13,70)
C60M0Y13K70 
(60%,0%,13%,70%)
(0.60/0.00/0.13/0.70)	

CMYK percentages

%59.74
%0
%12.99
%69.8

Codes

Color #1F4D43 in popluar color models

1F4D43
RGB317767
HSL167°42.59%21.18%
HSB/HSV167°59.74%30.20%
CMYK59.74%0.00%12.99%
69.80%

Color #1F4D43 in popluar number systems.

HEX1F4D43
Decimal317767
Binary1111110011011000011
Octal37115103

Shades and tints

Shades of #1F4D43

#1F4D43
(31,77,67)
#1D463D
(29,70,61)
#1B3F37
(27,63,55)
#193831
(25,56,49)
#17312B
(23,49,43)
#152A25
(21,42,37)
#13231F
(19,35,31)
#111C19
(17,28,25)
#0F1513
(15,21,19)
#0D0E0D
(13,14,13)
#0B0707
(11,7,7)
#000000
(0,0,0)

Tints of #1F4D43

#1F4D43
(31,77,67)
#335D54
(51,93,84)
#476D65
(71,109,101)
#5B7D76
(91,125,118)
#6F8D87
(111,141,135)
#839D98
(131,157,152)
#97ADA9
(151,173,169)
#ABBDBA
(171,189,186)
#BFCDCB
(191,205,203)
#D3DDDC
(211,221,220)
#E7EDED
(231,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F4D43; }

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

This text font color is #1F4D43.


Background Color

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

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

This div background color is #1F4D43.


Border color

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

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

This div border color is #1F4D43.


Opacity

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

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

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

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

This text has shadow with #1F4D43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F4D43 on black background.


Color preview on white background

This text has color #1F4D43 on white background.



Black color preview on #1F4D43 background

This text has black color on #1F4D43 background.


White color preview on #1F4D43 background

This text has white color on #1F4D43 background.