COLOR #378C52

HEX: #378C52
RGB: (55,140,82)

Color info

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

RGB color model

#378C52 color RGB value is (55,140,82).

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

RGB channels and saturation

R 55 of 255 = 22%
G 140 of 255 = 55%
B 82 of 255 = 32%

55
140
82

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

Portions of RGB colors in percentages

R + G + B =
55 + 140 + 82 = 277 (100%)
R 55 of 277 ~ 19.86%
G 140 of 277 ~ 50.54%
B 82 of 277 ~ 29.6%

%19.86
%50.54
%29.6

CMYK color model

#378C52 color CMYK value is (61,0,41,45).

  • cyan value is 60.71%
  • magenta value is 0.00%
  • yellow value is 41.43%
  • key color value is 45.10%
CMYK:
(61,0,41,45)
C61M0Y41K45 
(61%,0%,41%,45%)
(0.61/0.00/0.41/0.45)	

CMYK percentages

%60.71
%0
%41.43
%45.1

Codes

Color #378C52 in popluar color models

378C52
RGB5514082
HSL139°43.59%38.24%
HSB/HSV139°60.71%54.90%
CMYK60.71%0.00%41.43%
45.10%

Color #378C52 in popluar number systems.

HEX378C52
Decimal5514082
Binary110111100011001010010
Octal67214122

Shades and tints

Shades of #378C52

#378C52
(55,140,82)
#32804B
(50,128,75)
#2D7444
(45,116,68)
#28683D
(40,104,61)
#235C36
(35,92,54)
#1E502F
(30,80,47)
#194428
(25,68,40)
#143821
(20,56,33)
#0F2C1A
(15,44,26)
#0A2013
(10,32,19)
#05140C
(5,20,12)
#000000
(0,0,0)

Tints of #378C52

#378C52
(55,140,82)
#499661
(73,150,97)
#5BA070
(91,160,112)
#6DAA7F
(109,170,127)
#7FB48E
(127,180,142)
#91BE9D
(145,190,157)
#A3C8AC
(163,200,172)
#B5D2BB
(181,210,187)
#C7DCCA
(199,220,202)
#D9E6D9
(217,230,217)
#EBF0E8
(235,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #378C52; }

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

This text font color is #378C52.


Background Color

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

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

This div background color is #378C52.


Border color

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

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

This div border color is #378C52.


Opacity

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

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

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

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

This text has shadow with #378C52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #378C52 on black background.


Color preview on white background

This text has color #378C52 on white background.



Black color preview on #378C52 background

This text has black color on #378C52 background.


White color preview on #378C52 background

This text has white color on #378C52 background.