COLOR #327551

HEX: #327551
RGB: (50,117,81)

Color info

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

RGB color model

#327551 color RGB value is (50,117,81).

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

RGB channels and saturation

R 50 of 255 = 20%
G 117 of 255 = 46%
B 81 of 255 = 32%

50
117
81

R + G + B ~ 33%. #327551 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 117 + 81 = 248 (100%)
R 50 of 248 ~ 20.16%
G 117 of 248 ~ 47.18%
B 81 of 248 ~ 32.66%

%20.16
%47.18
%32.66

CMYK color model

#327551 color CMYK value is (57,0,31,54).

  • cyan value is 57.26%
  • magenta value is 0.00%
  • yellow value is 30.77%
  • key color value is 54.12%
CMYK:
(57,0,31,54)
C57M0Y31K54 
(57%,0%,31%,54%)
(0.57/0.00/0.31/0.54)	

CMYK percentages

%57.26
%0
%30.77
%54.12

Codes

Color #327551 in popluar color models

327551
RGB5011781
HSL148°40.12%32.75%
HSB/HSV148°57.26%45.88%
CMYK57.26%0.00%30.77%
54.12%

Color #327551 in popluar number systems.

HEX327551
Decimal5011781
Binary11001011101011010001
Octal62165121

Shades and tints

Shades of #327551

#327551
(50,117,81)
#2E6B4A
(46,107,74)
#2A6143
(42,97,67)
#26573C
(38,87,60)
#224D35
(34,77,53)
#1E432E
(30,67,46)
#1A3927
(26,57,39)
#162F20
(22,47,32)
#122519
(18,37,25)
#0E1B12
(14,27,18)
#0A110B
(10,17,11)
#000000
(0,0,0)

Tints of #327551

#327551
(50,117,81)
#448160
(68,129,96)
#568D6F
(86,141,111)
#68997E
(104,153,126)
#7AA58D
(122,165,141)
#8CB19C
(140,177,156)
#9EBDAB
(158,189,171)
#B0C9BA
(176,201,186)
#C2D5C9
(194,213,201)
#D4E1D8
(212,225,216)
#E6EDE7
(230,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #327551; }

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

This text font color is #327551.


Background Color

.myBgColor { background-color: #327551; }

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

This div background color is #327551.


Border color

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

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

This div border color is #327551.


Opacity

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

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

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

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

This text has shadow with #327551 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #327551 on black background.


Color preview on white background

This text has color #327551 on white background.



Black color preview on #327551 background

This text has black color on #327551 background.


White color preview on #327551 background

This text has white color on #327551 background.