COLOR #379A58

HEX: #379A58
RGB: (55,154,88)

Color info

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

RGB color model

#379A58 color RGB value is (55,154,88).

  • red value is 55;
  • green value is 154;
  • blue value is 88.
RGB:
(55,154,88)
(22%,60%,35%)

RGB channels and saturation

R 55 of 255 = 22%
G 154 of 255 = 60%
B 88 of 255 = 35%

55
154
88

R + G + B ~ 39%. #379A58 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 154 + 88 = 297 (100%)
R 55 of 297 ~ 18.52%
G 154 of 297 ~ 51.85%
B 88 of 297 ~ 29.63%

%18.52
%51.85
%29.63

CMYK color model

#379A58 color CMYK value is (64,0,43,40).

  • cyan value is 64.29%
  • magenta value is 0.00%
  • yellow value is 42.86%
  • key color value is 39.61%
CMYK:
(64,0,43,40)
C64M0Y43K40 
(64%,0%,43%,40%)
(0.64/0.00/0.43/0.40)	

CMYK percentages

%64.29
%0
%42.86
%39.61

Codes

Color #379A58 in popluar color models

379A58
RGB5515488
HSL140°47.37%40.98%
HSB/HSV140°64.29%60.39%
CMYK64.29%0.00%42.86%
39.61%

Color #379A58 in popluar number systems.

HEX379A58
Decimal5515488
Binary110111100110101011000
Octal67232130

Shades and tints

Shades of #379A58

#379A58
(55,154,88)
#328C50
(50,140,80)
#2D7E48
(45,126,72)
#287040
(40,112,64)
#236238
(35,98,56)
#1E5430
(30,84,48)
#194628
(25,70,40)
#143820
(20,56,32)
#0F2A18
(15,42,24)
#0A1C10
(10,28,16)
#050E08
(5,14,8)
#000000
(0,0,0)

Tints of #379A58

#379A58
(55,154,88)
#49A367
(73,163,103)
#5BAC76
(91,172,118)
#6DB585
(109,181,133)
#7FBE94
(127,190,148)
#91C7A3
(145,199,163)
#A3D0B2
(163,208,178)
#B5D9C1
(181,217,193)
#C7E2D0
(199,226,208)
#D9EBDF
(217,235,223)
#EBF4EE
(235,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #379A58 color. Also use rgb(55,154,88) instead hex code.

Text Font Color

.myTextColor { color: #379A58; }

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

This text font color is #379A58.


Background Color

.myBgColor { background-color: #379A58; }

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

This div background color is #379A58.


Border color

.myBorderColor { border: 1px solid #379A58; }

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

This div border color is #379A58.


Opacity

.myOpacity80 { color: #379A58; opacity: 0.8; }

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

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

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

This text has shadow with #379A58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #379A58 on black background.


Color preview on white background

This text has color #379A58 on white background.



Black color preview on #379A58 background

This text has black color on #379A58 background.


White color preview on #379A58 background

This text has white color on #379A58 background.