COLOR #1F5253

HEX: #1F5253
RGB: (31,82,83)

Color info

#1F5253 contains red, green and blue colors in about the same proportion. Web safe color of #1F5253 is #336666 (or #366).

RGB color model

#1F5253 color RGB value is (31,82,83).

  • red value is 31;
  • green value is 82;
  • blue value is 83.
RGB:
(31,82,83)
(12%,32%,33%)

RGB channels and saturation

R 31 of 255 = 12%
G 82 of 255 = 32%
B 83 of 255 = 33%

31
82
83

R + G + B ~ 26%. #1F5253 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 82 + 83 = 196 (100%)
R 31 of 196 ~ 15.82%
G 82 of 196 ~ 41.84%
B 83 of 196 ~ 42.35%

%15.82
%41.84
%42.35

CMYK color model

#1F5253 color CMYK value is (63,1,0,67).

  • cyan value is 62.65%
  • magenta value is 1.20%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(63,1,0,67)
C63M1Y0K67 
(63%,1%,0%,67%)
(0.63/0.01/0.00/0.67)	

CMYK percentages

%62.65
%1.2
%0
%67.45

Codes

Color #1F5253 in popluar color models

1F5253
RGB318283
HSL181°45.61%22.35%
HSB/HSV181°62.65%32.55%
CMYK62.65%1.20%0.00%
67.45%

Color #1F5253 in popluar number systems.

HEX1F5253
Decimal318283
Binary1111110100101010011
Octal37122123

Shades and tints

Shades of #1F5253

#1F5253
(31,82,83)
#1D4B4C
(29,75,76)
#1B4445
(27,68,69)
#193D3E
(25,61,62)
#173637
(23,54,55)
#152F30
(21,47,48)
#132829
(19,40,41)
#112122
(17,33,34)
#0F1A1B
(15,26,27)
#0D1314
(13,19,20)
#0B0C0D
(11,12,13)
#000000
(0,0,0)

Tints of #1F5253

#1F5253
(31,82,83)
#336162
(51,97,98)
#477071
(71,112,113)
#5B7F80
(91,127,128)
#6F8E8F
(111,142,143)
#839D9E
(131,157,158)
#97ACAD
(151,172,173)
#ABBBBC
(171,187,188)
#BFCACB
(191,202,203)
#D3D9DA
(211,217,218)
#E7E8E9
(231,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F5253 color. Also use rgb(31,82,83) instead hex code.

Text Font Color

.myTextColor { color: #1F5253; }

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

This text font color is #1F5253.


Background Color

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

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

This div background color is #1F5253.


Border color

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

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

This div border color is #1F5253.


Opacity

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

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

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

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

This text has shadow with #1F5253 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F5253 on black background.


Color preview on white background

This text has color #1F5253 on white background.



Black color preview on #1F5253 background

This text has black color on #1F5253 background.


White color preview on #1F5253 background

This text has white color on #1F5253 background.