COLOR #326653

HEX: #326653
RGB: (50,102,83)

Color info

#326653 contains red, green and blue colors in about the same proportion. Web safe color of #326653 is #336666 (or #366).

RGB color model

#326653 color RGB value is (50,102,83).

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

RGB channels and saturation

R 50 of 255 = 20%
G 102 of 255 = 40%
B 83 of 255 = 33%

50
102
83

R + G + B ~ 31%. #326653 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 102 + 83 = 235 (100%)
R 50 of 235 ~ 21.28%
G 102 of 235 ~ 43.4%
B 83 of 235 ~ 35.32%

%21.28
%43.4
%35.32

CMYK color model

#326653 color CMYK value is (51,0,19,60).

  • cyan value is 50.98%
  • magenta value is 0.00%
  • yellow value is 18.63%
  • key color value is 60.00%
CMYK:
(51,0,19,60)
C51M0Y19K60 
(51%,0%,19%,60%)
(0.51/0.00/0.19/0.60)	

CMYK percentages

%50.98
%0
%18.63
%60

Codes

Color #326653 in popluar color models

326653
RGB5010283
HSL158°34.21%29.80%
HSB/HSV158°50.98%40.00%
CMYK50.98%0.00%18.63%
60.00%

Color #326653 in popluar number systems.

HEX326653
Decimal5010283
Binary11001011001101010011
Octal62146123

Shades and tints

Shades of #326653

#326653
(50,102,83)
#2E5D4C
(46,93,76)
#2A5445
(42,84,69)
#264B3E
(38,75,62)
#224237
(34,66,55)
#1E3930
(30,57,48)
#1A3029
(26,48,41)
#162722
(22,39,34)
#121E1B
(18,30,27)
#0E1514
(14,21,20)
#0A0C0D
(10,12,13)
#000000
(0,0,0)

Tints of #326653

#326653
(50,102,83)
#447362
(68,115,98)
#568071
(86,128,113)
#688D80
(104,141,128)
#7A9A8F
(122,154,143)
#8CA79E
(140,167,158)
#9EB4AD
(158,180,173)
#B0C1BC
(176,193,188)
#C2CECB
(194,206,203)
#D4DBDA
(212,219,218)
#E6E8E9
(230,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #326653; }

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

This text font color is #326653.


Background Color

.myBgColor { background-color: #326653; }

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

This div background color is #326653.


Border color

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

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

This div border color is #326653.


Opacity

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

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

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

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

This text has shadow with #326653 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #326653 on black background.


Color preview on white background

This text has color #326653 on white background.



Black color preview on #326653 background

This text has black color on #326653 background.


White color preview on #326653 background

This text has white color on #326653 background.