COLOR #398745

HEX: #398745
RGB: (57,135,69)

Color info

#398745 contains mainly green color. Web safe color of #398745 is #339933 (or #393).

RGB color model

#398745 color RGB value is (57,135,69).

  • red value is 57;
  • green value is 135;
  • blue value is 69.
RGB:
(57,135,69)
(22%,53%,27%)

RGB channels and saturation

R 57 of 255 = 22%
G 135 of 255 = 53%
B 69 of 255 = 27%

57
135
69

R + G + B ~ 34%. #398745 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 135 + 69 = 261 (100%)
R 57 of 261 ~ 21.84%
G 135 of 261 ~ 51.72%
B 69 of 261 ~ 26.44%

%21.84
%51.72
%26.44

CMYK color model

#398745 color CMYK value is (58,0,49,47).

  • cyan value is 57.78%
  • magenta value is 0.00%
  • yellow value is 48.89%
  • key color value is 47.06%
CMYK:
(58,0,49,47)
C58M0Y49K47 
(58%,0%,49%,47%)
(0.58/0.00/0.49/0.47)	

CMYK percentages

%57.78
%0
%48.89
%47.06

Codes

Color #398745 in popluar color models

398745
RGB5713569
HSL129°40.63%37.65%
HSB/HSV129°57.78%52.94%
CMYK57.78%0.00%48.89%
47.06%

Color #398745 in popluar number systems.

HEX398745
Decimal5713569
Binary111001100001111000101
Octal71207105

Shades and tints

Shades of #398745

#398745
(57,135,69)
#347B3F
(52,123,63)
#2F6F39
(47,111,57)
#2A6333
(42,99,51)
#25572D
(37,87,45)
#204B27
(32,75,39)
#1B3F21
(27,63,33)
#16331B
(22,51,27)
#112715
(17,39,21)
#0C1B0F
(12,27,15)
#070F09
(7,15,9)
#000000
(0,0,0)

Tints of #398745

#398745
(57,135,69)
#4B9155
(75,145,85)
#5D9B65
(93,155,101)
#6FA575
(111,165,117)
#81AF85
(129,175,133)
#93B995
(147,185,149)
#A5C3A5
(165,195,165)
#B7CDB5
(183,205,181)
#C9D7C5
(201,215,197)
#DBE1D5
(219,225,213)
#EDEBE5
(237,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #398745 color. Also use rgb(57,135,69) instead hex code.

Text Font Color

.myTextColor { color: #398745; }

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

This text font color is #398745.


Background Color

.myBgColor { background-color: #398745; }

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

This div background color is #398745.


Border color

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

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

This div border color is #398745.


Opacity

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

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

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

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

This text has shadow with #398745 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #398745 on black background.


Color preview on white background

This text has color #398745 on white background.



Black color preview on #398745 background

This text has black color on #398745 background.


White color preview on #398745 background

This text has white color on #398745 background.