COLOR #1F3641

HEX: #1F3641
RGB: (31,54,65)

Color info

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

RGB color model

#1F3641 color RGB value is (31,54,65).

  • red value is 31;
  • green value is 54;
  • blue value is 65.
RGB:
(31,54,65)
(12%,21%,25%)

RGB channels and saturation

R 31 of 255 = 12%
G 54 of 255 = 21%
B 65 of 255 = 25%

31
54
65

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

Portions of RGB colors in percentages

R + G + B =
31 + 54 + 65 = 150 (100%)
R 31 of 150 ~ 20.67%
G 54 of 150 ~ 36%
B 65 of 150 ~ 43.33%

%20.67
%36
%43.33

CMYK color model

#1F3641 color CMYK value is (52,17,0,75).

  • cyan value is 52.31%
  • magenta value is 16.92%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(52,17,0,75)
C52M17Y0K75 
(52%,17%,0%,75%)
(0.52/0.17/0.00/0.75)	

CMYK percentages

%52.31
%16.92
%0
%74.51

Codes

Color #1F3641 in popluar color models

1F3641
RGB315465
HSL199°35.42%18.82%
HSB/HSV199°52.31%25.49%
CMYK52.31%16.92%0.00%
74.51%

Color #1F3641 in popluar number systems.

HEX1F3641
Decimal315465
Binary111111101101000001
Octal3766101

Shades and tints

Shades of #1F3641

#1F3641
(31,54,65)
#1D323C
(29,50,60)
#1B2E37
(27,46,55)
#192A32
(25,42,50)
#17262D
(23,38,45)
#152228
(21,34,40)
#131E23
(19,30,35)
#111A1E
(17,26,30)
#0F1619
(15,22,25)
#0D1214
(13,18,20)
#0B0E0F
(11,14,15)
#000000
(0,0,0)

Tints of #1F3641

#1F3641
(31,54,65)
#334852
(51,72,82)
#475A63
(71,90,99)
#5B6C74
(91,108,116)
#6F7E85
(111,126,133)
#839096
(131,144,150)
#97A2A7
(151,162,167)
#ABB4B8
(171,180,184)
#BFC6C9
(191,198,201)
#D3D8DA
(211,216,218)
#E7EAEB
(231,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F3641; }

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

This text font color is #1F3641.


Background Color

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

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

This div background color is #1F3641.


Border color

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

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

This div border color is #1F3641.


Opacity

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

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

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

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

This text has shadow with #1F3641 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F3641 on black background.


Color preview on white background

This text has color #1F3641 on white background.



Black color preview on #1F3641 background

This text has black color on #1F3641 background.


White color preview on #1F3641 background

This text has white color on #1F3641 background.