COLOR #1F3738

HEX: #1F3738
RGB: (31,55,56)

Color info

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

RGB color model

#1F3738 color RGB value is (31,55,56).

  • red value is 31;
  • green value is 55;
  • blue value is 56.
RGB:
(31,55,56)
(12%,22%,22%)

RGB channels and saturation

R 31 of 255 = 12%
G 55 of 255 = 22%
B 56 of 255 = 22%

31
55
56

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

Portions of RGB colors in percentages

R + G + B =
31 + 55 + 56 = 142 (100%)
R 31 of 142 ~ 21.83%
G 55 of 142 ~ 38.73%
B 56 of 142 ~ 39.44%

%21.83
%38.73
%39.44

CMYK color model

#1F3738 color CMYK value is (45,2,0,78).

  • cyan value is 44.64%
  • magenta value is 1.79%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(45,2,0,78)
C45M2Y0K78 
(45%,2%,0%,78%)
(0.45/0.02/0.00/0.78)	

CMYK percentages

%44.64
%1.79
%0
%78.04

Codes

Color #1F3738 in popluar color models

1F3738
RGB315556
HSL182°28.74%17.06%
HSB/HSV182°44.64%21.96%
CMYK44.64%1.79%0.00%
78.04%

Color #1F3738 in popluar number systems.

HEX1F3738
Decimal315556
Binary11111110111111000
Octal376770

Shades and tints

Shades of #1F3738

#1F3738
(31,55,56)
#1D3233
(29,50,51)
#1B2D2E
(27,45,46)
#192829
(25,40,41)
#172324
(23,35,36)
#151E1F
(21,30,31)
#13191A
(19,25,26)
#111415
(17,20,21)
#0F0F10
(15,15,16)
#0D0A0B
(13,10,11)
#0B0506
(11,5,6)
#000000
(0,0,0)

Tints of #1F3738

#1F3738
(31,55,56)
#33494A
(51,73,74)
#475B5C
(71,91,92)
#5B6D6E
(91,109,110)
#6F7F80
(111,127,128)
#839192
(131,145,146)
#97A3A4
(151,163,164)
#ABB5B6
(171,181,182)
#BFC7C8
(191,199,200)
#D3D9DA
(211,217,218)
#E7EBEC
(231,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F3738; }

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

This text font color is #1F3738.


Background Color

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

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

This div background color is #1F3738.


Border color

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

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

This div border color is #1F3738.


Opacity

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

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

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

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

This text has shadow with #1F3738 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F3738 on black background.


Color preview on white background

This text has color #1F3738 on white background.



Black color preview on #1F3738 background

This text has black color on #1F3738 background.


White color preview on #1F3738 background

This text has white color on #1F3738 background.