COLOR #398634

HEX: #398634
RGB: (57,134,52)

Color info

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

RGB color model

#398634 color RGB value is (57,134,52).

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

RGB channels and saturation

R 57 of 255 = 22%
G 134 of 255 = 53%
B 52 of 255 = 20%

57
134
52

R + G + B ~ 32%. #398634 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 134 + 52 = 243 (100%)
R 57 of 243 ~ 23.46%
G 134 of 243 ~ 55.14%
B 52 of 243 ~ 21.4%

%23.46
%55.14
%21.4

CMYK color model

#398634 color CMYK value is (57,0,61,47).

  • cyan value is 57.46%
  • magenta value is 0.00%
  • yellow value is 61.19%
  • key color value is 47.45%
CMYK:
(57,0,61,47)
C57M0Y61K47 
(57%,0%,61%,47%)
(0.57/0.00/0.61/0.47)	

CMYK percentages

%57.46
%0
%61.19
%47.45

Codes

Color #398634 in popluar color models

398634
RGB5713452
HSL116°44.09%36.47%
HSB/HSV116°61.19%52.55%
CMYK57.46%0.00%61.19%
47.45%

Color #398634 in popluar number systems.

HEX398634
Decimal5713452
Binary11100110000110110100
Octal7120664

Shades and tints

Shades of #398634

#398634
(57,134,52)
#347A30
(52,122,48)
#2F6E2C
(47,110,44)
#2A6228
(42,98,40)
#255624
(37,86,36)
#204A20
(32,74,32)
#1B3E1C
(27,62,28)
#163218
(22,50,24)
#112614
(17,38,20)
#0C1A10
(12,26,16)
#070E0C
(7,14,12)
#000000
(0,0,0)

Tints of #398634

#398634
(57,134,52)
#4B9146
(75,145,70)
#5D9C58
(93,156,88)
#6FA76A
(111,167,106)
#81B27C
(129,178,124)
#93BD8E
(147,189,142)
#A5C8A0
(165,200,160)
#B7D3B2
(183,211,178)
#C9DEC4
(201,222,196)
#DBE9D6
(219,233,214)
#EDF4E8
(237,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #398634; }

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

This text font color is #398634.


Background Color

.myBgColor { background-color: #398634; }

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

This div background color is #398634.


Border color

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

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

This div border color is #398634.


Opacity

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

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

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

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

This text has shadow with #398634 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #398634 on black background.


Color preview on white background

This text has color #398634 on white background.



Black color preview on #398634 background

This text has black color on #398634 background.


White color preview on #398634 background

This text has white color on #398634 background.