COLOR #379E3F

HEX: #379E3F
RGB: (55,158,63)

Color info

#379E3F contains mainly green color. Web safe color of #379E3F is #339933 (or #393).

RGB color model

#379E3F color RGB value is (55,158,63).

  • red value is 55;
  • green value is 158;
  • blue value is 63.
RGB:
(55,158,63)
(22%,62%,25%)

RGB channels and saturation

R 55 of 255 = 22%
G 158 of 255 = 62%
B 63 of 255 = 25%

55
158
63

R + G + B ~ 36%. #379E3F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 158 + 63 = 276 (100%)
R 55 of 276 ~ 19.93%
G 158 of 276 ~ 57.25%
B 63 of 276 ~ 22.83%

%19.93
%57.25
%22.83

CMYK color model

#379E3F color CMYK value is (65,0,60,38).

  • cyan value is 65.19%
  • magenta value is 0.00%
  • yellow value is 60.13%
  • key color value is 38.04%
CMYK:
(65,0,60,38)
C65M0Y60K38 
(65%,0%,60%,38%)
(0.65/0.00/0.60/0.38)	

CMYK percentages

%65.19
%0
%60.13
%38.04

Codes

Color #379E3F in popluar color models

379E3F
RGB5515863
HSL125°48.36%41.76%
HSB/HSV125°65.19%61.96%
CMYK65.19%0.00%60.13%
38.04%

Color #379E3F in popluar number systems.

HEX379E3F
Decimal5515863
Binary11011110011110111111
Octal6723677

Shades and tints

Shades of #379E3F

#379E3F
(55,158,63)
#32903A
(50,144,58)
#2D8235
(45,130,53)
#287430
(40,116,48)
#23662B
(35,102,43)
#1E5826
(30,88,38)
#194A21
(25,74,33)
#143C1C
(20,60,28)
#0F2E17
(15,46,23)
#0A2012
(10,32,18)
#05120D
(5,18,13)
#000000
(0,0,0)

Tints of #379E3F

#379E3F
(55,158,63)
#49A650
(73,166,80)
#5BAE61
(91,174,97)
#6DB672
(109,182,114)
#7FBE83
(127,190,131)
#91C694
(145,198,148)
#A3CEA5
(163,206,165)
#B5D6B6
(181,214,182)
#C7DEC7
(199,222,199)
#D9E6D8
(217,230,216)
#EBEEE9
(235,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #379E3F color. Also use rgb(55,158,63) instead hex code.

Text Font Color

.myTextColor { color: #379E3F; }

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

This text font color is #379E3F.


Background Color

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

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

This div background color is #379E3F.


Border color

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

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

This div border color is #379E3F.


Opacity

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

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

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

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

This text has shadow with #379E3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #379E3F on black background.


Color preview on white background

This text has color #379E3F on white background.



Black color preview on #379E3F background

This text has black color on #379E3F background.


White color preview on #379E3F background

This text has white color on #379E3F background.