COLOR #378E39

HEX: #378E39
RGB: (55,142,57)

Color info

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

RGB color model

#378E39 color RGB value is (55,142,57).

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

RGB channels and saturation

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

55
142
57

R + G + B ~ 33%. #378E39 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 142 + 57 = 254 (100%)
R 55 of 254 ~ 21.65%
G 142 of 254 ~ 55.91%
B 57 of 254 ~ 22.44%

%21.65
%55.91
%22.44

CMYK color model

#378E39 color CMYK value is (61,0,60,44).

  • cyan value is 61.27%
  • magenta value is 0.00%
  • yellow value is 59.86%
  • key color value is 44.31%
CMYK:
(61,0,60,44)
C61M0Y60K44 
(61%,0%,60%,44%)
(0.61/0.00/0.60/0.44)	

CMYK percentages

%61.27
%0
%59.86
%44.31

Codes

Color #378E39 in popluar color models

378E39
RGB5514257
HSL121°44.16%38.63%
HSB/HSV121°61.27%55.69%
CMYK61.27%0.00%59.86%
44.31%

Color #378E39 in popluar number systems.

HEX378E39
Decimal5514257
Binary11011110001110111001
Octal6721671

Shades and tints

Shades of #378E39

#378E39
(55,142,57)
#328234
(50,130,52)
#2D762F
(45,118,47)
#286A2A
(40,106,42)
#235E25
(35,94,37)
#1E5220
(30,82,32)
#19461B
(25,70,27)
#143A16
(20,58,22)
#0F2E11
(15,46,17)
#0A220C
(10,34,12)
#051607
(5,22,7)
#000000
(0,0,0)

Tints of #378E39

#378E39
(55,142,57)
#49984B
(73,152,75)
#5BA25D
(91,162,93)
#6DAC6F
(109,172,111)
#7FB681
(127,182,129)
#91C093
(145,192,147)
#A3CAA5
(163,202,165)
#B5D4B7
(181,212,183)
#C7DEC9
(199,222,201)
#D9E8DB
(217,232,219)
#EBF2ED
(235,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #378E39 color. Also use rgb(55,142,57) instead hex code.

Text Font Color

.myTextColor { color: #378E39; }

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

This text font color is #378E39.


Background Color

.myBgColor { background-color: #378E39; }

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

This div background color is #378E39.


Border color

.myBorderColor { border: 1px solid #378E39; }

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

This div border color is #378E39.


Opacity

.myOpacity80 { color: #378E39; opacity: 0.8; }

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

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

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

This text has shadow with #378E39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #378E39 on black background.


Color preview on white background

This text has color #378E39 on white background.



Black color preview on #378E39 background

This text has black color on #378E39 background.


White color preview on #378E39 background

This text has white color on #378E39 background.