COLOR #398F0F

HEX: #398F0F
RGB: (57,143,15)

Color info

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

RGB color model

#398F0F color RGB value is (57,143,15).

  • red value is 57;
  • green value is 143;
  • blue value is 15.
RGB:
(57,143,15)
(22%,56%,6%)

RGB channels and saturation

R 57 of 255 = 22%
G 143 of 255 = 56%
B 15 of 255 = 6%

57
143
15

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

Portions of RGB colors in percentages

R + G + B =
57 + 143 + 15 = 215 (100%)
R 57 of 215 ~ 26.51%
G 143 of 215 ~ 66.51%
B 15 of 215 ~ 6.98%

%26.51
%66.51

CMYK color model

#398F0F color CMYK value is (60,0,90,44).

  • cyan value is 60.14%
  • magenta value is 0.00%
  • yellow value is 89.51%
  • key color value is 43.92%
CMYK:
(60,0,90,44)
C60M0Y90K44 
(60%,0%,90%,44%)
(0.60/0.00/0.90/0.44)	

CMYK percentages

%60.14
%0
%89.51
%43.92

Codes

Color #398F0F in popluar color models

398F0F
RGB5714315
HSL100°81.01%30.98%
HSB/HSV100°89.51%56.08%
CMYK60.14%0.00%89.51%
43.92%

Color #398F0F in popluar number systems.

HEX398F0F
Decimal5714315
Binary111001100011111111
Octal7121717

Shades and tints

Shades of #398F0F

#398F0F
(57,143,15)
#34820E
(52,130,14)
#2F750D
(47,117,13)
#2A680C
(42,104,12)
#255B0B
(37,91,11)
#204E0A
(32,78,10)
#1B4109
(27,65,9)
#163408
(22,52,8)
#112707
(17,39,7)
#0C1A06
(12,26,6)
#070D05
(7,13,5)
#000000
(0,0,0)

Tints of #398F0F

#398F0F
(57,143,15)
#4B9924
(75,153,36)
#5DA339
(93,163,57)
#6FAD4E
(111,173,78)
#81B763
(129,183,99)
#93C178
(147,193,120)
#A5CB8D
(165,203,141)
#B7D5A2
(183,213,162)
#C9DFB7
(201,223,183)
#DBE9CC
(219,233,204)
#EDF3E1
(237,243,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #398F0F color. Also use rgb(57,143,15) instead hex code.

Text Font Color

.myTextColor { color: #398F0F; }

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

This text font color is #398F0F.


Background Color

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

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

This div background color is #398F0F.


Border color

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

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

This div border color is #398F0F.


Opacity

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

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

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

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

This text has shadow with #398F0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #398F0F on black background.


Color preview on white background

This text has color #398F0F on white background.



Black color preview on #398F0F background

This text has black color on #398F0F background.


White color preview on #398F0F background

This text has white color on #398F0F background.