COLOR #379D50

HEX: #379D50
RGB: (55,157,80)

Color info

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

RGB color model

#379D50 color RGB value is (55,157,80).

  • red value is 55;
  • green value is 157;
  • blue value is 80.
RGB:
(55,157,80)
(22%,62%,31%)

RGB channels and saturation

R 55 of 255 = 22%
G 157 of 255 = 62%
B 80 of 255 = 31%

55
157
80

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

Portions of RGB colors in percentages

R + G + B =
55 + 157 + 80 = 292 (100%)
R 55 of 292 ~ 18.84%
G 157 of 292 ~ 53.77%
B 80 of 292 ~ 27.4%

%18.84
%53.77
%27.4

CMYK color model

#379D50 color CMYK value is (65,0,49,38).

  • cyan value is 64.97%
  • magenta value is 0.00%
  • yellow value is 49.04%
  • key color value is 38.43%
CMYK:
(65,0,49,38)
C65M0Y49K38 
(65%,0%,49%,38%)
(0.65/0.00/0.49/0.38)	

CMYK percentages

%64.97
%0
%49.04
%38.43

Codes

Color #379D50 in popluar color models

379D50
RGB5515780
HSL135°48.11%41.57%
HSB/HSV135°64.97%61.57%
CMYK64.97%0.00%49.04%
38.43%

Color #379D50 in popluar number systems.

HEX379D50
Decimal5515780
Binary110111100111011010000
Octal67235120

Shades and tints

Shades of #379D50

#379D50
(55,157,80)
#328F49
(50,143,73)
#2D8142
(45,129,66)
#28733B
(40,115,59)
#236534
(35,101,52)
#1E572D
(30,87,45)
#194926
(25,73,38)
#143B1F
(20,59,31)
#0F2D18
(15,45,24)
#0A1F11
(10,31,17)
#05110A
(5,17,10)
#000000
(0,0,0)

Tints of #379D50

#379D50
(55,157,80)
#49A55F
(73,165,95)
#5BAD6E
(91,173,110)
#6DB57D
(109,181,125)
#7FBD8C
(127,189,140)
#91C59B
(145,197,155)
#A3CDAA
(163,205,170)
#B5D5B9
(181,213,185)
#C7DDC8
(199,221,200)
#D9E5D7
(217,229,215)
#EBEDE6
(235,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #379D50 color. Also use rgb(55,157,80) instead hex code.

Text Font Color

.myTextColor { color: #379D50; }

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

This text font color is #379D50.


Background Color

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

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

This div background color is #379D50.


Border color

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

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

This div border color is #379D50.


Opacity

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

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

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

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

This text has shadow with #379D50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #379D50 on black background.


Color preview on white background

This text has color #379D50 on white background.



Black color preview on #379D50 background

This text has black color on #379D50 background.


White color preview on #379D50 background

This text has white color on #379D50 background.