COLOR #378C55

HEX: #378C55
RGB: (55,140,85)

Color info

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

RGB color model

#378C55 color RGB value is (55,140,85).

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

RGB channels and saturation

R 55 of 255 = 22%
G 140 of 255 = 55%
B 85 of 255 = 33%

55
140
85

R + G + B ~ 37%. #378C55 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 140 + 85 = 280 (100%)
R 55 of 280 ~ 19.64%
G 140 of 280 ~ 50%
B 85 of 280 ~ 30.36%

%19.64
%50
%30.36

CMYK color model

#378C55 color CMYK value is (61,0,39,45).

  • cyan value is 60.71%
  • magenta value is 0.00%
  • yellow value is 39.29%
  • key color value is 45.10%
CMYK:
(61,0,39,45)
C61M0Y39K45 
(61%,0%,39%,45%)
(0.61/0.00/0.39/0.45)	

CMYK percentages

%60.71
%0
%39.29
%45.1

Codes

Color #378C55 in popluar color models

378C55
RGB5514085
HSL141°43.59%38.24%
HSB/HSV141°60.71%54.90%
CMYK60.71%0.00%39.29%
45.10%

Color #378C55 in popluar number systems.

HEX378C55
Decimal5514085
Binary110111100011001010101
Octal67214125

Shades and tints

Shades of #378C55

#378C55
(55,140,85)
#32804E
(50,128,78)
#2D7447
(45,116,71)
#286840
(40,104,64)
#235C39
(35,92,57)
#1E5032
(30,80,50)
#19442B
(25,68,43)
#143824
(20,56,36)
#0F2C1D
(15,44,29)
#0A2016
(10,32,22)
#05140F
(5,20,15)
#000000
(0,0,0)

Tints of #378C55

#378C55
(55,140,85)
#499664
(73,150,100)
#5BA073
(91,160,115)
#6DAA82
(109,170,130)
#7FB491
(127,180,145)
#91BEA0
(145,190,160)
#A3C8AF
(163,200,175)
#B5D2BE
(181,210,190)
#C7DCCD
(199,220,205)
#D9E6DC
(217,230,220)
#EBF0EB
(235,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #378C55; }

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

This text font color is #378C55.


Background Color

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

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

This div background color is #378C55.


Border color

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

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

This div border color is #378C55.


Opacity

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

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

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

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

This text has shadow with #378C55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #378C55 on black background.


Color preview on white background

This text has color #378C55 on white background.



Black color preview on #378C55 background

This text has black color on #378C55 background.


White color preview on #378C55 background

This text has white color on #378C55 background.