COLOR #378C62

HEX: #378C62 RGB: (55,140,98)

Color info

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

RGB color model

#378C62 color RGB value is (55,140,98).

RGB: (55,140,98) (22%, 55%, 38%)

RGB channels and saturation

R 55 of 255 = 22%
G 140 of 255 = 55%
B 98 of 255 = 38%

55
140
98

R + G + B ~ 38%. #378C62 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 140 + 98 = 293 (100%)
R 55 of 293 ~ 18.77%
G 140 of 293 ~ 47.78%
B 98 of 293 ~ 33.45'%

%18.77
%47.78
%33.45

CMYK color model

#378C62 color CMYK value is (61,0,30,45).

  • cyan value is 60.71%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 45.10%
CMYK: (61,0,30,45) C61M0Y30K45 (61%,0%,30%,45%) (0.61/0.00/0.30/0.45) 

CMYK percentages

%60.71
%0
%30
%45.1

Codes

Color #378C62 in popluar color models

37 8C 62
RGB 55 140 98
HSL 150° 43.59% 38.24%
HSB/HSV 150° 60.71% 54.90%
CMYK 60.71% 0.00% 30.00%
45.10%

Color #378C62 in popluar number systems.

HEX 37 8C 62
Decimal 55 140 98
Binary 110111 10001100 1100010
Octal 67 214 142

Shades and tints

Shades of #378C62

#378C62
(55,140,98)
#32805A
(50,128,90)
#2D7452
(45,116,82)
#28684A
(40,104,74)
#235C42
(35,92,66)
#1E503A
(30,80,58)
#194432
(25,68,50)
#14382A
(20,56,42)
#0F2C22
(15,44,34)
#0A201A
(10,32,26)
#051412
(5,20,18)
#000000
(0,0,0)

Tints of #378C62

#378C62
(55,140,98)
#499670
(73,150,112)
#5BA07E
(91,160,126)
#6DAA8C
(109,170,140)
#7FB49A
(127,180,154)
#91BEA8
(145,190,168)
#A3C8B6
(163,200,182)
#B5D2C4
(181,210,196)
#C7DCD2
(199,220,210)
#D9E6E0
(217,230,224)
#EBF0EE
(235,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #378C62; }

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

This text font color is #378C62.

Background Color

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

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

This div background color is #378C62.

Border color

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

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

This div border color is #378C62.

Opacity

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

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

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

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

This text has shadow with #378C62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #378C62.

Preview

Color preview on black background

This text has color #378C62 on black background.


Color preview on white background

This text has color #378C62 on white background.


Black color preview on #378C62 background

This text has black color on #378C62 background.


White color preview on #378C62 background

This text has white color on #378C62 background.


Related colors

Complementary color

Complementary color for #hex is #C8739D.


I love getcolorcode.com

Triadic colors

1 #62378C and #8C6237 with #378C62 are triadic colors.

2 #628C37 and #8C3762 with #378C62 are triadic colors.