COLOR #324734

HEX: #324734
RGB: (50,71,52)

Color info

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

RGB color model

#324734 color RGB value is (50,71,52).

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

RGB channels and saturation

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

50
71
52

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

Portions of RGB colors in percentages

R + G + B =
50 + 71 + 52 = 173 (100%)
R 50 of 173 ~ 28.9%
G 71 of 173 ~ 41.04%
B 52 of 173 ~ 30.06%

%28.9
%41.04
%30.06

CMYK color model

#324734 color CMYK value is (30,0,27,72).

  • cyan value is 29.58%
  • magenta value is 0.00%
  • yellow value is 26.76%
  • key color value is 72.16%
CMYK:
(30,0,27,72)
C30M0Y27K72 
(30%,0%,27%,72%)
(0.30/0.00/0.27/0.72)	

CMYK percentages

%29.58
%0
%26.76
%72.16

Codes

Color #324734 in popluar color models

324734
RGB507152
HSL126°17.36%23.73%
HSB/HSV126°29.58%27.84%
CMYK29.58%0.00%26.76%
72.16%

Color #324734 in popluar number systems.

HEX324734
Decimal507152
Binary1100101000111110100
Octal6210764

Shades and tints

Shades of #324734

#324734
(50,71,52)
#2E4130
(46,65,48)
#2A3B2C
(42,59,44)
#263528
(38,53,40)
#222F24
(34,47,36)
#1E2920
(30,41,32)
#1A231C
(26,35,28)
#161D18
(22,29,24)
#121714
(18,23,20)
#0E1110
(14,17,16)
#0A0B0C
(10,11,12)
#000000
(0,0,0)

Tints of #324734

#324734
(50,71,52)
#445746
(68,87,70)
#566758
(86,103,88)
#68776A
(104,119,106)
#7A877C
(122,135,124)
#8C978E
(140,151,142)
#9EA7A0
(158,167,160)
#B0B7B2
(176,183,178)
#C2C7C4
(194,199,196)
#D4D7D6
(212,215,214)
#E6E7E8
(230,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #324734; }

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

This text font color is #324734.


Background Color

.myBgColor { background-color: #324734; }

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

This div background color is #324734.


Border color

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

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

This div border color is #324734.


Opacity

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

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

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

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

This text has shadow with #324734 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #324734 on black background.


Color preview on white background

This text has color #324734 on white background.



Black color preview on #324734 background

This text has black color on #324734 background.


White color preview on #324734 background

This text has white color on #324734 background.