COLOR #379C2B

HEX: #379C2B
RGB: (55,156,43)

Color info

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

RGB color model

#379C2B color RGB value is (55,156,43).

  • red value is 55;
  • green value is 156;
  • blue value is 43.
RGB:
(55,156,43)
(22%,61%,17%)

RGB channels and saturation

R 55 of 255 = 22%
G 156 of 255 = 61%
B 43 of 255 = 17%

55
156
43

R + G + B ~ 33%. #379C2B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 156 + 43 = 254 (100%)
R 55 of 254 ~ 21.65%
G 156 of 254 ~ 61.42%
B 43 of 254 ~ 16.93%

%21.65
%61.42
%16.93

CMYK color model

#379C2B color CMYK value is (65,0,72,39).

  • cyan value is 64.74%
  • magenta value is 0.00%
  • yellow value is 72.44%
  • key color value is 38.82%
CMYK:
(65,0,72,39)
C65M0Y72K39 
(65%,0%,72%,39%)
(0.65/0.00/0.72/0.39)	

CMYK percentages

%64.74
%0
%72.44
%38.82

Codes

Color #379C2B in popluar color models

379C2B
RGB5515643
HSL114°56.78%39.02%
HSB/HSV114°72.44%61.18%
CMYK64.74%0.00%72.44%
38.82%

Color #379C2B in popluar number systems.

HEX379C2B
Decimal5515643
Binary11011110011100101011
Octal6723453

Shades and tints

Shades of #379C2B

#379C2B
(55,156,43)
#328E28
(50,142,40)
#2D8025
(45,128,37)
#287222
(40,114,34)
#23641F
(35,100,31)
#1E561C
(30,86,28)
#194819
(25,72,25)
#143A16
(20,58,22)
#0F2C13
(15,44,19)
#0A1E10
(10,30,16)
#05100D
(5,16,13)
#000000
(0,0,0)

Tints of #379C2B

#379C2B
(55,156,43)
#49A53E
(73,165,62)
#5BAE51
(91,174,81)
#6DB764
(109,183,100)
#7FC077
(127,192,119)
#91C98A
(145,201,138)
#A3D29D
(163,210,157)
#B5DBB0
(181,219,176)
#C7E4C3
(199,228,195)
#D9EDD6
(217,237,214)
#EBF6E9
(235,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #379C2B color. Also use rgb(55,156,43) instead hex code.

Text Font Color

.myTextColor { color: #379C2B; }

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

This text font color is #379C2B.


Background Color

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

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

This div background color is #379C2B.


Border color

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

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

This div border color is #379C2B.


Opacity

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

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

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

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

This text has shadow with #379C2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #379C2B on black background.


Color preview on white background

This text has color #379C2B on white background.



Black color preview on #379C2B background

This text has black color on #379C2B background.


White color preview on #379C2B background

This text has white color on #379C2B background.