COLOR #389457

HEX: #389457
RGB: (56,148,87)

Color info

#389457 contains mainly green color. Web safe color of #389457 is #339966 (or #396).

RGB color model

#389457 color RGB value is (56,148,87).

  • red value is 56;
  • green value is 148;
  • blue value is 87.
RGB:
(56,148,87)
(22%,58%,34%)

RGB channels and saturation

R 56 of 255 = 22%
G 148 of 255 = 58%
B 87 of 255 = 34%

56
148
87

R + G + B ~ 38%. #389457 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 148 + 87 = 291 (100%)
R 56 of 291 ~ 19.24%
G 148 of 291 ~ 50.86%
B 87 of 291 ~ 29.9%

%19.24
%50.86
%29.9

CMYK color model

#389457 color CMYK value is (62,0,41,42).

  • cyan value is 62.16%
  • magenta value is 0.00%
  • yellow value is 41.22%
  • key color value is 41.96%
CMYK:
(62,0,41,42)
C62M0Y41K42 
(62%,0%,41%,42%)
(0.62/0.00/0.41/0.42)	

CMYK percentages

%62.16
%0
%41.22
%41.96

Codes

Color #389457 in popluar color models

389457
RGB5614887
HSL140°45.10%40.00%
HSB/HSV140°62.16%58.04%
CMYK62.16%0.00%41.22%
41.96%

Color #389457 in popluar number systems.

HEX389457
Decimal5614887
Binary111000100101001010111
Octal70224127

Shades and tints

Shades of #389457

#389457
(56,148,87)
#338750
(51,135,80)
#2E7A49
(46,122,73)
#296D42
(41,109,66)
#24603B
(36,96,59)
#1F5334
(31,83,52)
#1A462D
(26,70,45)
#153926
(21,57,38)
#102C1F
(16,44,31)
#0B1F18
(11,31,24)
#061211
(6,18,17)
#000000
(0,0,0)

Tints of #389457

#389457
(56,148,87)
#4A9D66
(74,157,102)
#5CA675
(92,166,117)
#6EAF84
(110,175,132)
#80B893
(128,184,147)
#92C1A2
(146,193,162)
#A4CAB1
(164,202,177)
#B6D3C0
(182,211,192)
#C8DCCF
(200,220,207)
#DAE5DE
(218,229,222)
#ECEEED
(236,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #389457 color. Also use rgb(56,148,87) instead hex code.

Text Font Color

.myTextColor { color: #389457; }

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

This text font color is #389457.


Background Color

.myBgColor { background-color: #389457; }

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

This div background color is #389457.


Border color

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

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

This div border color is #389457.


Opacity

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

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

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

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

This text has shadow with #389457 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #389457 on black background.


Color preview on white background

This text has color #389457 on white background.



Black color preview on #389457 background

This text has black color on #389457 background.


White color preview on #389457 background

This text has white color on #389457 background.