COLOR #324635

HEX: #324635
RGB: (50,70,53)

Color info

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

RGB color model

#324635 color RGB value is (50,70,53).

  • red value is 50;
  • green value is 70;
  • blue value is 53.
RGB:
(50,70,53)
(20%,27%,21%)

RGB channels and saturation

R 50 of 255 = 20%
G 70 of 255 = 27%
B 53 of 255 = 21%

50
70
53

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

Portions of RGB colors in percentages

R + G + B =
50 + 70 + 53 = 173 (100%)
R 50 of 173 ~ 28.9%
G 70 of 173 ~ 40.46%
B 53 of 173 ~ 30.64%

%28.9
%40.46
%30.64

CMYK color model

#324635 color CMYK value is (29,0,24,73).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 24.29%
  • key color value is 72.55%
CMYK:
(29,0,24,73)
C29M0Y24K73 
(29%,0%,24%,73%)
(0.29/0.00/0.24/0.73)	

CMYK percentages

%28.57
%0
%24.29
%72.55

Codes

Color #324635 in popluar color models

324635
RGB507053
HSL129°16.67%23.53%
HSB/HSV129°28.57%27.45%
CMYK28.57%0.00%24.29%
72.55%

Color #324635 in popluar number systems.

HEX324635
Decimal507053
Binary1100101000110110101
Octal6210665

Shades and tints

Shades of #324635

#324635
(50,70,53)
#2E4031
(46,64,49)
#2A3A2D
(42,58,45)
#263429
(38,52,41)
#222E25
(34,46,37)
#1E2821
(30,40,33)
#1A221D
(26,34,29)
#161C19
(22,28,25)
#121615
(18,22,21)
#0E1011
(14,16,17)
#0A0A0D
(10,10,13)
#000000
(0,0,0)

Tints of #324635

#324635
(50,70,53)
#445647
(68,86,71)
#566659
(86,102,89)
#68766B
(104,118,107)
#7A867D
(122,134,125)
#8C968F
(140,150,143)
#9EA6A1
(158,166,161)
#B0B6B3
(176,182,179)
#C2C6C5
(194,198,197)
#D4D6D7
(212,214,215)
#E6E6E9
(230,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #324635 color. Also use rgb(50,70,53) instead hex code.

Text Font Color

.myTextColor { color: #324635; }

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

This text font color is #324635.


Background Color

.myBgColor { background-color: #324635; }

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

This div background color is #324635.


Border color

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

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

This div border color is #324635.


Opacity

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

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

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

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

This text has shadow with #324635 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #324635 on black background.


Color preview on white background

This text has color #324635 on white background.



Black color preview on #324635 background

This text has black color on #324635 background.


White color preview on #324635 background

This text has white color on #324635 background.