COLOR #398C19

HEX: #398C19
RGB: (57,140,25)

Color info

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

RGB color model

#398C19 color RGB value is (57,140,25).

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

RGB channels and saturation

R 57 of 255 = 22%
G 140 of 255 = 55%
B 25 of 255 = 10%

57
140
25

R + G + B ~ 29%. #398C19 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 140 + 25 = 222 (100%)
R 57 of 222 ~ 25.68%
G 140 of 222 ~ 63.06%
B 25 of 222 ~ 11.26%

%25.68
%63.06
%11.26

CMYK color model

#398C19 color CMYK value is (59,0,82,45).

  • cyan value is 59.29%
  • magenta value is 0.00%
  • yellow value is 82.14%
  • key color value is 45.10%
CMYK:
(59,0,82,45)
C59M0Y82K45 
(59%,0%,82%,45%)
(0.59/0.00/0.82/0.45)	

CMYK percentages

%59.29
%0
%82.14
%45.1

Codes

Color #398C19 in popluar color models

398C19
RGB5714025
HSL103°69.70%32.35%
HSB/HSV103°82.14%54.90%
CMYK59.29%0.00%82.14%
45.10%

Color #398C19 in popluar number systems.

HEX398C19
Decimal5714025
Binary1110011000110011001
Octal7121431

Shades and tints

Shades of #398C19

#398C19
(57,140,25)
#348017
(52,128,23)
#2F7415
(47,116,21)
#2A6813
(42,104,19)
#255C11
(37,92,17)
#20500F
(32,80,15)
#1B440D
(27,68,13)
#16380B
(22,56,11)
#112C09
(17,44,9)
#0C2007
(12,32,7)
#071405
(7,20,5)
#000000
(0,0,0)

Tints of #398C19

#398C19
(57,140,25)
#4B962D
(75,150,45)
#5DA041
(93,160,65)
#6FAA55
(111,170,85)
#81B469
(129,180,105)
#93BE7D
(147,190,125)
#A5C891
(165,200,145)
#B7D2A5
(183,210,165)
#C9DCB9
(201,220,185)
#DBE6CD
(219,230,205)
#EDF0E1
(237,240,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #398C19; }

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

This text font color is #398C19.


Background Color

.myBgColor { background-color: #398C19; }

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

This div background color is #398C19.


Border color

.myBorderColor { border: 1px solid #398C19; }

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

This div border color is #398C19.


Opacity

.myOpacity80 { color: #398C19; opacity: 0.8; }

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

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

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

This text has shadow with #398C19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #398C19 on black background.


Color preview on white background

This text has color #398C19 on white background.



Black color preview on #398C19 background

This text has black color on #398C19 background.


White color preview on #398C19 background

This text has white color on #398C19 background.