COLOR #327269

HEX: #327269
RGB: (50,114,105)

Color info

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

RGB color model

#327269 color RGB value is (50,114,105).

  • red value is 50;
  • green value is 114;
  • blue value is 105.
RGB:
(50,114,105)
(20%,45%,41%)

RGB channels and saturation

R 50 of 255 = 20%
G 114 of 255 = 45%
B 105 of 255 = 41%

50
114
105

R + G + B ~ 35%. #327269 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 114 + 105 = 269 (100%)
R 50 of 269 ~ 18.59%
G 114 of 269 ~ 42.38%
B 105 of 269 ~ 39.03%

%18.59
%42.38
%39.03

CMYK color model

#327269 color CMYK value is (56,0,8,55).

  • cyan value is 56.14%
  • magenta value is 0.00%
  • yellow value is 7.89%
  • key color value is 55.29%
CMYK:
(56,0,8,55)
C56M0Y8K55 
(56%,0%,8%,55%)
(0.56/0.00/0.08/0.55)	

CMYK percentages

%56.14
%0
%7.89
%55.29

Codes

Color #327269 in popluar color models

327269
RGB50114105
HSL172°39.02%32.16%
HSB/HSV172°56.14%44.71%
CMYK56.14%0.00%7.89%
55.29%

Color #327269 in popluar number systems.

HEX327269
Decimal50114105
Binary11001011100101101001
Octal62162151

Shades and tints

Shades of #327269

#327269
(50,114,105)
#2E6860
(46,104,96)
#2A5E57
(42,94,87)
#26544E
(38,84,78)
#224A45
(34,74,69)
#1E403C
(30,64,60)
#1A3633
(26,54,51)
#162C2A
(22,44,42)
#122221
(18,34,33)
#0E1818
(14,24,24)
#0A0E0F
(10,14,15)
#000000
(0,0,0)

Tints of #327269

#327269
(50,114,105)
#447E76
(68,126,118)
#568A83
(86,138,131)
#689690
(104,150,144)
#7AA29D
(122,162,157)
#8CAEAA
(140,174,170)
#9EBAB7
(158,186,183)
#B0C6C4
(176,198,196)
#C2D2D1
(194,210,209)
#D4DEDE
(212,222,222)
#E6EAEB
(230,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #327269 color. Also use rgb(50,114,105) instead hex code.

Text Font Color

.myTextColor { color: #327269; }

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

This text font color is #327269.


Background Color

.myBgColor { background-color: #327269; }

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

This div background color is #327269.


Border color

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

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

This div border color is #327269.


Opacity

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

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

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

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

This text has shadow with #327269 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #327269 on black background.


Color preview on white background

This text has color #327269 on white background.



Black color preview on #327269 background

This text has black color on #327269 background.


White color preview on #327269 background

This text has white color on #327269 background.