COLOR #379B60

HEX: #379B60 RGB: (55,155,96)

Color info

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

RGB color model

#379B60 color RGB value is (55,155,96).

RGB: (55,155,96) (22%, 61%, 38%)

RGB channels and saturation

R 55 of 255 = 22%
G 155 of 255 = 61%
B 96 of 255 = 38%

55
155
96

R + G + B ~ 40%. #379B60 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 55 + 155 + 96 = 306 (100%)
R 55 of 306 ~ 17.97%
G 155 of 306 ~ 50.65%
B 96 of 306 ~ 31.37'%

%17.97
%50.65
%31.37

CMYK color model

#379B60 color CMYK value is (65,0,38,39).

  • cyan value is 64.52%
  • magenta value is 0.00%
  • yellow value is 38.06%
  • key color value is 39.22%

CMYK: (65,0,38,39)
C65M0Y38K39 (65%, 0%, 38%, 39%)
(0.65 / 0.00 / 0.38 / 0.39)

CMYK percentages

%64.52
%0
%38.06
%39.22

Codes

Color #379B60 in popluar color models

37 9B 60
RGB 55 155 96
HSL 145° 47.62% 41.18%
HSB/HSV 145° 64.52% 60.78%
CMYK 64.52% 0.00% 38.06%
39.22%

Color #379B60 in popluar number systems.

HEX 37 9B 60
Decimal 55 155 96
Binary 110111 10011011 1100000
Octal 67 233 140

Shades and tints

Shades of #379B60

#379B60
(55,155,96)
#328D58
(50,141,88)
#2D7F50
(45,127,80)
#287148
(40,113,72)
#236340
(35,99,64)
#1E5538
(30,85,56)
#194730
(25,71,48)
#143928
(20,57,40)
#0F2B20
(15,43,32)
#0A1D18
(10,29,24)
#050F10
(5,15,16)
#000000
(0,0,0)

Tints of #379B60

#379B60
(55,155,96)
#49A46E
(73,164,110)
#5BAD7C
(91,173,124)
#6DB68A
(109,182,138)
#7FBF98
(127,191,152)
#91C8A6
(145,200,166)
#A3D1B4
(163,209,180)
#B5DAC2
(181,218,194)
#C7E3D0
(199,227,208)
#D9ECDE
(217,236,222)
#EBF5EC
(235,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #379B60; }

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

This text font color is #379B60.

Background Color

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

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

This div background color is #379B60.

Border color

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

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

This div border color is #379B60.

Opacity

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

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

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

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

This text has shadow with #379B60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #379B60.

Preview

Color preview on black background

This text has color #379B60 on black background.


Color preview on white background

This text has color #379B60 on white background.


Black color preview on #379B60 background

This text has black color on #379B60 background.


White color preview on #379B60 background

This text has white color on #379B60 background.


Related colors

Complementary color

Complementary color for #hex is #C8649F.


I love getcolorcode.com

Triadic colors

1 #60379B and #9B6037 with #379B60 are triadic colors.

2 #609B37 and #9B3760 with #379B60 are triadic colors.