COLOR #245021

HEX: #245021
RGB: (36,80,33)

Color info

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

RGB color model

#245021 color RGB value is (36,80,33).

  • red value is 36;
  • green value is 80;
  • blue value is 33.
RGB:
(36,80,33)
(14%,31%,13%)

RGB channels and saturation

R 36 of 255 = 14%
G 80 of 255 = 31%
B 33 of 255 = 13%

36
80
33

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

Portions of RGB colors in percentages

R + G + B =
36 + 80 + 33 = 149 (100%)
R 36 of 149 ~ 24.16%
G 80 of 149 ~ 53.69%
B 33 of 149 ~ 22.15%

%24.16
%53.69
%22.15

CMYK color model

#245021 color CMYK value is (55,0,59,69).

  • cyan value is 55.00%
  • magenta value is 0.00%
  • yellow value is 58.75%
  • key color value is 68.63%
CMYK:
(55,0,59,69)
C55M0Y59K69 
(55%,0%,59%,69%)
(0.55/0.00/0.59/0.69)	

CMYK percentages

%55
%0
%58.75
%68.63

Codes

Color #245021 in popluar color models

245021
RGB368033
HSL116°41.59%22.16%
HSB/HSV116°58.75%31.37%
CMYK55.00%0.00%58.75%
68.63%

Color #245021 in popluar number systems.

HEX245021
Decimal368033
Binary1001001010000100001
Octal4412041

Shades and tints

Shades of #245021

#245021
(36,80,33)
#21491E
(33,73,30)
#1E421B
(30,66,27)
#1B3B18
(27,59,24)
#183415
(24,52,21)
#152D12
(21,45,18)
#12260F
(18,38,15)
#0F1F0C
(15,31,12)
#0C1809
(12,24,9)
#091106
(9,17,6)
#060A03
(6,10,3)
#000000
(0,0,0)

Tints of #245021

#245021
(36,80,33)
#375F35
(55,95,53)
#4A6E49
(74,110,73)
#5D7D5D
(93,125,93)
#708C71
(112,140,113)
#839B85
(131,155,133)
#96AA99
(150,170,153)
#A9B9AD
(169,185,173)
#BCC8C1
(188,200,193)
#CFD7D5
(207,215,213)
#E2E6E9
(226,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #245021 color. Also use rgb(36,80,33) instead hex code.

Text Font Color

.myTextColor { color: #245021; }

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

This text font color is #245021.


Background Color

.myBgColor { background-color: #245021; }

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

This div background color is #245021.


Border color

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

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

This div border color is #245021.


Opacity

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

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

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

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

This text has shadow with #245021 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #245021 on black background.


Color preview on white background

This text has color #245021 on white background.



Black color preview on #245021 background

This text has black color on #245021 background.


White color preview on #245021 background

This text has white color on #245021 background.