COLOR #379457

HEX: #379457
RGB: (55,148,87)

Color info

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

RGB color model

#379457 color RGB value is (55,148,87).

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

RGB channels and saturation

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

55
148
87

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

Portions of RGB colors in percentages

R + G + B =
55 + 148 + 87 = 290 (100%)
R 55 of 290 ~ 18.97%
G 148 of 290 ~ 51.03%
B 87 of 290 ~ 30%

%18.97
%51.03
%30

CMYK color model

#379457 color CMYK value is (63,0,41,42).

  • cyan value is 62.84%
  • magenta value is 0.00%
  • yellow value is 41.22%
  • key color value is 41.96%
CMYK:
(63,0,41,42)
C63M0Y41K42 
(63%,0%,41%,42%)
(0.63/0.00/0.41/0.42)	

CMYK percentages

%62.84
%0
%41.22
%41.96

Codes

Color #379457 in popluar color models

379457
RGB5514887
HSL141°45.81%39.80%
HSB/HSV141°62.84%58.04%
CMYK62.84%0.00%41.22%
41.96%

Color #379457 in popluar number systems.

HEX379457
Decimal5514887
Binary110111100101001010111
Octal67224127

Shades and tints

Shades of #379457

#379457
(55,148,87)
#328750
(50,135,80)
#2D7A49
(45,122,73)
#286D42
(40,109,66)
#23603B
(35,96,59)
#1E5334
(30,83,52)
#19462D
(25,70,45)
#143926
(20,57,38)
#0F2C1F
(15,44,31)
#0A1F18
(10,31,24)
#051211
(5,18,17)
#000000
(0,0,0)

Tints of #379457

#379457
(55,148,87)
#499D66
(73,157,102)
#5BA675
(91,166,117)
#6DAF84
(109,175,132)
#7FB893
(127,184,147)
#91C1A2
(145,193,162)
#A3CAB1
(163,202,177)
#B5D3C0
(181,211,192)
#C7DCCF
(199,220,207)
#D9E5DE
(217,229,222)
#EBEEED
(235,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #379457; }

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

This text font color is #379457.


Background Color

.myBgColor { background-color: #379457; }

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

This div background color is #379457.


Border color

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

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

This div border color is #379457.


Opacity

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

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

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

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

This text has shadow with #379457 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #379457 on black background.


Color preview on white background

This text has color #379457 on white background.



Black color preview on #379457 background

This text has black color on #379457 background.


White color preview on #379457 background

This text has white color on #379457 background.