COLOR #378B60

HEX: #378B60 RGB: (55,139,96)

Color info

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

RGB color model

#378B60 color RGB value is (55,139,96).

RGB: (55,139,96) (22%, 55%, 38%)

RGB channels and saturation

R 55 of 255 = 22%
G 139 of 255 = 55%
B 96 of 255 = 38%

55
139
96

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

Portions of RGB colors in percentages

R + G + B = 55 + 139 + 96 = 290 (100%)
R 55 of 290 ~ 18.97%
G 139 of 290 ~ 47.93%
B 96 of 290 ~ 33.1'%

%18.97
%47.93
%33.1

CMYK color model

#378B60 color CMYK value is (60,0,31,45).

  • cyan value is 60.43%
  • magenta value is 0.00%
  • yellow value is 30.94%
  • key color value is 45.49%

CMYK: (60,0,31,45)
C60M0Y31K45 (60%, 0%, 31%, 45%)
(0.60 / 0.00 / 0.31 / 0.45)

CMYK percentages

%60.43
%0
%30.94
%45.49

Codes

Color #378B60 in popluar color models

37 8B 60
RGB 55 139 96
HSL 149° 43.30% 38.04%
HSB/HSV 149° 60.43% 54.51%
CMYK 60.43% 0.00% 30.94%
45.49%

Color #378B60 in popluar number systems.

HEX 37 8B 60
Decimal 55 139 96
Binary 110111 10001011 1100000
Octal 67 213 140

Shades and tints

Shades of #378B60

#378B60
(55,139,96)
#327F58
(50,127,88)
#2D7350
(45,115,80)
#286748
(40,103,72)
#235B40
(35,91,64)
#1E4F38
(30,79,56)
#194330
(25,67,48)
#143728
(20,55,40)
#0F2B20
(15,43,32)
#0A1F18
(10,31,24)
#051310
(5,19,16)
#000000
(0,0,0)

Tints of #378B60

#378B60
(55,139,96)
#49956E
(73,149,110)
#5B9F7C
(91,159,124)
#6DA98A
(109,169,138)
#7FB398
(127,179,152)
#91BDA6
(145,189,166)
#A3C7B4
(163,199,180)
#B5D1C2
(181,209,194)
#C7DBD0
(199,219,208)
#D9E5DE
(217,229,222)
#EBEFEC
(235,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #378B60 color. Also use rgb(55,139,96) instead hex code.

Text Font Color

.myTextColor { color: #378B60; }

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

This text font color is #378B60.

Background Color

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

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

This div background color is #378B60.

Border color

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

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

This div border color is #378B60.

Opacity

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

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

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

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

This text has shadow with #378B60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #378B60.

Preview

Color preview on black background

This text has color #378B60 on black background.


Color preview on white background

This text has color #378B60 on white background.


Black color preview on #378B60 background

This text has black color on #378B60 background.


White color preview on #378B60 background

This text has white color on #378B60 background.


Related colors

Complementary color

Complementary color for #hex is #C8749F.


I love getcolorcode.com

Triadic colors

1 #60378B and #8B6037 with #378B60 are triadic colors.

2 #608B37 and #8B3760 with #378B60 are triadic colors.