COLOR #327853

HEX: #327853
RGB: (50,120,83)

Color info

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

RGB color model

#327853 color RGB value is (50,120,83).

  • red value is 50;
  • green value is 120;
  • blue value is 83.
RGB: (50,120,83) (20%,47%,33%)

RGB channels and saturation

R 50 of 255 = 20%
G 120 of 255 = 47%
B 83 of 255 = 33%

50
120
83

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

Portions of RGB colors in percentages

R + G + B =
50 + 120 + 83 = 253 (100%)
R 50 of 253 ~ 19.76%
G 120 of 253 ~ 47.43%
B 83 of 253 ~ 32.81%

%19.76
%47.43
%32.81

CMYK color model

#327853 color CMYK value is (58,0,31,53).

  • cyan value is 58.33%
  • magenta value is 0.00%
  • yellow value is 30.83%
  • key color value is 52.94%
CMYK: (58,0,31,53) C58M0Y31K53 (58%,0%,31%,53%) (0.58/0.00/0.31/0.53)

CMYK percentages

%58.33
%0
%30.83
%52.94

Codes

Color #327853 in popluar color models

327853
RGB5012083
HSL148°41.18%33.33%
HSB/HSV148°58.33%47.06%
CMYK58.33%0.00%30.83%
52.94%

Color #327853 in popluar number systems.

HEX327853
Decimal5012083
Binary11001011110001010011
Octal62170123

Shades and tints

Shades of #327853

#327853
(50,120,83)
#2E6E4C
(46,110,76)
#2A6445
(42,100,69)
#265A3E
(38,90,62)
#225037
(34,80,55)
#1E4630
(30,70,48)
#1A3C29
(26,60,41)
#163222
(22,50,34)
#12281B
(18,40,27)
#0E1E14
(14,30,20)
#0A140D
(10,20,13)
#000000
(0,0,0)

Tints of #327853

#327853
(50,120,83)
#448462
(68,132,98)
#569071
(86,144,113)
#689C80
(104,156,128)
#7AA88F
(122,168,143)
#8CB49E
(140,180,158)
#9EC0AD
(158,192,173)
#B0CCBC
(176,204,188)
#C2D8CB
(194,216,203)
#D4E4DA
(212,228,218)
#E6F0E9
(230,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #327853 color. Also use rgb(50,120,83) instead hex code.

Text Font Color

.myTextColor { color: #327853; }

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

This text font color is #327853.


Background Color

.myBgColor { background-color: #327853; }

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

This div background color is #327853.


Border color

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

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

This div border color is #327853.


Opacity

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

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

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

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

This text has shadow with #327853 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #327853 on black background.


Color preview on white background

This text has color #327853 on white background.



Black color preview on #327853 background

This text has black color on #327853 background.


White color preview on #327853 background

This text has white color on #327853 background.