COLOR #327375

HEX: #327375
RGB: (50,115,117)

Color info

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

RGB color model

#327375 color RGB value is (50,115,117).

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

RGB channels and saturation

R 50 of 255 = 20%
G 115 of 255 = 45%
B 117 of 255 = 46%

50
115
117

R + G + B ~ 37%. #327375 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 115 + 117 = 282 (100%)
R 50 of 282 ~ 17.73%
G 115 of 282 ~ 40.78%
B 117 of 282 ~ 41.49%

%17.73
%40.78
%41.49

CMYK color model

#327375 color CMYK value is (57,2,0,54).

  • cyan value is 57.26%
  • magenta value is 1.71%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(57,2,0,54)
C57M2Y0K54 
(57%,2%,0%,54%)
(0.57/0.02/0.00/0.54)	

CMYK percentages

%57.26
%1.71
%0
%54.12

Codes

Color #327375 in popluar color models

327375
RGB50115117
HSL182°40.12%32.75%
HSB/HSV182°57.26%45.88%
CMYK57.26%1.71%0.00%
54.12%

Color #327375 in popluar number systems.

HEX327375
Decimal50115117
Binary11001011100111110101
Octal62163165

Shades and tints

Shades of #327375

#327375
(50,115,117)
#2E696B
(46,105,107)
#2A5F61
(42,95,97)
#265557
(38,85,87)
#224B4D
(34,75,77)
#1E4143
(30,65,67)
#1A3739
(26,55,57)
#162D2F
(22,45,47)
#122325
(18,35,37)
#0E191B
(14,25,27)
#0A0F11
(10,15,17)
#000000
(0,0,0)

Tints of #327375

#327375
(50,115,117)
#447F81
(68,127,129)
#568B8D
(86,139,141)
#689799
(104,151,153)
#7AA3A5
(122,163,165)
#8CAFB1
(140,175,177)
#9EBBBD
(158,187,189)
#B0C7C9
(176,199,201)
#C2D3D5
(194,211,213)
#D4DFE1
(212,223,225)
#E6EBED
(230,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #327375; }

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

This text font color is #327375.


Background Color

.myBgColor { background-color: #327375; }

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

This div background color is #327375.


Border color

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

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

This div border color is #327375.


Opacity

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

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

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

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

This text has shadow with #327375 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #327375 on black background.


Color preview on white background

This text has color #327375 on white background.



Black color preview on #327375 background

This text has black color on #327375 background.


White color preview on #327375 background

This text has white color on #327375 background.