COLOR #245240

HEX: #245240
RGB: (36,82,64)

Color info

#245240 contains red, green and blue colors in about the same proportion. Web safe color of #245240 is #336633 (or #363).

RGB color model

#245240 color RGB value is (36,82,64).

  • red value is 36;
  • green value is 82;
  • blue value is 64.
RGB:
(36,82,64)
(14%,32%,25%)

RGB channels and saturation

R 36 of 255 = 14%
G 82 of 255 = 32%
B 64 of 255 = 25%

36
82
64

R + G + B ~ 24%. #245240 is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 82 + 64 = 182 (100%)
R 36 of 182 ~ 19.78%
G 82 of 182 ~ 45.05%
B 64 of 182 ~ 35.16%

%19.78
%45.05
%35.16

CMYK color model

#245240 color CMYK value is (56,0,22,68).

  • cyan value is 56.10%
  • magenta value is 0.00%
  • yellow value is 21.95%
  • key color value is 67.84%
CMYK:
(56,0,22,68)
C56M0Y22K68 
(56%,0%,22%,68%)
(0.56/0.00/0.22/0.68)	

CMYK percentages

%56.1
%0
%21.95
%67.84

Codes

Color #245240 in popluar color models

245240
RGB368264
HSL157°38.98%23.14%
HSB/HSV157°56.10%32.16%
CMYK56.10%0.00%21.95%
67.84%

Color #245240 in popluar number systems.

HEX245240
Decimal368264
Binary10010010100101000000
Octal44122100

Shades and tints

Shades of #245240

#245240
(36,82,64)
#214B3B
(33,75,59)
#1E4436
(30,68,54)
#1B3D31
(27,61,49)
#18362C
(24,54,44)
#152F27
(21,47,39)
#122822
(18,40,34)
#0F211D
(15,33,29)
#0C1A18
(12,26,24)
#091313
(9,19,19)
#060C0E
(6,12,14)
#000000
(0,0,0)

Tints of #245240

#245240
(36,82,64)
#376151
(55,97,81)
#4A7062
(74,112,98)
#5D7F73
(93,127,115)
#708E84
(112,142,132)
#839D95
(131,157,149)
#96ACA6
(150,172,166)
#A9BBB7
(169,187,183)
#BCCAC8
(188,202,200)
#CFD9D9
(207,217,217)
#E2E8EA
(226,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #245240 color. Also use rgb(36,82,64) instead hex code.

Text Font Color

.myTextColor { color: #245240; }

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

This text font color is #245240.


Background Color

.myBgColor { background-color: #245240; }

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

This div background color is #245240.


Border color

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

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

This div border color is #245240.


Opacity

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

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

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

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

This text has shadow with #245240 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #245240 on black background.


Color preview on white background

This text has color #245240 on white background.



Black color preview on #245240 background

This text has black color on #245240 background.


White color preview on #245240 background

This text has white color on #245240 background.