COLOR #379F4B

HEX: #379F4B
RGB: (55,159,75)

Color info

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

RGB color model

#379F4B color RGB value is (55,159,75).

  • red value is 55;
  • green value is 159;
  • blue value is 75.
RGB:
(55,159,75)
(22%,62%,29%)

RGB channels and saturation

R 55 of 255 = 22%
G 159 of 255 = 62%
B 75 of 255 = 29%

55
159
75

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

Portions of RGB colors in percentages

R + G + B =
55 + 159 + 75 = 289 (100%)
R 55 of 289 ~ 19.03%
G 159 of 289 ~ 55.02%
B 75 of 289 ~ 25.95%

%19.03
%55.02
%25.95

CMYK color model

#379F4B color CMYK value is (65,0,53,38).

  • cyan value is 65.41%
  • magenta value is 0.00%
  • yellow value is 52.83%
  • key color value is 37.65%
CMYK:
(65,0,53,38)
C65M0Y53K38 
(65%,0%,53%,38%)
(0.65/0.00/0.53/0.38)	

CMYK percentages

%65.41
%0
%52.83
%37.65

Codes

Color #379F4B in popluar color models

379F4B
RGB5515975
HSL132°48.60%41.96%
HSB/HSV132°65.41%62.35%
CMYK65.41%0.00%52.83%
37.65%

Color #379F4B in popluar number systems.

HEX379F4B
Decimal5515975
Binary110111100111111001011
Octal67237113

Shades and tints

Shades of #379F4B

#379F4B
(55,159,75)
#329145
(50,145,69)
#2D833F
(45,131,63)
#287539
(40,117,57)
#236733
(35,103,51)
#1E592D
(30,89,45)
#194B27
(25,75,39)
#143D21
(20,61,33)
#0F2F1B
(15,47,27)
#0A2115
(10,33,21)
#05130F
(5,19,15)
#000000
(0,0,0)

Tints of #379F4B

#379F4B
(55,159,75)
#49A75B
(73,167,91)
#5BAF6B
(91,175,107)
#6DB77B
(109,183,123)
#7FBF8B
(127,191,139)
#91C79B
(145,199,155)
#A3CFAB
(163,207,171)
#B5D7BB
(181,215,187)
#C7DFCB
(199,223,203)
#D9E7DB
(217,231,219)
#EBEFEB
(235,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #379F4B color. Also use rgb(55,159,75) instead hex code.

Text Font Color

.myTextColor { color: #379F4B; }

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

This text font color is #379F4B.


Background Color

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

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

This div background color is #379F4B.


Border color

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

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

This div border color is #379F4B.


Opacity

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

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

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

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

This text has shadow with #379F4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #379F4B on black background.


Color preview on white background

This text has color #379F4B on white background.



Black color preview on #379F4B background

This text has black color on #379F4B background.


White color preview on #379F4B background

This text has white color on #379F4B background.