COLOR #247848

HEX: #247848
RGB: (36,120,72)

Color info

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

RGB color model

#247848 color RGB value is (36,120,72).

  • red value is 36;
  • green value is 120;
  • blue value is 72.
RGB:
(36,120,72)
(14%,47%,28%)

RGB channels and saturation

R 36 of 255 = 14%
G 120 of 255 = 47%
B 72 of 255 = 28%

36
120
72

R + G + B ~ 30%. #247848 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 120 + 72 = 228 (100%)
R 36 of 228 ~ 15.79%
G 120 of 228 ~ 52.63%
B 72 of 228 ~ 31.58%

%15.79
%52.63
%31.58

CMYK color model

#247848 color CMYK value is (70,0,40,53).

  • cyan value is 70.00%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 52.94%
CMYK:
(70,0,40,53)
C70M0Y40K53 
(70%,0%,40%,53%)
(0.70/0.00/0.40/0.53)	

CMYK percentages

%70
%0
%40
%52.94

Codes

Color #247848 in popluar color models

247848
RGB3612072
HSL146°53.85%30.59%
HSB/HSV146°70.00%47.06%
CMYK70.00%0.00%40.00%
52.94%

Color #247848 in popluar number systems.

HEX247848
Decimal3612072
Binary10010011110001001000
Octal44170110

Shades and tints

Shades of #247848

#247848
(36,120,72)
#216E42
(33,110,66)
#1E643C
(30,100,60)
#1B5A36
(27,90,54)
#185030
(24,80,48)
#15462A
(21,70,42)
#123C24
(18,60,36)
#0F321E
(15,50,30)
#0C2818
(12,40,24)
#091E12
(9,30,18)
#06140C
(6,20,12)
#000000
(0,0,0)

Tints of #247848

#247848
(36,120,72)
#378458
(55,132,88)
#4A9068
(74,144,104)
#5D9C78
(93,156,120)
#70A888
(112,168,136)
#83B498
(131,180,152)
#96C0A8
(150,192,168)
#A9CCB8
(169,204,184)
#BCD8C8
(188,216,200)
#CFE4D8
(207,228,216)
#E2F0E8
(226,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #247848 color. Also use rgb(36,120,72) instead hex code.

Text Font Color

.myTextColor { color: #247848; }

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

This text font color is #247848.


Background Color

.myBgColor { background-color: #247848; }

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

This div background color is #247848.


Border color

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

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

This div border color is #247848.


Opacity

.myOpacity80 { color: #247848; opacity: 0.8; }

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

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

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

This text has shadow with #247848 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #247848 on black background.


Color preview on white background

This text has color #247848 on white background.



Black color preview on #247848 background

This text has black color on #247848 background.


White color preview on #247848 background

This text has white color on #247848 background.