COLOR #379852

HEX: #379852
RGB: (55,152,82)

Color info

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

RGB color model

#379852 color RGB value is (55,152,82).

  • red value is 55;
  • green value is 152;
  • blue value is 82.
RGB:
(55,152,82)
(22%,60%,32%)

RGB channels and saturation

R 55 of 255 = 22%
G 152 of 255 = 60%
B 82 of 255 = 32%

55
152
82

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

Portions of RGB colors in percentages

R + G + B =
55 + 152 + 82 = 289 (100%)
R 55 of 289 ~ 19.03%
G 152 of 289 ~ 52.6%
B 82 of 289 ~ 28.37%

%19.03
%52.6
%28.37

CMYK color model

#379852 color CMYK value is (64,0,46,40).

  • cyan value is 63.82%
  • magenta value is 0.00%
  • yellow value is 46.05%
  • key color value is 40.39%
CMYK:
(64,0,46,40)
C64M0Y46K40 
(64%,0%,46%,40%)
(0.64/0.00/0.46/0.40)	

CMYK percentages

%63.82
%0
%46.05
%40.39

Codes

Color #379852 in popluar color models

379852
RGB5515282
HSL137°46.86%40.59%
HSB/HSV137°63.82%59.61%
CMYK63.82%0.00%46.05%
40.39%

Color #379852 in popluar number systems.

HEX379852
Decimal5515282
Binary110111100110001010010
Octal67230122

Shades and tints

Shades of #379852

#379852
(55,152,82)
#328B4B
(50,139,75)
#2D7E44
(45,126,68)
#28713D
(40,113,61)
#236436
(35,100,54)
#1E572F
(30,87,47)
#194A28
(25,74,40)
#143D21
(20,61,33)
#0F301A
(15,48,26)
#0A2313
(10,35,19)
#05160C
(5,22,12)
#000000
(0,0,0)

Tints of #379852

#379852
(55,152,82)
#49A161
(73,161,97)
#5BAA70
(91,170,112)
#6DB37F
(109,179,127)
#7FBC8E
(127,188,142)
#91C59D
(145,197,157)
#A3CEAC
(163,206,172)
#B5D7BB
(181,215,187)
#C7E0CA
(199,224,202)
#D9E9D9
(217,233,217)
#EBF2E8
(235,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #379852 color. Also use rgb(55,152,82) instead hex code.

Text Font Color

.myTextColor { color: #379852; }

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

This text font color is #379852.


Background Color

.myBgColor { background-color: #379852; }

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

This div background color is #379852.


Border color

.myBorderColor { border: 1px solid #379852; }

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

This div border color is #379852.


Opacity

.myOpacity80 { color: #379852; opacity: 0.8; }

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

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

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

This text has shadow with #379852 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #379852 on black background.


Color preview on white background

This text has color #379852 on white background.



Black color preview on #379852 background

This text has black color on #379852 background.


White color preview on #379852 background

This text has white color on #379852 background.