COLOR #379238

HEX: #379238
RGB: (55,146,56)

Color info

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

RGB color model

#379238 color RGB value is (55,146,56).

  • red value is 55;
  • green value is 146;
  • blue value is 56.
RGB:
(55,146,56)
(22%,57%,22%)

RGB channels and saturation

R 55 of 255 = 22%
G 146 of 255 = 57%
B 56 of 255 = 22%

55
146
56

R + G + B ~ 34%. #379238 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 146 + 56 = 257 (100%)
R 55 of 257 ~ 21.4%
G 146 of 257 ~ 56.81%
B 56 of 257 ~ 21.79%

%21.4
%56.81
%21.79

CMYK color model

#379238 color CMYK value is (62,0,62,43).

  • cyan value is 62.33%
  • magenta value is 0.00%
  • yellow value is 61.64%
  • key color value is 42.75%
CMYK:
(62,0,62,43)
C62M0Y62K43 
(62%,0%,62%,43%)
(0.62/0.00/0.62/0.43)	

CMYK percentages

%62.33
%0
%61.64
%42.75

Codes

Color #379238 in popluar color models

379238
RGB5514656
HSL121°45.27%39.41%
HSB/HSV121°62.33%57.25%
CMYK62.33%0.00%61.64%
42.75%

Color #379238 in popluar number systems.

HEX379238
Decimal5514656
Binary11011110010010111000
Octal6722270

Shades and tints

Shades of #379238

#379238
(55,146,56)
#328533
(50,133,51)
#2D782E
(45,120,46)
#286B29
(40,107,41)
#235E24
(35,94,36)
#1E511F
(30,81,31)
#19441A
(25,68,26)
#143715
(20,55,21)
#0F2A10
(15,42,16)
#0A1D0B
(10,29,11)
#051006
(5,16,6)
#000000
(0,0,0)

Tints of #379238

#379238
(55,146,56)
#499B4A
(73,155,74)
#5BA45C
(91,164,92)
#6DAD6E
(109,173,110)
#7FB680
(127,182,128)
#91BF92
(145,191,146)
#A3C8A4
(163,200,164)
#B5D1B6
(181,209,182)
#C7DAC8
(199,218,200)
#D9E3DA
(217,227,218)
#EBECEC
(235,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #379238 color. Also use rgb(55,146,56) instead hex code.

Text Font Color

.myTextColor { color: #379238; }

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

This text font color is #379238.


Background Color

.myBgColor { background-color: #379238; }

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

This div background color is #379238.


Border color

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

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

This div border color is #379238.


Opacity

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

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

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

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

This text has shadow with #379238 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #379238 on black background.


Color preview on white background

This text has color #379238 on white background.



Black color preview on #379238 background

This text has black color on #379238 background.


White color preview on #379238 background

This text has white color on #379238 background.