COLOR #398219

HEX: #398219
RGB: (57,130,25)

Color info

#398219 contains mainly green color. Web safe color of #398219 is #339900 (or #390).

RGB color model

#398219 color RGB value is (57,130,25).

  • red value is 57;
  • green value is 130;
  • blue value is 25.
RGB:
(57,130,25)
(22%,51%,10%)

RGB channels and saturation

R 57 of 255 = 22%
G 130 of 255 = 51%
B 25 of 255 = 10%

57
130
25

R + G + B ~ 28%. #398219 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 130 + 25 = 212 (100%)
R 57 of 212 ~ 26.89%
G 130 of 212 ~ 61.32%
B 25 of 212 ~ 11.79%

%26.89
%61.32
%11.79

CMYK color model

#398219 color CMYK value is (56,0,81,49).

  • cyan value is 56.15%
  • magenta value is 0.00%
  • yellow value is 80.77%
  • key color value is 49.02%
CMYK:
(56,0,81,49)
C56M0Y81K49 
(56%,0%,81%,49%)
(0.56/0.00/0.81/0.49)	

CMYK percentages

%56.15
%0
%80.77
%49.02

Codes

Color #398219 in popluar color models

398219
RGB5713025
HSL102°67.74%30.39%
HSB/HSV102°80.77%50.98%
CMYK56.15%0.00%80.77%
49.02%

Color #398219 in popluar number systems.

HEX398219
Decimal5713025
Binary1110011000001011001
Octal7120231

Shades and tints

Shades of #398219

#398219
(57,130,25)
#347717
(52,119,23)
#2F6C15
(47,108,21)
#2A6113
(42,97,19)
#255611
(37,86,17)
#204B0F
(32,75,15)
#1B400D
(27,64,13)
#16350B
(22,53,11)
#112A09
(17,42,9)
#0C1F07
(12,31,7)
#071405
(7,20,5)
#000000
(0,0,0)

Tints of #398219

#398219
(57,130,25)
#4B8D2D
(75,141,45)
#5D9841
(93,152,65)
#6FA355
(111,163,85)
#81AE69
(129,174,105)
#93B97D
(147,185,125)
#A5C491
(165,196,145)
#B7CFA5
(183,207,165)
#C9DAB9
(201,218,185)
#DBE5CD
(219,229,205)
#EDF0E1
(237,240,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #398219 color. Also use rgb(57,130,25) instead hex code.

Text Font Color

.myTextColor { color: #398219; }

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

This text font color is #398219.


Background Color

.myBgColor { background-color: #398219; }

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

This div background color is #398219.


Border color

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

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

This div border color is #398219.


Opacity

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

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

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

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

This text has shadow with #398219 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #398219 on black background.


Color preview on white background

This text has color #398219 on white background.



Black color preview on #398219 background

This text has black color on #398219 background.


White color preview on #398219 background

This text has white color on #398219 background.