COLOR #398646

HEX: #398646
RGB: (57,134,70)

Color info

#398646 contains mainly green color. Web safe color of #398646 is #339933 (or #393).

RGB color model

#398646 color RGB value is (57,134,70).

  • red value is 57;
  • green value is 134;
  • blue value is 70.
RGB:
(57,134,70)
(22%,53%,27%)

RGB channels and saturation

R 57 of 255 = 22%
G 134 of 255 = 53%
B 70 of 255 = 27%

57
134
70

R + G + B ~ 34%. #398646 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 134 + 70 = 261 (100%)
R 57 of 261 ~ 21.84%
G 134 of 261 ~ 51.34%
B 70 of 261 ~ 26.82%

%21.84
%51.34
%26.82

CMYK color model

#398646 color CMYK value is (57,0,48,47).

  • cyan value is 57.46%
  • magenta value is 0.00%
  • yellow value is 47.76%
  • key color value is 47.45%
CMYK:
(57,0,48,47)
C57M0Y48K47 
(57%,0%,48%,47%)
(0.57/0.00/0.48/0.47)	

CMYK percentages

%57.46
%0
%47.76
%47.45

Codes

Color #398646 in popluar color models

398646
RGB5713470
HSL130°40.31%37.45%
HSB/HSV130°57.46%52.55%
CMYK57.46%0.00%47.76%
47.45%

Color #398646 in popluar number systems.

HEX398646
Decimal5713470
Binary111001100001101000110
Octal71206106

Shades and tints

Shades of #398646

#398646
(57,134,70)
#347A40
(52,122,64)
#2F6E3A
(47,110,58)
#2A6234
(42,98,52)
#25562E
(37,86,46)
#204A28
(32,74,40)
#1B3E22
(27,62,34)
#16321C
(22,50,28)
#112616
(17,38,22)
#0C1A10
(12,26,16)
#070E0A
(7,14,10)
#000000
(0,0,0)

Tints of #398646

#398646
(57,134,70)
#4B9156
(75,145,86)
#5D9C66
(93,156,102)
#6FA776
(111,167,118)
#81B286
(129,178,134)
#93BD96
(147,189,150)
#A5C8A6
(165,200,166)
#B7D3B6
(183,211,182)
#C9DEC6
(201,222,198)
#DBE9D6
(219,233,214)
#EDF4E6
(237,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #398646 color. Also use rgb(57,134,70) instead hex code.

Text Font Color

.myTextColor { color: #398646; }

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

This text font color is #398646.


Background Color

.myBgColor { background-color: #398646; }

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

This div background color is #398646.


Border color

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

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

This div border color is #398646.


Opacity

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

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

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

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

This text has shadow with #398646 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #398646 on black background.


Color preview on white background

This text has color #398646 on white background.



Black color preview on #398646 background

This text has black color on #398646 background.


White color preview on #398646 background

This text has white color on #398646 background.