COLOR #324530

HEX: #324530
RGB: (50,69,48)

Color info

#324530 contains red, green and blue colors in about the same proportion. Web safe color of #324530 is #333333 (or #333).

RGB color model

#324530 color RGB value is (50,69,48).

  • red value is 50;
  • green value is 69;
  • blue value is 48.
RGB:
(50,69,48)
(20%,27%,19%)

RGB channels and saturation

R 50 of 255 = 20%
G 69 of 255 = 27%
B 48 of 255 = 19%

50
69
48

R + G + B ~ 22%. #324530 is dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 69 + 48 = 167 (100%)
R 50 of 167 ~ 29.94%
G 69 of 167 ~ 41.32%
B 48 of 167 ~ 28.74%

%29.94
%41.32
%28.74

CMYK color model

#324530 color CMYK value is (28,0,30,73).

  • cyan value is 27.54%
  • magenta value is 0.00%
  • yellow value is 30.43%
  • key color value is 72.94%
CMYK:
(28,0,30,73)
C28M0Y30K73 
(28%,0%,30%,73%)
(0.28/0.00/0.30/0.73)	

CMYK percentages

%27.54
%0
%30.43
%72.94

Codes

Color #324530 in popluar color models

324530
RGB506948
HSL114°17.95%22.94%
HSB/HSV114°30.43%27.06%
CMYK27.54%0.00%30.43%
72.94%

Color #324530 in popluar number systems.

HEX324530
Decimal506948
Binary1100101000101110000
Octal6210560

Shades and tints

Shades of #324530

#324530
(50,69,48)
#2E3F2C
(46,63,44)
#2A3928
(42,57,40)
#263324
(38,51,36)
#222D20
(34,45,32)
#1E271C
(30,39,28)
#1A2118
(26,33,24)
#161B14
(22,27,20)
#121510
(18,21,16)
#0E0F0C
(14,15,12)
#0A0908
(10,9,8)
#000000
(0,0,0)

Tints of #324530

#324530
(50,69,48)
#445542
(68,85,66)
#566554
(86,101,84)
#687566
(104,117,102)
#7A8578
(122,133,120)
#8C958A
(140,149,138)
#9EA59C
(158,165,156)
#B0B5AE
(176,181,174)
#C2C5C0
(194,197,192)
#D4D5D2
(212,213,210)
#E6E5E4
(230,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #324530 color. Also use rgb(50,69,48) instead hex code.

Text Font Color

.myTextColor { color: #324530; }

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

This text font color is #324530.


Background Color

.myBgColor { background-color: #324530; }

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

This div background color is #324530.


Border color

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

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

This div border color is #324530.


Opacity

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

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

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

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

This text has shadow with #324530 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #324530 on black background.


Color preview on white background

This text has color #324530 on white background.



Black color preview on #324530 background

This text has black color on #324530 background.


White color preview on #324530 background

This text has white color on #324530 background.