COLOR #398651

HEX: #398651
RGB: (57,134,81)

Color info

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

RGB color model

#398651 color RGB value is (57,134,81).

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

RGB channels and saturation

R 57 of 255 = 22%
G 134 of 255 = 53%
B 81 of 255 = 32%

57
134
81

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

Portions of RGB colors in percentages

R + G + B =
57 + 134 + 81 = 272 (100%)
R 57 of 272 ~ 20.96%
G 134 of 272 ~ 49.26%
B 81 of 272 ~ 29.78%

%20.96
%49.26
%29.78

CMYK color model

#398651 color CMYK value is (57,0,40,47).

  • cyan value is 57.46%
  • magenta value is 0.00%
  • yellow value is 39.55%
  • key color value is 47.45%
CMYK:
(57,0,40,47)
C57M0Y40K47 
(57%,0%,40%,47%)
(0.57/0.00/0.40/0.47)	

CMYK percentages

%57.46
%0
%39.55
%47.45

Codes

Color #398651 in popluar color models

398651
RGB5713481
HSL139°40.31%37.45%
HSB/HSV139°57.46%52.55%
CMYK57.46%0.00%39.55%
47.45%

Color #398651 in popluar number systems.

HEX398651
Decimal5713481
Binary111001100001101010001
Octal71206121

Shades and tints

Shades of #398651

#398651
(57,134,81)
#347A4A
(52,122,74)
#2F6E43
(47,110,67)
#2A623C
(42,98,60)
#255635
(37,86,53)
#204A2E
(32,74,46)
#1B3E27
(27,62,39)
#163220
(22,50,32)
#112619
(17,38,25)
#0C1A12
(12,26,18)
#070E0B
(7,14,11)
#000000
(0,0,0)

Tints of #398651

#398651
(57,134,81)
#4B9160
(75,145,96)
#5D9C6F
(93,156,111)
#6FA77E
(111,167,126)
#81B28D
(129,178,141)
#93BD9C
(147,189,156)
#A5C8AB
(165,200,171)
#B7D3BA
(183,211,186)
#C9DEC9
(201,222,201)
#DBE9D8
(219,233,216)
#EDF4E7
(237,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #398651 color. Also use rgb(57,134,81) instead hex code.

Text Font Color

.myTextColor { color: #398651; }

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

This text font color is #398651.


Background Color

.myBgColor { background-color: #398651; }

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

This div background color is #398651.


Border color

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

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

This div border color is #398651.


Opacity

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

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

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

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

This text has shadow with #398651 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #398651 on black background.


Color preview on white background

This text has color #398651 on white background.



Black color preview on #398651 background

This text has black color on #398651 background.


White color preview on #398651 background

This text has white color on #398651 background.