COLOR #398252

HEX: #398252
RGB: (57,130,82)

Color info

#398252 contains mainly green and blue colors. Web safe color of #398252 is #339966 (or #396).

RGB color model

#398252 color RGB value is (57,130,82).

  • red value is 57;
  • green value is 130;
  • blue value is 82.
RGB:
(57,130,82)
(22%,51%,32%)

RGB channels and saturation

R 57 of 255 = 22%
G 130 of 255 = 51%
B 82 of 255 = 32%

57
130
82

R + G + B ~ 35%. #398252 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 130 + 82 = 269 (100%)
R 57 of 269 ~ 21.19%
G 130 of 269 ~ 48.33%
B 82 of 269 ~ 30.48%

%21.19
%48.33
%30.48

CMYK color model

#398252 color CMYK value is (56,0,37,49).

  • cyan value is 56.15%
  • magenta value is 0.00%
  • yellow value is 36.92%
  • key color value is 49.02%
CMYK:
(56,0,37,49)
C56M0Y37K49 
(56%,0%,37%,49%)
(0.56/0.00/0.37/0.49)	

CMYK percentages

%56.15
%0
%36.92
%49.02

Codes

Color #398252 in popluar color models

398252
RGB5713082
HSL141°39.04%36.67%
HSB/HSV141°56.15%50.98%
CMYK56.15%0.00%36.92%
49.02%

Color #398252 in popluar number systems.

HEX398252
Decimal5713082
Binary111001100000101010010
Octal71202122

Shades and tints

Shades of #398252

#398252
(57,130,82)
#34774B
(52,119,75)
#2F6C44
(47,108,68)
#2A613D
(42,97,61)
#255636
(37,86,54)
#204B2F
(32,75,47)
#1B4028
(27,64,40)
#163521
(22,53,33)
#112A1A
(17,42,26)
#0C1F13
(12,31,19)
#07140C
(7,20,12)
#000000
(0,0,0)

Tints of #398252

#398252
(57,130,82)
#4B8D61
(75,141,97)
#5D9870
(93,152,112)
#6FA37F
(111,163,127)
#81AE8E
(129,174,142)
#93B99D
(147,185,157)
#A5C4AC
(165,196,172)
#B7CFBB
(183,207,187)
#C9DACA
(201,218,202)
#DBE5D9
(219,229,217)
#EDF0E8
(237,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #398252 color. Also use rgb(57,130,82) instead hex code.

Text Font Color

.myTextColor { color: #398252; }

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

This text font color is #398252.


Background Color

.myBgColor { background-color: #398252; }

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

This div background color is #398252.


Border color

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

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

This div border color is #398252.


Opacity

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

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

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

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

This text has shadow with #398252 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #398252 on black background.


Color preview on white background

This text has color #398252 on white background.



Black color preview on #398252 background

This text has black color on #398252 background.


White color preview on #398252 background

This text has white color on #398252 background.