COLOR #327370

HEX: #327370
RGB: (50,115,112)

Color info

#327370 contains mainly green and blue colors. Web safe color of #327370 is #336666 (or #366).

RGB color model

#327370 color RGB value is (50,115,112).

  • red value is 50;
  • green value is 115;
  • blue value is 112.
RGB:
(50,115,112)
(20%,45%,44%)

RGB channels and saturation

R 50 of 255 = 20%
G 115 of 255 = 45%
B 112 of 255 = 44%

50
115
112

R + G + B ~ 36%. #327370 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 115 + 112 = 277 (100%)
R 50 of 277 ~ 18.05%
G 115 of 277 ~ 41.52%
B 112 of 277 ~ 40.43%

%18.05
%41.52
%40.43

CMYK color model

#327370 color CMYK value is (57,0,3,55).

  • cyan value is 56.52%
  • magenta value is 0.00%
  • yellow value is 2.61%
  • key color value is 54.90%
CMYK:
(57,0,3,55)
C57M0Y3K55 
(57%,0%,3%,55%)
(0.57/0.00/0.03/0.55)	

CMYK percentages

%56.52
%0
%2.61
%54.9

Codes

Color #327370 in popluar color models

327370
RGB50115112
HSL177°39.39%32.35%
HSB/HSV177°56.52%45.10%
CMYK56.52%0.00%2.61%
54.90%

Color #327370 in popluar number systems.

HEX327370
Decimal50115112
Binary11001011100111110000
Octal62163160

Shades and tints

Shades of #327370

#327370
(50,115,112)
#2E6966
(46,105,102)
#2A5F5C
(42,95,92)
#265552
(38,85,82)
#224B48
(34,75,72)
#1E413E
(30,65,62)
#1A3734
(26,55,52)
#162D2A
(22,45,42)
#122320
(18,35,32)
#0E1916
(14,25,22)
#0A0F0C
(10,15,12)
#000000
(0,0,0)

Tints of #327370

#327370
(50,115,112)
#447F7D
(68,127,125)
#568B8A
(86,139,138)
#689797
(104,151,151)
#7AA3A4
(122,163,164)
#8CAFB1
(140,175,177)
#9EBBBE
(158,187,190)
#B0C7CB
(176,199,203)
#C2D3D8
(194,211,216)
#D4DFE5
(212,223,229)
#E6EBF2
(230,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #327370 color. Also use rgb(50,115,112) instead hex code.

Text Font Color

.myTextColor { color: #327370; }

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

This text font color is #327370.


Background Color

.myBgColor { background-color: #327370; }

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

This div background color is #327370.


Border color

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

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

This div border color is #327370.


Opacity

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

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

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

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

This text has shadow with #327370 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #327370 on black background.


Color preview on white background

This text has color #327370 on white background.



Black color preview on #327370 background

This text has black color on #327370 background.


White color preview on #327370 background

This text has white color on #327370 background.