COLOR #1F6355

HEX: #1F6355
RGB: (31,99,85)

Color info

#1F6355 contains mainly green and blue colors. Web safe color of #1F6355 is #336666 (or #366).

RGB color model

#1F6355 color RGB value is (31,99,85).

  • red value is 31;
  • green value is 99;
  • blue value is 85.
RGB:
(31,99,85)
(12%,39%,33%)

RGB channels and saturation

R 31 of 255 = 12%
G 99 of 255 = 39%
B 85 of 255 = 33%

31
99
85

R + G + B ~ 28%. #1F6355 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 99 + 85 = 215 (100%)
R 31 of 215 ~ 14.42%
G 99 of 215 ~ 46.05%
B 85 of 215 ~ 39.53%

%14.42
%46.05
%39.53

CMYK color model

#1F6355 color CMYK value is (69,0,14,61).

  • cyan value is 68.69%
  • magenta value is 0.00%
  • yellow value is 14.14%
  • key color value is 61.18%
CMYK:
(69,0,14,61)
C69M0Y14K61 
(69%,0%,14%,61%)
(0.69/0.00/0.14/0.61)	

CMYK percentages

%68.69
%0
%14.14
%61.18

Codes

Color #1F6355 in popluar color models

1F6355
RGB319985
HSL168°52.31%25.49%
HSB/HSV168°68.69%38.82%
CMYK68.69%0.00%14.14%
61.18%

Color #1F6355 in popluar number systems.

HEX1F6355
Decimal319985
Binary1111111000111010101
Octal37143125

Shades and tints

Shades of #1F6355

#1F6355
(31,99,85)
#1D5A4E
(29,90,78)
#1B5147
(27,81,71)
#194840
(25,72,64)
#173F39
(23,63,57)
#153632
(21,54,50)
#132D2B
(19,45,43)
#112424
(17,36,36)
#0F1B1D
(15,27,29)
#0D1216
(13,18,22)
#0B090F
(11,9,15)
#000000
(0,0,0)

Tints of #1F6355

#1F6355
(31,99,85)
#337164
(51,113,100)
#477F73
(71,127,115)
#5B8D82
(91,141,130)
#6F9B91
(111,155,145)
#83A9A0
(131,169,160)
#97B7AF
(151,183,175)
#ABC5BE
(171,197,190)
#BFD3CD
(191,211,205)
#D3E1DC
(211,225,220)
#E7EFEB
(231,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F6355; }

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

This text font color is #1F6355.


Background Color

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

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

This div background color is #1F6355.


Border color

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

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

This div border color is #1F6355.


Opacity

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

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

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

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

This text has shadow with #1F6355 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F6355 on black background.


Color preview on white background

This text has color #1F6355 on white background.



Black color preview on #1F6355 background

This text has black color on #1F6355 background.


White color preview on #1F6355 background

This text has white color on #1F6355 background.