COLOR #1F3337

HEX: #1F3337
RGB: (31,51,55)

Color info

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

RGB color model

#1F3337 color RGB value is (31,51,55).

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

RGB channels and saturation

R 31 of 255 = 12%
G 51 of 255 = 20%
B 55 of 255 = 22%

31
51
55

R + G + B ~ 18%. #1F3337 is dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 51 + 55 = 137 (100%)
R 31 of 137 ~ 22.63%
G 51 of 137 ~ 37.23%
B 55 of 137 ~ 40.15%

%22.63
%37.23
%40.15

CMYK color model

#1F3337 color CMYK value is (44,7,0,78).

  • cyan value is 43.64%
  • magenta value is 7.27%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(44,7,0,78)
C44M7Y0K78 
(44%,7%,0%,78%)
(0.44/0.07/0.00/0.78)	

CMYK percentages

%43.64
%7.27
%0
%78.43

Codes

Color #1F3337 in popluar color models

1F3337
RGB315155
HSL190°27.91%16.86%
HSB/HSV190°43.64%21.57%
CMYK43.64%7.27%0.00%
78.43%

Color #1F3337 in popluar number systems.

HEX1F3337
Decimal315155
Binary11111110011110111
Octal376367

Shades and tints

Shades of #1F3337

#1F3337
(31,51,55)
#1D2F32
(29,47,50)
#1B2B2D
(27,43,45)
#192728
(25,39,40)
#172323
(23,35,35)
#151F1E
(21,31,30)
#131B19
(19,27,25)
#111714
(17,23,20)
#0F130F
(15,19,15)
#0D0F0A
(13,15,10)
#0B0B05
(11,11,5)
#000000
(0,0,0)

Tints of #1F3337

#1F3337
(31,51,55)
#334549
(51,69,73)
#47575B
(71,87,91)
#5B696D
(91,105,109)
#6F7B7F
(111,123,127)
#838D91
(131,141,145)
#979FA3
(151,159,163)
#ABB1B5
(171,177,181)
#BFC3C7
(191,195,199)
#D3D5D9
(211,213,217)
#E7E7EB
(231,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F3337; }

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

This text font color is #1F3337.


Background Color

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

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

This div background color is #1F3337.


Border color

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

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

This div border color is #1F3337.


Opacity

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

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

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

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

This text has shadow with #1F3337 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F3337 on black background.


Color preview on white background

This text has color #1F3337 on white background.



Black color preview on #1F3337 background

This text has black color on #1F3337 background.


White color preview on #1F3337 background

This text has white color on #1F3337 background.