COLOR #245714

HEX: #245714
RGB: (36,87,20)

Color info

#245714 contains mainly red and green colors. Web safe color of #245714 is #336600 (or #360).

RGB color model

#245714 color RGB value is (36,87,20).

  • red value is 36;
  • green value is 87;
  • blue value is 20.
RGB:
(36,87,20)
(14%,34%,8%)

RGB channels and saturation

R 36 of 255 = 14%
G 87 of 255 = 34%
B 20 of 255 = 8%

36
87
20

R + G + B ~ 19%. #245714 is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 87 + 20 = 143 (100%)
R 36 of 143 ~ 25.17%
G 87 of 143 ~ 60.84%
B 20 of 143 ~ 13.99%

%25.17
%60.84
%13.99

CMYK color model

#245714 color CMYK value is (59,0,77,66).

  • cyan value is 58.62%
  • magenta value is 0.00%
  • yellow value is 77.01%
  • key color value is 65.88%
CMYK:
(59,0,77,66)
C59M0Y77K66 
(59%,0%,77%,66%)
(0.59/0.00/0.77/0.66)	

CMYK percentages

%58.62
%0
%77.01
%65.88

Codes

Color #245714 in popluar color models

245714
RGB368720
HSL106°62.62%20.98%
HSB/HSV106°77.01%34.12%
CMYK58.62%0.00%77.01%
65.88%

Color #245714 in popluar number systems.

HEX245714
Decimal368720
Binary100100101011110100
Octal4412724

Shades and tints

Shades of #245714

#245714
(36,87,20)
#215013
(33,80,19)
#1E4912
(30,73,18)
#1B4211
(27,66,17)
#183B10
(24,59,16)
#15340F
(21,52,15)
#122D0E
(18,45,14)
#0F260D
(15,38,13)
#0C1F0C
(12,31,12)
#09180B
(9,24,11)
#06110A
(6,17,10)
#000000
(0,0,0)

Tints of #245714

#245714
(36,87,20)
#376629
(55,102,41)
#4A753E
(74,117,62)
#5D8453
(93,132,83)
#709368
(112,147,104)
#83A27D
(131,162,125)
#96B192
(150,177,146)
#A9C0A7
(169,192,167)
#BCCFBC
(188,207,188)
#CFDED1
(207,222,209)
#E2EDE6
(226,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #245714 color. Also use rgb(36,87,20) instead hex code.

Text Font Color

.myTextColor { color: #245714; }

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

This text font color is #245714.


Background Color

.myBgColor { background-color: #245714; }

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

This div background color is #245714.


Border color

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

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

This div border color is #245714.


Opacity

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

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

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

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

This text has shadow with #245714 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #245714 on black background.


Color preview on white background

This text has color #245714 on white background.



Black color preview on #245714 background

This text has black color on #245714 background.


White color preview on #245714 background

This text has white color on #245714 background.