COLOR #398438

HEX: #398438
RGB: (57,132,56)

Color info

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

RGB color model

#398438 color RGB value is (57,132,56).

  • red value is 57;
  • green value is 132;
  • blue value is 56.
RGB:
(57,132,56)
(22%,52%,22%)

RGB channels and saturation

R 57 of 255 = 22%
G 132 of 255 = 52%
B 56 of 255 = 22%

57
132
56

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

Portions of RGB colors in percentages

R + G + B =
57 + 132 + 56 = 245 (100%)
R 57 of 245 ~ 23.27%
G 132 of 245 ~ 53.88%
B 56 of 245 ~ 22.86%

%23.27
%53.88
%22.86

CMYK color model

#398438 color CMYK value is (57,0,58,48).

  • cyan value is 56.82%
  • magenta value is 0.00%
  • yellow value is 57.58%
  • key color value is 48.24%
CMYK:
(57,0,58,48)
C57M0Y58K48 
(57%,0%,58%,48%)
(0.57/0.00/0.58/0.48)	

CMYK percentages

%56.82
%0
%57.58
%48.24

Codes

Color #398438 in popluar color models

398438
RGB5713256
HSL119°40.43%36.86%
HSB/HSV119°57.58%51.76%
CMYK56.82%0.00%57.58%
48.24%

Color #398438 in popluar number systems.

HEX398438
Decimal5713256
Binary11100110000100111000
Octal7120470

Shades and tints

Shades of #398438

#398438
(57,132,56)
#347833
(52,120,51)
#2F6C2E
(47,108,46)
#2A6029
(42,96,41)
#255424
(37,84,36)
#20481F
(32,72,31)
#1B3C1A
(27,60,26)
#163015
(22,48,21)
#112410
(17,36,16)
#0C180B
(12,24,11)
#070C06
(7,12,6)
#000000
(0,0,0)

Tints of #398438

#398438
(57,132,56)
#4B8F4A
(75,143,74)
#5D9A5C
(93,154,92)
#6FA56E
(111,165,110)
#81B080
(129,176,128)
#93BB92
(147,187,146)
#A5C6A4
(165,198,164)
#B7D1B6
(183,209,182)
#C9DCC8
(201,220,200)
#DBE7DA
(219,231,218)
#EDF2EC
(237,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #398438 color. Also use rgb(57,132,56) instead hex code.

Text Font Color

.myTextColor { color: #398438; }

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

This text font color is #398438.


Background Color

.myBgColor { background-color: #398438; }

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

This div background color is #398438.


Border color

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

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

This div border color is #398438.


Opacity

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

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

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

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

This text has shadow with #398438 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #398438 on black background.


Color preview on white background

This text has color #398438 on white background.



Black color preview on #398438 background

This text has black color on #398438 background.


White color preview on #398438 background

This text has white color on #398438 background.