COLOR #247531

HEX: #247531
RGB: (36,117,49)

Color info

#247531 contains mainly green color. Web safe color of #247531 is #336633 (or #363).

RGB color model

#247531 color RGB value is (36,117,49).

  • red value is 36;
  • green value is 117;
  • blue value is 49.
RGB:
(36,117,49)
(14%,46%,19%)

RGB channels and saturation

R 36 of 255 = 14%
G 117 of 255 = 46%
B 49 of 255 = 19%

36
117
49

R + G + B ~ 26%. #247531 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 117 + 49 = 202 (100%)
R 36 of 202 ~ 17.82%
G 117 of 202 ~ 57.92%
B 49 of 202 ~ 24.26%

%17.82
%57.92
%24.26

CMYK color model

#247531 color CMYK value is (69,0,58,54).

  • cyan value is 69.23%
  • magenta value is 0.00%
  • yellow value is 58.12%
  • key color value is 54.12%
CMYK:
(69,0,58,54)
C69M0Y58K54 
(69%,0%,58%,54%)
(0.69/0.00/0.58/0.54)	

CMYK percentages

%69.23
%0
%58.12
%54.12

Codes

Color #247531 in popluar color models

247531
RGB3611749
HSL130°52.94%30.00%
HSB/HSV130°69.23%45.88%
CMYK69.23%0.00%58.12%
54.12%

Color #247531 in popluar number systems.

HEX247531
Decimal3611749
Binary1001001110101110001
Octal4416561

Shades and tints

Shades of #247531

#247531
(36,117,49)
#216B2D
(33,107,45)
#1E6129
(30,97,41)
#1B5725
(27,87,37)
#184D21
(24,77,33)
#15431D
(21,67,29)
#123919
(18,57,25)
#0F2F15
(15,47,21)
#0C2511
(12,37,17)
#091B0D
(9,27,13)
#061109
(6,17,9)
#000000
(0,0,0)

Tints of #247531

#247531
(36,117,49)
#378143
(55,129,67)
#4A8D55
(74,141,85)
#5D9967
(93,153,103)
#70A579
(112,165,121)
#83B18B
(131,177,139)
#96BD9D
(150,189,157)
#A9C9AF
(169,201,175)
#BCD5C1
(188,213,193)
#CFE1D3
(207,225,211)
#E2EDE5
(226,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #247531 color. Also use rgb(36,117,49) instead hex code.

Text Font Color

.myTextColor { color: #247531; }

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

This text font color is #247531.


Background Color

.myBgColor { background-color: #247531; }

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

This div background color is #247531.


Border color

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

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

This div border color is #247531.


Opacity

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

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

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

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

This text has shadow with #247531 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #247531 on black background.


Color preview on white background

This text has color #247531 on white background.



Black color preview on #247531 background

This text has black color on #247531 background.


White color preview on #247531 background

This text has white color on #247531 background.