COLOR #379C7F

HEX: #379C7F RGB: (55,156,127)

Color info

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

RGB color model

#379C7F color RGB value is (55,156,127).

RGB: (55,156,127) (22%, 61%, 50%)

RGB channels and saturation

R 55 of 255 = 22%
G 156 of 255 = 61%
B 127 of 255 = 50%

55
156
127

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

Portions of RGB colors in percentages

R + G + B = 55 + 156 + 127 = 338 (100%)
R 55 of 338 ~ 16.27%
G 156 of 338 ~ 46.15%
B 127 of 338 ~ 37.57'%

%16.27
%46.15
%37.57

CMYK color model

#379C7F color CMYK value is (65,0,19,39).

  • cyan value is 64.74%
  • magenta value is 0.00%
  • yellow value is 18.59%
  • key color value is 38.82%

CMYK: (65,0,19,39)
C65M0Y19K39 (65%, 0%, 19%, 39%)
(0.65 / 0.00 / 0.19 / 0.39)

CMYK percentages

%64.74
%0
%18.59
%38.82

Codes

Color #379C7F in popluar color models

37 9C 7F
RGB 55 156 127
HSL 163° 47.87% 41.37%
HSB/HSV 163° 64.74% 61.18%
CMYK 64.74% 0.00% 18.59%
38.82%

Color #379C7F in popluar number systems.

HEX 37 9C 7F
Decimal 55 156 127
Binary 110111 10011100 1111111
Octal 67 234 177

Shades and tints

Shades of #379C7F

#379C7F
(55,156,127)
#328E74
(50,142,116)
#2D8069
(45,128,105)
#28725E
(40,114,94)
#236453
(35,100,83)
#1E5648
(30,86,72)
#19483D
(25,72,61)
#143A32
(20,58,50)
#0F2C27
(15,44,39)
#0A1E1C
(10,30,28)
#051011
(5,16,17)
#000000
(0,0,0)

Tints of #379C7F

#379C7F
(55,156,127)
#49A58A
(73,165,138)
#5BAE95
(91,174,149)
#6DB7A0
(109,183,160)
#7FC0AB
(127,192,171)
#91C9B6
(145,201,182)
#A3D2C1
(163,210,193)
#B5DBCC
(181,219,204)
#C7E4D7
(199,228,215)
#D9EDE2
(217,237,226)
#EBF6ED
(235,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #379C7F color. Also use rgb(55,156,127) instead hex code.

Text Font Color

.myTextColor { color: #379C7F; }

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

This text font color is #379C7F.

Background Color

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

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

This div background color is #379C7F.

Border color

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

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

This div border color is #379C7F.

Opacity

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

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

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

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

This text has shadow with #379C7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #379C7F.

Preview

Color preview on black background

This text has color #379C7F on black background.


Color preview on white background

This text has color #379C7F on white background.


Black color preview on #379C7F background

This text has black color on #379C7F background.


White color preview on #379C7F background

This text has white color on #379C7F background.


Related colors

Complementary color

Complementary color for #hex is #C86380.


I love getcolorcode.com

Triadic colors

1 #7F379C and #9C7F37 with #379C7F are triadic colors.

2 #7F9C37 and #9C377F with #379C7F are triadic colors.