COLOR #398C00

HEX: #398C00
RGB: (57,140,0)

Color info

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

RGB color model

#398C00 color RGB value is (57,140,0).

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

RGB channels and saturation

R 57 of 255 = 22%
G 140 of 255 = 55%
B 0 of 255 = 0%

57
140
0

R + G + B ~ 26%. #398C00 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 140 + 0 = 197 (100%)
R 57 of 197 ~ 28.93%
G 140 of 197 ~ 71.07%
B 0 of 197 ~ 0%

%28.93
%71.07

CMYK color model

#398C00 color CMYK value is (59,0,100,45).

  • cyan value is 59.29%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 45.10%
CMYK:
(59,0,100,45)
C59M0Y100K45 
(59%,0%,100%,45%)
(0.59/0.00/1.00/0.45)	

CMYK percentages

%59.29
%0
%100
%45.1

Codes

Color #398C00 in popluar color models

398C00
RGB571400
HSL96°100.00%27.45%
HSB/HSV96°100.00%54.90%
CMYK59.29%0.00%100.00%
45.10%

Color #398C00 in popluar number systems.

HEX398C00
Decimal571400
Binary111001100011000
Octal712140

Shades and tints

Shades of #398C00

#398C00
(57,140,0)
#348000
(52,128,0)
#2F7400
(47,116,0)
#2A6800
(42,104,0)
#255C00
(37,92,0)
#205000
(32,80,0)
#1B4400
(27,68,0)
#163800
(22,56,0)
#112C00
(17,44,0)
#0C2000
(12,32,0)
#071400
(7,20,0)
#000000
(0,0,0)

Tints of #398C00

#398C00
(57,140,0)
#4B9617
(75,150,23)
#5DA02E
(93,160,46)
#6FAA45
(111,170,69)
#81B45C
(129,180,92)
#93BE73
(147,190,115)
#A5C88A
(165,200,138)
#B7D2A1
(183,210,161)
#C9DCB8
(201,220,184)
#DBE6CF
(219,230,207)
#EDF0E6
(237,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #398C00; }

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

This text font color is #398C00.


Background Color

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

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

This div background color is #398C00.


Border color

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

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

This div border color is #398C00.


Opacity

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

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

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

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

This text has shadow with #398C00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #398C00 on black background.


Color preview on white background

This text has color #398C00 on white background.



Black color preview on #398C00 background

This text has black color on #398C00 background.


White color preview on #398C00 background

This text has white color on #398C00 background.