COLOR #398357

HEX: #398357
RGB: (57,131,87)

Color info

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

RGB color model

#398357 color RGB value is (57,131,87).

  • red value is 57;
  • green value is 131;
  • blue value is 87.
RGB:
(57,131,87)
(22%,51%,34%)

RGB channels and saturation

R 57 of 255 = 22%
G 131 of 255 = 51%
B 87 of 255 = 34%

57
131
87

R + G + B ~ 36%. #398357 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 131 + 87 = 275 (100%)
R 57 of 275 ~ 20.73%
G 131 of 275 ~ 47.64%
B 87 of 275 ~ 31.64%

%20.73
%47.64
%31.64

CMYK color model

#398357 color CMYK value is (56,0,34,49).

  • cyan value is 56.49%
  • magenta value is 0.00%
  • yellow value is 33.59%
  • key color value is 48.63%
CMYK:
(56,0,34,49)
C56M0Y34K49 
(56%,0%,34%,49%)
(0.56/0.00/0.34/0.49)	

CMYK percentages

%56.49
%0
%33.59
%48.63

Codes

Color #398357 in popluar color models

398357
RGB5713187
HSL144°39.36%36.86%
HSB/HSV144°56.49%51.37%
CMYK56.49%0.00%33.59%
48.63%

Color #398357 in popluar number systems.

HEX398357
Decimal5713187
Binary111001100000111010111
Octal71203127

Shades and tints

Shades of #398357

#398357
(57,131,87)
#347850
(52,120,80)
#2F6D49
(47,109,73)
#2A6242
(42,98,66)
#25573B
(37,87,59)
#204C34
(32,76,52)
#1B412D
(27,65,45)
#163626
(22,54,38)
#112B1F
(17,43,31)
#0C2018
(12,32,24)
#071511
(7,21,17)
#000000
(0,0,0)

Tints of #398357

#398357
(57,131,87)
#4B8E66
(75,142,102)
#5D9975
(93,153,117)
#6FA484
(111,164,132)
#81AF93
(129,175,147)
#93BAA2
(147,186,162)
#A5C5B1
(165,197,177)
#B7D0C0
(183,208,192)
#C9DBCF
(201,219,207)
#DBE6DE
(219,230,222)
#EDF1ED
(237,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #398357 color. Also use rgb(57,131,87) instead hex code.

Text Font Color

.myTextColor { color: #398357; }

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

This text font color is #398357.


Background Color

.myBgColor { background-color: #398357; }

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

This div background color is #398357.


Border color

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

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

This div border color is #398357.


Opacity

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

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

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

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

This text has shadow with #398357 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #398357 on black background.


Color preview on white background

This text has color #398357 on white background.



Black color preview on #398357 background

This text has black color on #398357 background.


White color preview on #398357 background

This text has white color on #398357 background.