COLOR #1F5858

HEX: #1F5858
RGB: (31,88,88)

Color info

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

RGB color model

#1F5858 color RGB value is (31,88,88).

  • red value is 31;
  • green value is 88;
  • blue value is 88.
RGB:
(31,88,88)
(12%,35%,35%)

RGB channels and saturation

R 31 of 255 = 12%
G 88 of 255 = 35%
B 88 of 255 = 35%

31
88
88

R + G + B ~ 27%. #1F5858 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 88 + 88 = 207 (100%)
R 31 of 207 ~ 14.98%
G 88 of 207 ~ 42.51%
B 88 of 207 ~ 42.51%

%14.98
%42.51
%42.51

CMYK color model

#1F5858 color CMYK value is (65,0,0,65).

  • cyan value is 64.77%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(65,0,0,65)
C65M0Y0K65 
(65%,0%,0%,65%)
(0.65/0.00/0.00/0.65)	

CMYK percentages

%64.77
%0
%0
%65.49

Codes

Color #1F5858 in popluar color models

1F5858
RGB318888
HSL180°47.90%23.33%
HSB/HSV180°64.77%34.51%
CMYK64.77%0.00%0.00%
65.49%

Color #1F5858 in popluar number systems.

HEX1F5858
Decimal318888
Binary1111110110001011000
Octal37130130

Shades and tints

Shades of #1F5858

#1F5858
(31,88,88)
#1D5050
(29,80,80)
#1B4848
(27,72,72)
#194040
(25,64,64)
#173838
(23,56,56)
#153030
(21,48,48)
#132828
(19,40,40)
#112020
(17,32,32)
#0F1818
(15,24,24)
#0D1010
(13,16,16)
#0B0808
(11,8,8)
#000000
(0,0,0)

Tints of #1F5858

#1F5858
(31,88,88)
#336767
(51,103,103)
#477676
(71,118,118)
#5B8585
(91,133,133)
#6F9494
(111,148,148)
#83A3A3
(131,163,163)
#97B2B2
(151,178,178)
#ABC1C1
(171,193,193)
#BFD0D0
(191,208,208)
#D3DFDF
(211,223,223)
#E7EEEE
(231,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F5858; }

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

This text font color is #1F5858.


Background Color

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

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

This div background color is #1F5858.


Border color

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

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

This div border color is #1F5858.


Opacity

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

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

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

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

This text has shadow with #1F5858 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F5858 on black background.


Color preview on white background

This text has color #1F5858 on white background.



Black color preview on #1F5858 background

This text has black color on #1F5858 background.


White color preview on #1F5858 background

This text has white color on #1F5858 background.