COLOR #398158

HEX: #398158
RGB: (57,129,88)

Color info

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

RGB color model

#398158 color RGB value is (57,129,88).

  • red value is 57;
  • green value is 129;
  • blue value is 88.
RGB:
(57,129,88)
(22%,51%,35%)

RGB channels and saturation

R 57 of 255 = 22%
G 129 of 255 = 51%
B 88 of 255 = 35%

57
129
88

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

Portions of RGB colors in percentages

R + G + B =
57 + 129 + 88 = 274 (100%)
R 57 of 274 ~ 20.8%
G 129 of 274 ~ 47.08%
B 88 of 274 ~ 32.12%

%20.8
%47.08
%32.12

CMYK color model

#398158 color CMYK value is (56,0,32,49).

  • cyan value is 55.81%
  • magenta value is 0.00%
  • yellow value is 31.78%
  • key color value is 49.41%
CMYK:
(56,0,32,49)
C56M0Y32K49 
(56%,0%,32%,49%)
(0.56/0.00/0.32/0.49)	

CMYK percentages

%55.81
%0
%31.78
%49.41

Codes

Color #398158 in popluar color models

398158
RGB5712988
HSL146°38.71%36.47%
HSB/HSV146°55.81%50.59%
CMYK55.81%0.00%31.78%
49.41%

Color #398158 in popluar number systems.

HEX398158
Decimal5712988
Binary111001100000011011000
Octal71201130

Shades and tints

Shades of #398158

#398158
(57,129,88)
#347650
(52,118,80)
#2F6B48
(47,107,72)
#2A6040
(42,96,64)
#255538
(37,85,56)
#204A30
(32,74,48)
#1B3F28
(27,63,40)
#163420
(22,52,32)
#112918
(17,41,24)
#0C1E10
(12,30,16)
#071308
(7,19,8)
#000000
(0,0,0)

Tints of #398158

#398158
(57,129,88)
#4B8C67
(75,140,103)
#5D9776
(93,151,118)
#6FA285
(111,162,133)
#81AD94
(129,173,148)
#93B8A3
(147,184,163)
#A5C3B2
(165,195,178)
#B7CEC1
(183,206,193)
#C9D9D0
(201,217,208)
#DBE4DF
(219,228,223)
#EDEFEE
(237,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #398158 color. Also use rgb(57,129,88) instead hex code.

Text Font Color

.myTextColor { color: #398158; }

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

This text font color is #398158.


Background Color

.myBgColor { background-color: #398158; }

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

This div background color is #398158.


Border color

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

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

This div border color is #398158.


Opacity

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

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

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

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

This text has shadow with #398158 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #398158 on black background.


Color preview on white background

This text has color #398158 on white background.



Black color preview on #398158 background

This text has black color on #398158 background.


White color preview on #398158 background

This text has white color on #398158 background.