COLOR #379072

HEX: #379072
RGB: (55,144,114)

Color info

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

RGB color model

#379072 color RGB value is (55,144,114).

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

RGB channels and saturation

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

55
144
114

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

Portions of RGB colors in percentages

R + G + B =
55 + 144 + 114 = 313 (100%)
R 55 of 313 ~ 17.57%
G 144 of 313 ~ 46.01%
B 114 of 313 ~ 36.42%

%17.57
%46.01
%36.42

CMYK color model

#379072 color CMYK value is (62,0,21,44).

  • cyan value is 61.81%
  • magenta value is 0.00%
  • yellow value is 20.83%
  • key color value is 43.53%
CMYK:
(62,0,21,44)
C62M0Y21K44 
(62%,0%,21%,44%)
(0.62/0.00/0.21/0.44)	

CMYK percentages

%61.81
%0
%20.83
%43.53

Codes

Color #379072 in popluar color models

379072
RGB55144114
HSL160°44.72%39.02%
HSB/HSV160°61.81%56.47%
CMYK61.81%0.00%20.83%
43.53%

Color #379072 in popluar number systems.

HEX379072
Decimal55144114
Binary110111100100001110010
Octal67220162

Shades and tints

Shades of #379072

#379072
(55,144,114)
#328368
(50,131,104)
#2D765E
(45,118,94)
#286954
(40,105,84)
#235C4A
(35,92,74)
#1E4F40
(30,79,64)
#194236
(25,66,54)
#14352C
(20,53,44)
#0F2822
(15,40,34)
#0A1B18
(10,27,24)
#050E0E
(5,14,14)
#000000
(0,0,0)

Tints of #379072

#379072
(55,144,114)
#499A7E
(73,154,126)
#5BA48A
(91,164,138)
#6DAE96
(109,174,150)
#7FB8A2
(127,184,162)
#91C2AE
(145,194,174)
#A3CCBA
(163,204,186)
#B5D6C6
(181,214,198)
#C7E0D2
(199,224,210)
#D9EADE
(217,234,222)
#EBF4EA
(235,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #379072; }

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

This text font color is #379072.


Background Color

.myBgColor { background-color: #379072; }

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

This div background color is #379072.


Border color

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

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

This div border color is #379072.


Opacity

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

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

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

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

This text has shadow with #379072 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #379072 on black background.


Color preview on white background

This text has color #379072 on white background.



Black color preview on #379072 background

This text has black color on #379072 background.


White color preview on #379072 background

This text has white color on #379072 background.