COLOR #378942

HEX: #378942
RGB: (55,137,66)

Color info

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

RGB color model

#378942 color RGB value is (55,137,66).

  • red value is 55;
  • green value is 137;
  • blue value is 66.
RGB:
(55,137,66)
(22%,54%,26%)

RGB channels and saturation

R 55 of 255 = 22%
G 137 of 255 = 54%
B 66 of 255 = 26%

55
137
66

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

Portions of RGB colors in percentages

R + G + B =
55 + 137 + 66 = 258 (100%)
R 55 of 258 ~ 21.32%
G 137 of 258 ~ 53.1%
B 66 of 258 ~ 25.58%

%21.32
%53.1
%25.58

CMYK color model

#378942 color CMYK value is (60,0,52,46).

  • cyan value is 59.85%
  • magenta value is 0.00%
  • yellow value is 51.82%
  • key color value is 46.27%
CMYK:
(60,0,52,46)
C60M0Y52K46 
(60%,0%,52%,46%)
(0.60/0.00/0.52/0.46)	

CMYK percentages

%59.85
%0
%51.82
%46.27

Codes

Color #378942 in popluar color models

378942
RGB5513766
HSL128°42.71%37.65%
HSB/HSV128°59.85%53.73%
CMYK59.85%0.00%51.82%
46.27%

Color #378942 in popluar number systems.

HEX378942
Decimal5513766
Binary110111100010011000010
Octal67211102

Shades and tints

Shades of #378942

#378942
(55,137,66)
#327D3C
(50,125,60)
#2D7136
(45,113,54)
#286530
(40,101,48)
#23592A
(35,89,42)
#1E4D24
(30,77,36)
#19411E
(25,65,30)
#143518
(20,53,24)
#0F2912
(15,41,18)
#0A1D0C
(10,29,12)
#051106
(5,17,6)
#000000
(0,0,0)

Tints of #378942

#378942
(55,137,66)
#499353
(73,147,83)
#5B9D64
(91,157,100)
#6DA775
(109,167,117)
#7FB186
(127,177,134)
#91BB97
(145,187,151)
#A3C5A8
(163,197,168)
#B5CFB9
(181,207,185)
#C7D9CA
(199,217,202)
#D9E3DB
(217,227,219)
#EBEDEC
(235,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #378942 color. Also use rgb(55,137,66) instead hex code.

Text Font Color

.myTextColor { color: #378942; }

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

This text font color is #378942.


Background Color

.myBgColor { background-color: #378942; }

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

This div background color is #378942.


Border color

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

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

This div border color is #378942.


Opacity

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

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

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

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

This text has shadow with #378942 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #378942 on black background.


Color preview on white background

This text has color #378942 on white background.



Black color preview on #378942 background

This text has black color on #378942 background.


White color preview on #378942 background

This text has white color on #378942 background.