COLOR #1F484D

HEX: #1F484D RGB: (31,72,77)

Color info

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

RGB color model

#1F484D color RGB value is (31,72,77).

RGB: (31,72,77) (12%, 28%, 30%)

RGB channels and saturation

R 31 of 255 = 12%
G 72 of 255 = 28%
B 77 of 255 = 30%

31
72
77

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

Portions of RGB colors in percentages

R + G + B = 31 + 72 + 77 = 180 (100%)
R 31 of 180 ~ 17.22%
G 72 of 180 ~ 40%
B 77 of 180 ~ 42.78'%

%17.22
%40
%42.78

CMYK color model

#1F484D color CMYK value is (60,6,0,70).

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

CMYK: (60,6,0,70)
C60M6Y0K70 (60%, 6%, 0%, 70%)
(0.60 / 0.06 / 0.00 / 0.70)

CMYK percentages

%59.74
%6.49
%0
%69.8

Codes

Color #1F484D in popluar color models

1F 48 4D
RGB 31 72 77
HSL 187° 42.59% 21.18%
HSB/HSV 187° 59.74% 30.20%
CMYK 59.74% 6.49% 0.00%
69.80%

Color #1F484D in popluar number systems.

HEX 1F 48 4D
Decimal 31 72 77
Binary 11111 1001000 1001101
Octal 37 110 115

Shades and tints

Shades of #1F484D

#1F484D
(31,72,77)
#1D4246
(29,66,70)
#1B3C3F
(27,60,63)
#193638
(25,54,56)
#173031
(23,48,49)
#152A2A
(21,42,42)
#132423
(19,36,35)
#111E1C
(17,30,28)
#0F1815
(15,24,21)
#0D120E
(13,18,14)
#0B0C07
(11,12,7)
#000000
(0,0,0)

Tints of #1F484D

#1F484D
(31,72,77)
#33585D
(51,88,93)
#47686D
(71,104,109)
#5B787D
(91,120,125)
#6F888D
(111,136,141)
#83989D
(131,152,157)
#97A8AD
(151,168,173)
#ABB8BD
(171,184,189)
#BFC8CD
(191,200,205)
#D3D8DD
(211,216,221)
#E7E8ED
(231,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F484D; }

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

This text font color is #1F484D.

Background Color

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

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

This div background color is #1F484D.

Border color

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

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

This div border color is #1F484D.

Opacity

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

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

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

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

This text has shadow with #1F484D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1F484D.

Preview

Color preview on black background

This text has color #1F484D on black background.


Color preview on white background

This text has color #1F484D on white background.


Black color preview on #1F484D background

This text has black color on #1F484D background.


White color preview on #1F484D background

This text has white color on #1F484D background.


Related colors

Complementary color

Complementary color for #hex is #E0B7B2.


I love getcolorcode.com

Triadic colors

1 #4D1F48 and #484D1F with #1F484D are triadic colors.

2 #4D481F and #481F4D with #1F484D are triadic colors.