COLOR #379694

HEX: #379694
RGB: (55,150,148)

Color info

#379694 contains mainly green and blue colors. Web safe color of #379694 is #339999 (or #399).

RGB color model

#379694 color RGB value is (55,150,148).

  • red value is 55;
  • green value is 150;
  • blue value is 148.
RGB:
(55,150,148)
(22%,59%,58%)

RGB channels and saturation

R 55 of 255 = 22%
G 150 of 255 = 59%
B 148 of 255 = 58%

55
150
148

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

Portions of RGB colors in percentages

R + G + B =
55 + 150 + 148 = 353 (100%)
R 55 of 353 ~ 15.58%
G 150 of 353 ~ 42.49%
B 148 of 353 ~ 41.93%

%15.58
%42.49
%41.93

CMYK color model

#379694 color CMYK value is (63,0,1,41).

  • cyan value is 63.33%
  • magenta value is 0.00%
  • yellow value is 1.33%
  • key color value is 41.18%
CMYK:
(63,0,1,41)
C63M0Y1K41 
(63%,0%,1%,41%)
(0.63/0.00/0.01/0.41)	

CMYK percentages

%63.33
%0
%1.33
%41.18

Codes

Color #379694 in popluar color models

379694
RGB55150148
HSL179°46.34%40.20%
HSB/HSV179°63.33%58.82%
CMYK63.33%0.00%1.33%
41.18%

Color #379694 in popluar number systems.

HEX379694
Decimal55150148
Binary1101111001011010010100
Octal67226224

Shades and tints

Shades of #379694

#379694
(55,150,148)
#328987
(50,137,135)
#2D7C7A
(45,124,122)
#286F6D
(40,111,109)
#236260
(35,98,96)
#1E5553
(30,85,83)
#194846
(25,72,70)
#143B39
(20,59,57)
#0F2E2C
(15,46,44)
#0A211F
(10,33,31)
#051412
(5,20,18)
#000000
(0,0,0)

Tints of #379694

#379694
(55,150,148)
#499F9D
(73,159,157)
#5BA8A6
(91,168,166)
#6DB1AF
(109,177,175)
#7FBAB8
(127,186,184)
#91C3C1
(145,195,193)
#A3CCCA
(163,204,202)
#B5D5D3
(181,213,211)
#C7DEDC
(199,222,220)
#D9E7E5
(217,231,229)
#EBF0EE
(235,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #379694 color. Also use rgb(55,150,148) instead hex code.

Text Font Color

.myTextColor { color: #379694; }

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

This text font color is #379694.


Background Color

.myBgColor { background-color: #379694; }

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

This div background color is #379694.


Border color

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

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

This div border color is #379694.


Opacity

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

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

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

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

This text has shadow with #379694 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #379694 on black background.


Color preview on white background

This text has color #379694 on white background.



Black color preview on #379694 background

This text has black color on #379694 background.


White color preview on #379694 background

This text has white color on #379694 background.