COLOR #398C43

HEX: #398C43
RGB: (57,140,67)

Color info

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

RGB color model

#398C43 color RGB value is (57,140,67).

  • red value is 57;
  • green value is 140;
  • blue value is 67.
RGB:
(57,140,67)
(22%,55%,26%)

RGB channels and saturation

R 57 of 255 = 22%
G 140 of 255 = 55%
B 67 of 255 = 26%

57
140
67

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

Portions of RGB colors in percentages

R + G + B =
57 + 140 + 67 = 264 (100%)
R 57 of 264 ~ 21.59%
G 140 of 264 ~ 53.03%
B 67 of 264 ~ 25.38%

%21.59
%53.03
%25.38

CMYK color model

#398C43 color CMYK value is (59,0,52,45).

  • cyan value is 59.29%
  • magenta value is 0.00%
  • yellow value is 52.14%
  • key color value is 45.10%
CMYK:
(59,0,52,45)
C59M0Y52K45 
(59%,0%,52%,45%)
(0.59/0.00/0.52/0.45)	

CMYK percentages

%59.29
%0
%52.14
%45.1

Codes

Color #398C43 in popluar color models

398C43
RGB5714067
HSL127°42.13%38.63%
HSB/HSV127°59.29%54.90%
CMYK59.29%0.00%52.14%
45.10%

Color #398C43 in popluar number systems.

HEX398C43
Decimal5714067
Binary111001100011001000011
Octal71214103

Shades and tints

Shades of #398C43

#398C43
(57,140,67)
#34803D
(52,128,61)
#2F7437
(47,116,55)
#2A6831
(42,104,49)
#255C2B
(37,92,43)
#205025
(32,80,37)
#1B441F
(27,68,31)
#163819
(22,56,25)
#112C13
(17,44,19)
#0C200D
(12,32,13)
#071407
(7,20,7)
#000000
(0,0,0)

Tints of #398C43

#398C43
(57,140,67)
#4B9654
(75,150,84)
#5DA065
(93,160,101)
#6FAA76
(111,170,118)
#81B487
(129,180,135)
#93BE98
(147,190,152)
#A5C8A9
(165,200,169)
#B7D2BA
(183,210,186)
#C9DCCB
(201,220,203)
#DBE6DC
(219,230,220)
#EDF0ED
(237,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #398C43 color. Also use rgb(57,140,67) instead hex code.

Text Font Color

.myTextColor { color: #398C43; }

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

This text font color is #398C43.


Background Color

.myBgColor { background-color: #398C43; }

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

This div background color is #398C43.


Border color

.myBorderColor { border: 1px solid #398C43; }

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

This div border color is #398C43.


Opacity

.myOpacity80 { color: #398C43; opacity: 0.8; }

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

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

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

This text has shadow with #398C43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #398C43 on black background.


Color preview on white background

This text has color #398C43 on white background.



Black color preview on #398C43 background

This text has black color on #398C43 background.


White color preview on #398C43 background

This text has white color on #398C43 background.