COLOR #1F5839

HEX: #1F5839
RGB: (31,88,57)

Color info

#1F5839 contains red, green and blue colors in about the same proportion. Web safe color of #1F5839 is #336633 (or #363).

RGB color model

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

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

RGB channels and saturation

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

31
88
57

R + G + B ~ 23%. #1F5839 is dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 88 + 57 = 176 (100%)
R 31 of 176 ~ 17.61%
G 88 of 176 ~ 50%
B 57 of 176 ~ 32.39%

%17.61
%50
%32.39

CMYK color model

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

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

CMYK percentages

%64.77
%0
%35.23
%65.49

Codes

Color #1F5839 in popluar color models

1F5839
RGB318857
HSL147°47.90%23.33%
HSB/HSV147°64.77%34.51%
CMYK64.77%0.00%35.23%
65.49%

Color #1F5839 in popluar number systems.

HEX1F5839
Decimal318857
Binary111111011000111001
Octal3713071

Shades and tints

Shades of #1F5839

#1F5839
(31,88,57)
#1D5034
(29,80,52)
#1B482F
(27,72,47)
#19402A
(25,64,42)
#173825
(23,56,37)
#153020
(21,48,32)
#13281B
(19,40,27)
#112016
(17,32,22)
#0F1811
(15,24,17)
#0D100C
(13,16,12)
#0B0807
(11,8,7)
#000000
(0,0,0)

Tints of #1F5839

#1F5839
(31,88,57)
#33674B
(51,103,75)
#47765D
(71,118,93)
#5B856F
(91,133,111)
#6F9481
(111,148,129)
#83A393
(131,163,147)
#97B2A5
(151,178,165)
#ABC1B7
(171,193,183)
#BFD0C9
(191,208,201)
#D3DFDB
(211,223,219)
#E7EEED
(231,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F5839; }

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

This text font color is #1F5839.


Background Color

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

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

This div background color is #1F5839.


Border color

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

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

This div border color is #1F5839.


Opacity

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

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

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

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

This text has shadow with #1F5839 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F5839 on black background.


Color preview on white background

This text has color #1F5839 on white background.



Black color preview on #1F5839 background

This text has black color on #1F5839 background.


White color preview on #1F5839 background

This text has white color on #1F5839 background.