COLOR #324833

HEX: #324833
RGB: (50,72,51)

Color info

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

RGB color model

#324833 color RGB value is (50,72,51).

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

RGB channels and saturation

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

50
72
51

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

Portions of RGB colors in percentages

R + G + B =
50 + 72 + 51 = 173 (100%)
R 50 of 173 ~ 28.9%
G 72 of 173 ~ 41.62%
B 51 of 173 ~ 29.48%

%28.9
%41.62
%29.48

CMYK color model

#324833 color CMYK value is (31,0,29,72).

  • cyan value is 30.56%
  • magenta value is 0.00%
  • yellow value is 29.17%
  • key color value is 71.76%
CMYK:
(31,0,29,72)
C31M0Y29K72 
(31%,0%,29%,72%)
(0.31/0.00/0.29/0.72)	

CMYK percentages

%30.56
%0
%29.17
%71.76

Codes

Color #324833 in popluar color models

324833
RGB507251
HSL123°18.03%23.92%
HSB/HSV123°30.56%28.24%
CMYK30.56%0.00%29.17%
71.76%

Color #324833 in popluar number systems.

HEX324833
Decimal507251
Binary1100101001000110011
Octal6211063

Shades and tints

Shades of #324833

#324833
(50,72,51)
#2E422F
(46,66,47)
#2A3C2B
(42,60,43)
#263627
(38,54,39)
#223023
(34,48,35)
#1E2A1F
(30,42,31)
#1A241B
(26,36,27)
#161E17
(22,30,23)
#121813
(18,24,19)
#0E120F
(14,18,15)
#0A0C0B
(10,12,11)
#000000
(0,0,0)

Tints of #324833

#324833
(50,72,51)
#445845
(68,88,69)
#566857
(86,104,87)
#687869
(104,120,105)
#7A887B
(122,136,123)
#8C988D
(140,152,141)
#9EA89F
(158,168,159)
#B0B8B1
(176,184,177)
#C2C8C3
(194,200,195)
#D4D8D5
(212,216,213)
#E6E8E7
(230,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #324833; }

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

This text font color is #324833.


Background Color

.myBgColor { background-color: #324833; }

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

This div background color is #324833.


Border color

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

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

This div border color is #324833.


Opacity

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

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

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

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

This text has shadow with #324833 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #324833 on black background.


Color preview on white background

This text has color #324833 on white background.



Black color preview on #324833 background

This text has black color on #324833 background.


White color preview on #324833 background

This text has white color on #324833 background.