COLOR #1F7448

HEX: #1F7448
RGB: (31,116,72)

Color info

#1F7448 contains mainly green and blue colors. Web safe color of #1F7448 is #336633 (or #363).

RGB color model

#1F7448 color RGB value is (31,116,72).

  • red value is 31;
  • green value is 116;
  • blue value is 72.
RGB:
(31,116,72)
(12%,45%,28%)

RGB channels and saturation

R 31 of 255 = 12%
G 116 of 255 = 45%
B 72 of 255 = 28%

31
116
72

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

Portions of RGB colors in percentages

R + G + B =
31 + 116 + 72 = 219 (100%)
R 31 of 219 ~ 14.16%
G 116 of 219 ~ 52.97%
B 72 of 219 ~ 32.88%

%14.16
%52.97
%32.88

CMYK color model

#1F7448 color CMYK value is (73,0,38,55).

  • cyan value is 73.28%
  • magenta value is 0.00%
  • yellow value is 37.93%
  • key color value is 54.51%
CMYK:
(73,0,38,55)
C73M0Y38K55 
(73%,0%,38%,55%)
(0.73/0.00/0.38/0.55)	

CMYK percentages

%73.28
%0
%37.93
%54.51

Codes

Color #1F7448 in popluar color models

1F7448
RGB3111672
HSL149°57.82%28.82%
HSB/HSV149°73.28%45.49%
CMYK73.28%0.00%37.93%
54.51%

Color #1F7448 in popluar number systems.

HEX1F7448
Decimal3111672
Binary1111111101001001000
Octal37164110

Shades and tints

Shades of #1F7448

#1F7448
(31,116,72)
#1D6A42
(29,106,66)
#1B603C
(27,96,60)
#195636
(25,86,54)
#174C30
(23,76,48)
#15422A
(21,66,42)
#133824
(19,56,36)
#112E1E
(17,46,30)
#0F2418
(15,36,24)
#0D1A12
(13,26,18)
#0B100C
(11,16,12)
#000000
(0,0,0)

Tints of #1F7448

#1F7448
(31,116,72)
#338058
(51,128,88)
#478C68
(71,140,104)
#5B9878
(91,152,120)
#6FA488
(111,164,136)
#83B098
(131,176,152)
#97BCA8
(151,188,168)
#ABC8B8
(171,200,184)
#BFD4C8
(191,212,200)
#D3E0D8
(211,224,216)
#E7ECE8
(231,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F7448 color. Also use rgb(31,116,72) instead hex code.

Text Font Color

.myTextColor { color: #1F7448; }

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

This text font color is #1F7448.


Background Color

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

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

This div background color is #1F7448.


Border color

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

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

This div border color is #1F7448.


Opacity

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

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

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

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

This text has shadow with #1F7448 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F7448 on black background.


Color preview on white background

This text has color #1F7448 on white background.



Black color preview on #1F7448 background

This text has black color on #1F7448 background.


White color preview on #1F7448 background

This text has white color on #1F7448 background.