COLOR #379073

HEX: #379073
RGB: (55,144,115)

Color info

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

RGB color model

#379073 color RGB value is (55,144,115).

  • red value is 55;
  • green value is 144;
  • blue value is 115.
RGB:
(55,144,115)
(22%,56%,45%)

RGB channels and saturation

R 55 of 255 = 22%
G 144 of 255 = 56%
B 115 of 255 = 45%

55
144
115

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

Portions of RGB colors in percentages

R + G + B =
55 + 144 + 115 = 314 (100%)
R 55 of 314 ~ 17.52%
G 144 of 314 ~ 45.86%
B 115 of 314 ~ 36.62%

%17.52
%45.86
%36.62

CMYK color model

#379073 color CMYK value is (62,0,20,44).

  • cyan value is 61.81%
  • magenta value is 0.00%
  • yellow value is 20.14%
  • key color value is 43.53%
CMYK:
(62,0,20,44)
C62M0Y20K44 
(62%,0%,20%,44%)
(0.62/0.00/0.20/0.44)	

CMYK percentages

%61.81
%0
%20.14
%43.53

Codes

Color #379073 in popluar color models

379073
RGB55144115
HSL160°44.72%39.02%
HSB/HSV160°61.81%56.47%
CMYK61.81%0.00%20.14%
43.53%

Color #379073 in popluar number systems.

HEX379073
Decimal55144115
Binary110111100100001110011
Octal67220163

Shades and tints

Shades of #379073

#379073
(55,144,115)
#328369
(50,131,105)
#2D765F
(45,118,95)
#286955
(40,105,85)
#235C4B
(35,92,75)
#1E4F41
(30,79,65)
#194237
(25,66,55)
#14352D
(20,53,45)
#0F2823
(15,40,35)
#0A1B19
(10,27,25)
#050E0F
(5,14,15)
#000000
(0,0,0)

Tints of #379073

#379073
(55,144,115)
#499A7F
(73,154,127)
#5BA48B
(91,164,139)
#6DAE97
(109,174,151)
#7FB8A3
(127,184,163)
#91C2AF
(145,194,175)
#A3CCBB
(163,204,187)
#B5D6C7
(181,214,199)
#C7E0D3
(199,224,211)
#D9EADF
(217,234,223)
#EBF4EB
(235,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #379073 color. Also use rgb(55,144,115) instead hex code.

Text Font Color

.myTextColor { color: #379073; }

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

This text font color is #379073.


Background Color

.myBgColor { background-color: #379073; }

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

This div background color is #379073.


Border color

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

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

This div border color is #379073.


Opacity

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

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

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

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

This text has shadow with #379073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #379073 on black background.


Color preview on white background

This text has color #379073 on white background.



Black color preview on #379073 background

This text has black color on #379073 background.


White color preview on #379073 background

This text has white color on #379073 background.