COLOR #324834

HEX: #324834
RGB: (50,72,52)

Color info

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

RGB color model

#324834 color RGB value is (50,72,52).

  • red value is 50;
  • green value is 72;
  • blue value is 52.
RGB:
(50,72,52)
(20%,28%,20%)

RGB channels and saturation

R 50 of 255 = 20%
G 72 of 255 = 28%
B 52 of 255 = 20%

50
72
52

R + G + B ~ 23%. #324834 is dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 72 + 52 = 174 (100%)
R 50 of 174 ~ 28.74%
G 72 of 174 ~ 41.38%
B 52 of 174 ~ 29.89%

%28.74
%41.38
%29.89

CMYK color model

#324834 color CMYK value is (31,0,28,72).

  • cyan value is 30.56%
  • magenta value is 0.00%
  • yellow value is 27.78%
  • key color value is 71.76%
CMYK:
(31,0,28,72)
C31M0Y28K72 
(31%,0%,28%,72%)
(0.31/0.00/0.28/0.72)	

CMYK percentages

%30.56
%0
%27.78
%71.76

Codes

Color #324834 in popluar color models

324834
RGB507252
HSL125°18.03%23.92%
HSB/HSV125°30.56%28.24%
CMYK30.56%0.00%27.78%
71.76%

Color #324834 in popluar number systems.

HEX324834
Decimal507252
Binary1100101001000110100
Octal6211064

Shades and tints

Shades of #324834

#324834
(50,72,52)
#2E4230
(46,66,48)
#2A3C2C
(42,60,44)
#263628
(38,54,40)
#223024
(34,48,36)
#1E2A20
(30,42,32)
#1A241C
(26,36,28)
#161E18
(22,30,24)
#121814
(18,24,20)
#0E1210
(14,18,16)
#0A0C0C
(10,12,12)
#000000
(0,0,0)

Tints of #324834

#324834
(50,72,52)
#445846
(68,88,70)
#566858
(86,104,88)
#68786A
(104,120,106)
#7A887C
(122,136,124)
#8C988E
(140,152,142)
#9EA8A0
(158,168,160)
#B0B8B2
(176,184,178)
#C2C8C4
(194,200,196)
#D4D8D6
(212,216,214)
#E6E8E8
(230,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #324834 color. Also use rgb(50,72,52) instead hex code.

Text Font Color

.myTextColor { color: #324834; }

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

This text font color is #324834.


Background Color

.myBgColor { background-color: #324834; }

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

This div background color is #324834.


Border color

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

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

This div border color is #324834.


Opacity

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

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

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

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

This text has shadow with #324834 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #324834 on black background.


Color preview on white background

This text has color #324834 on white background.



Black color preview on #324834 background

This text has black color on #324834 background.


White color preview on #324834 background

This text has white color on #324834 background.