COLOR #379571

HEX: #379571
RGB: (55,149,113)

Color info

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

RGB color model

#379571 color RGB value is (55,149,113).

  • red value is 55;
  • green value is 149;
  • blue value is 113.
RGB:
(55,149,113)
(22%,58%,44%)

RGB channels and saturation

R 55 of 255 = 22%
G 149 of 255 = 58%
B 113 of 255 = 44%

55
149
113

R + G + B ~ 41%. #379571 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
55 + 149 + 113 = 317 (100%)
R 55 of 317 ~ 17.35%
G 149 of 317 ~ 47%
B 113 of 317 ~ 35.65%

%17.35
%47
%35.65

CMYK color model

#379571 color CMYK value is (63,0,24,42).

  • cyan value is 63.09%
  • magenta value is 0.00%
  • yellow value is 24.16%
  • key color value is 41.57%
CMYK:
(63,0,24,42)
C63M0Y24K42 
(63%,0%,24%,42%)
(0.63/0.00/0.24/0.42)	

CMYK percentages

%63.09
%0
%24.16
%41.57

Codes

Color #379571 in popluar color models

379571
RGB55149113
HSL157°46.08%40.00%
HSB/HSV157°63.09%58.43%
CMYK63.09%0.00%24.16%
41.57%

Color #379571 in popluar number systems.

HEX379571
Decimal55149113
Binary110111100101011110001
Octal67225161

Shades and tints

Shades of #379571

#379571
(55,149,113)
#328867
(50,136,103)
#2D7B5D
(45,123,93)
#286E53
(40,110,83)
#236149
(35,97,73)
#1E543F
(30,84,63)
#194735
(25,71,53)
#143A2B
(20,58,43)
#0F2D21
(15,45,33)
#0A2017
(10,32,23)
#05130D
(5,19,13)
#000000
(0,0,0)

Tints of #379571

#379571
(55,149,113)
#499E7D
(73,158,125)
#5BA789
(91,167,137)
#6DB095
(109,176,149)
#7FB9A1
(127,185,161)
#91C2AD
(145,194,173)
#A3CBB9
(163,203,185)
#B5D4C5
(181,212,197)
#C7DDD1
(199,221,209)
#D9E6DD
(217,230,221)
#EBEFE9
(235,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #379571 color. Also use rgb(55,149,113) instead hex code.

Text Font Color

.myTextColor { color: #379571; }

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

This text font color is #379571.


Background Color

.myBgColor { background-color: #379571; }

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

This div background color is #379571.


Border color

.myBorderColor { border: 1px solid #379571; }

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

This div border color is #379571.


Opacity

.myOpacity80 { color: #379571; opacity: 0.8; }

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

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

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

This text has shadow with #379571 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #379571 on black background.


Color preview on white background

This text has color #379571 on white background.



Black color preview on #379571 background

This text has black color on #379571 background.


White color preview on #379571 background

This text has white color on #379571 background.