COLOR #1F7558

HEX: #1F7558
RGB: (31,117,88)

Color info

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

RGB color model

#1F7558 color RGB value is (31,117,88).

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

RGB channels and saturation

R 31 of 255 = 12%
G 117 of 255 = 46%
B 88 of 255 = 35%

31
117
88

R + G + B ~ 31%. #1F7558 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 117 + 88 = 236 (100%)
R 31 of 236 ~ 13.14%
G 117 of 236 ~ 49.58%
B 88 of 236 ~ 37.29%

%13.14
%49.58
%37.29

CMYK color model

#1F7558 color CMYK value is (74,0,25,54).

  • cyan value is 73.50%
  • magenta value is 0.00%
  • yellow value is 24.79%
  • key color value is 54.12%
CMYK:
(74,0,25,54)
C74M0Y25K54 
(74%,0%,25%,54%)
(0.74/0.00/0.25/0.54)	

CMYK percentages

%73.5
%0
%24.79
%54.12

Codes

Color #1F7558 in popluar color models

1F7558
RGB3111788
HSL160°58.11%29.02%
HSB/HSV160°73.50%45.88%
CMYK73.50%0.00%24.79%
54.12%

Color #1F7558 in popluar number systems.

HEX1F7558
Decimal3111788
Binary1111111101011011000
Octal37165130

Shades and tints

Shades of #1F7558

#1F7558
(31,117,88)
#1D6B50
(29,107,80)
#1B6148
(27,97,72)
#195740
(25,87,64)
#174D38
(23,77,56)
#154330
(21,67,48)
#133928
(19,57,40)
#112F20
(17,47,32)
#0F2518
(15,37,24)
#0D1B10
(13,27,16)
#0B1108
(11,17,8)
#000000
(0,0,0)

Tints of #1F7558

#1F7558
(31,117,88)
#338167
(51,129,103)
#478D76
(71,141,118)
#5B9985
(91,153,133)
#6FA594
(111,165,148)
#83B1A3
(131,177,163)
#97BDB2
(151,189,178)
#ABC9C1
(171,201,193)
#BFD5D0
(191,213,208)
#D3E1DF
(211,225,223)
#E7EDEE
(231,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F7558; }

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

This text font color is #1F7558.


Background Color

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

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

This div background color is #1F7558.


Border color

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

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

This div border color is #1F7558.


Opacity

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

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

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

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

This text has shadow with #1F7558 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F7558 on black background.


Color preview on white background

This text has color #1F7558 on white background.



Black color preview on #1F7558 background

This text has black color on #1F7558 background.


White color preview on #1F7558 background

This text has white color on #1F7558 background.