COLOR #398852

HEX: #398852
RGB: (57,136,82)

Color info

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

RGB color model

#398852 color RGB value is (57,136,82).

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

RGB channels and saturation

R 57 of 255 = 22%
G 136 of 255 = 53%
B 82 of 255 = 32%

57
136
82

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

Portions of RGB colors in percentages

R + G + B =
57 + 136 + 82 = 275 (100%)
R 57 of 275 ~ 20.73%
G 136 of 275 ~ 49.45%
B 82 of 275 ~ 29.82%

%20.73
%49.45
%29.82

CMYK color model

#398852 color CMYK value is (58,0,40,47).

  • cyan value is 58.09%
  • magenta value is 0.00%
  • yellow value is 39.71%
  • key color value is 46.67%
CMYK:
(58,0,40,47)
C58M0Y40K47 
(58%,0%,40%,47%)
(0.58/0.00/0.40/0.47)	

CMYK percentages

%58.09
%0
%39.71
%46.67

Codes

Color #398852 in popluar color models

398852
RGB5713682
HSL139°40.93%37.84%
HSB/HSV139°58.09%53.33%
CMYK58.09%0.00%39.71%
46.67%

Color #398852 in popluar number systems.

HEX398852
Decimal5713682
Binary111001100010001010010
Octal71210122

Shades and tints

Shades of #398852

#398852
(57,136,82)
#347C4B
(52,124,75)
#2F7044
(47,112,68)
#2A643D
(42,100,61)
#255836
(37,88,54)
#204C2F
(32,76,47)
#1B4028
(27,64,40)
#163421
(22,52,33)
#11281A
(17,40,26)
#0C1C13
(12,28,19)
#07100C
(7,16,12)
#000000
(0,0,0)

Tints of #398852

#398852
(57,136,82)
#4B9261
(75,146,97)
#5D9C70
(93,156,112)
#6FA67F
(111,166,127)
#81B08E
(129,176,142)
#93BA9D
(147,186,157)
#A5C4AC
(165,196,172)
#B7CEBB
(183,206,187)
#C9D8CA
(201,216,202)
#DBE2D9
(219,226,217)
#EDECE8
(237,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #398852; }

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

This text font color is #398852.


Background Color

.myBgColor { background-color: #398852; }

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

This div background color is #398852.


Border color

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

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

This div border color is #398852.


Opacity

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

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

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

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

This text has shadow with #398852 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #398852 on black background.


Color preview on white background

This text has color #398852 on white background.



Black color preview on #398852 background

This text has black color on #398852 background.


White color preview on #398852 background

This text has white color on #398852 background.