COLOR #398715

HEX: #398715
RGB: (57,135,21)

Color info

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

RGB color model

#398715 color RGB value is (57,135,21).

  • red value is 57;
  • green value is 135;
  • blue value is 21.
RGB:
(57,135,21)
(22%,53%,8%)

RGB channels and saturation

R 57 of 255 = 22%
G 135 of 255 = 53%
B 21 of 255 = 8%

57
135
21

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

Portions of RGB colors in percentages

R + G + B =
57 + 135 + 21 = 213 (100%)
R 57 of 213 ~ 26.76%
G 135 of 213 ~ 63.38%
B 21 of 213 ~ 9.86%

%26.76
%63.38
%9.86

CMYK color model

#398715 color CMYK value is (58,0,84,47).

  • cyan value is 57.78%
  • magenta value is 0.00%
  • yellow value is 84.44%
  • key color value is 47.06%
CMYK:
(58,0,84,47)
C58M0Y84K47 
(58%,0%,84%,47%)
(0.58/0.00/0.84/0.47)	

CMYK percentages

%57.78
%0
%84.44
%47.06

Codes

Color #398715 in popluar color models

398715
RGB5713521
HSL101°73.08%30.59%
HSB/HSV101°84.44%52.94%
CMYK57.78%0.00%84.44%
47.06%

Color #398715 in popluar number systems.

HEX398715
Decimal5713521
Binary1110011000011110101
Octal7120725

Shades and tints

Shades of #398715

#398715
(57,135,21)
#347B14
(52,123,20)
#2F6F13
(47,111,19)
#2A6312
(42,99,18)
#255711
(37,87,17)
#204B10
(32,75,16)
#1B3F0F
(27,63,15)
#16330E
(22,51,14)
#11270D
(17,39,13)
#0C1B0C
(12,27,12)
#070F0B
(7,15,11)
#000000
(0,0,0)

Tints of #398715

#398715
(57,135,21)
#4B912A
(75,145,42)
#5D9B3F
(93,155,63)
#6FA554
(111,165,84)
#81AF69
(129,175,105)
#93B97E
(147,185,126)
#A5C393
(165,195,147)
#B7CDA8
(183,205,168)
#C9D7BD
(201,215,189)
#DBE1D2
(219,225,210)
#EDEBE7
(237,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #398715 color. Also use rgb(57,135,21) instead hex code.

Text Font Color

.myTextColor { color: #398715; }

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

This text font color is #398715.


Background Color

.myBgColor { background-color: #398715; }

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

This div background color is #398715.


Border color

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

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

This div border color is #398715.


Opacity

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

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

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

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

This text has shadow with #398715 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #398715 on black background.


Color preview on white background

This text has color #398715 on white background.



Black color preview on #398715 background

This text has black color on #398715 background.


White color preview on #398715 background

This text has white color on #398715 background.