COLOR #378950

HEX: #378950
RGB: (55,137,80)

Color info

#378950 contains mainly green and blue colors. Web safe color of #378950 is #339966 (or #396).

RGB color model

#378950 color RGB value is (55,137,80).

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

RGB channels and saturation

R 55 of 255 = 22%
G 137 of 255 = 54%
B 80 of 255 = 31%

55
137
80

R + G + B ~ 36%. #378950 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 137 + 80 = 272 (100%)
R 55 of 272 ~ 20.22%
G 137 of 272 ~ 50.37%
B 80 of 272 ~ 29.41%

%20.22
%50.37
%29.41

CMYK color model

#378950 color CMYK value is (60,0,42,46).

  • cyan value is 59.85%
  • magenta value is 0.00%
  • yellow value is 41.61%
  • key color value is 46.27%
CMYK:
(60,0,42,46)
C60M0Y42K46 
(60%,0%,42%,46%)
(0.60/0.00/0.42/0.46)	

CMYK percentages

%59.85
%0
%41.61
%46.27

Codes

Color #378950 in popluar color models

378950
RGB5513780
HSL138°42.71%37.65%
HSB/HSV138°59.85%53.73%
CMYK59.85%0.00%41.61%
46.27%

Color #378950 in popluar number systems.

HEX378950
Decimal5513780
Binary110111100010011010000
Octal67211120

Shades and tints

Shades of #378950

#378950
(55,137,80)
#327D49
(50,125,73)
#2D7142
(45,113,66)
#28653B
(40,101,59)
#235934
(35,89,52)
#1E4D2D
(30,77,45)
#194126
(25,65,38)
#14351F
(20,53,31)
#0F2918
(15,41,24)
#0A1D11
(10,29,17)
#05110A
(5,17,10)
#000000
(0,0,0)

Tints of #378950

#378950
(55,137,80)
#49935F
(73,147,95)
#5B9D6E
(91,157,110)
#6DA77D
(109,167,125)
#7FB18C
(127,177,140)
#91BB9B
(145,187,155)
#A3C5AA
(163,197,170)
#B5CFB9
(181,207,185)
#C7D9C8
(199,217,200)
#D9E3D7
(217,227,215)
#EBEDE6
(235,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #378950; }

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

This text font color is #378950.


Background Color

.myBgColor { background-color: #378950; }

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

This div background color is #378950.


Border color

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

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

This div border color is #378950.


Opacity

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

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

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

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

This text has shadow with #378950 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #378950 on black background.


Color preview on white background

This text has color #378950 on white background.



Black color preview on #378950 background

This text has black color on #378950 background.


White color preview on #378950 background

This text has white color on #378950 background.