COLOR #324033

HEX: #324033
RGB: (50,64,51)

Color info

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

RGB color model

#324033 color RGB value is (50,64,51).

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

RGB channels and saturation

R 50 of 255 = 20%
G 64 of 255 = 25%
B 51 of 255 = 20%

50
64
51

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

Portions of RGB colors in percentages

R + G + B =
50 + 64 + 51 = 165 (100%)
R 50 of 165 ~ 30.3%
G 64 of 165 ~ 38.79%
B 51 of 165 ~ 30.91%

%30.3
%38.79
%30.91

CMYK color model

#324033 color CMYK value is (22,0,20,75).

  • cyan value is 21.88%
  • magenta value is 0.00%
  • yellow value is 20.31%
  • key color value is 74.90%
CMYK:
(22,0,20,75)
C22M0Y20K75 
(22%,0%,20%,75%)
(0.22/0.00/0.20/0.75)	

CMYK percentages

%21.88
%0
%20.31
%74.9

Codes

Color #324033 in popluar color models

324033
RGB506451
HSL124°12.28%22.35%
HSB/HSV124°21.88%25.10%
CMYK21.88%0.00%20.31%
74.90%

Color #324033 in popluar number systems.

HEX324033
Decimal506451
Binary1100101000000110011
Octal6210063

Shades and tints

Shades of #324033

#324033
(50,64,51)
#2E3B2F
(46,59,47)
#2A362B
(42,54,43)
#263127
(38,49,39)
#222C23
(34,44,35)
#1E271F
(30,39,31)
#1A221B
(26,34,27)
#161D17
(22,29,23)
#121813
(18,24,19)
#0E130F
(14,19,15)
#0A0E0B
(10,14,11)
#000000
(0,0,0)

Tints of #324033

#324033
(50,64,51)
#445145
(68,81,69)
#566257
(86,98,87)
#687369
(104,115,105)
#7A847B
(122,132,123)
#8C958D
(140,149,141)
#9EA69F
(158,166,159)
#B0B7B1
(176,183,177)
#C2C8C3
(194,200,195)
#D4D9D5
(212,217,213)
#E6EAE7
(230,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #324033; }

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

This text font color is #324033.


Background Color

.myBgColor { background-color: #324033; }

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

This div background color is #324033.


Border color

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

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

This div border color is #324033.


Opacity

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

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

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

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

This text has shadow with #324033 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #324033 on black background.


Color preview on white background

This text has color #324033 on white background.



Black color preview on #324033 background

This text has black color on #324033 background.


White color preview on #324033 background

This text has white color on #324033 background.