COLOR #1F353D

HEX: #1F353D
RGB: (31,53,61)

Color info

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

RGB color model

#1F353D color RGB value is (31,53,61).

  • red value is 31;
  • green value is 53;
  • blue value is 61.
RGB:
(31,53,61)
(12%,21%,24%)

RGB channels and saturation

R 31 of 255 = 12%
G 53 of 255 = 21%
B 61 of 255 = 24%

31
53
61

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

Portions of RGB colors in percentages

R + G + B =
31 + 53 + 61 = 145 (100%)
R 31 of 145 ~ 21.38%
G 53 of 145 ~ 36.55%
B 61 of 145 ~ 42.07%

%21.38
%36.55
%42.07

CMYK color model

#1F353D color CMYK value is (49,13,0,76).

  • cyan value is 49.18%
  • magenta value is 13.11%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(49,13,0,76)
C49M13Y0K76 
(49%,13%,0%,76%)
(0.49/0.13/0.00/0.76)	

CMYK percentages

%49.18
%13.11
%0
%76.08

Codes

Color #1F353D in popluar color models

1F353D
RGB315361
HSL196°32.61%18.04%
HSB/HSV196°49.18%23.92%
CMYK49.18%13.11%0.00%
76.08%

Color #1F353D in popluar number systems.

HEX1F353D
Decimal315361
Binary11111110101111101
Octal376575

Shades and tints

Shades of #1F353D

#1F353D
(31,53,61)
#1D3138
(29,49,56)
#1B2D33
(27,45,51)
#19292E
(25,41,46)
#172529
(23,37,41)
#152124
(21,33,36)
#131D1F
(19,29,31)
#11191A
(17,25,26)
#0F1515
(15,21,21)
#0D1110
(13,17,16)
#0B0D0B
(11,13,11)
#000000
(0,0,0)

Tints of #1F353D

#1F353D
(31,53,61)
#33474E
(51,71,78)
#47595F
(71,89,95)
#5B6B70
(91,107,112)
#6F7D81
(111,125,129)
#838F92
(131,143,146)
#97A1A3
(151,161,163)
#ABB3B4
(171,179,180)
#BFC5C5
(191,197,197)
#D3D7D6
(211,215,214)
#E7E9E7
(231,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F353D color. Also use rgb(31,53,61) instead hex code.

Text Font Color

.myTextColor { color: #1F353D; }

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

This text font color is #1F353D.


Background Color

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

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

This div background color is #1F353D.


Border color

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

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

This div border color is #1F353D.


Opacity

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

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

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

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

This text has shadow with #1F353D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F353D on black background.


Color preview on white background

This text has color #1F353D on white background.



Black color preview on #1F353D background

This text has black color on #1F353D background.


White color preview on #1F353D background

This text has white color on #1F353D background.