COLOR #505324

HEX: #505324
RGB: (80,83,36)

Color info

#505324 contains red, green and blue colors in about the same proportion. Web safe color of #505324 is #666633 (or #663).

RGB color model

#505324 color RGB value is (80,83,36).

  • red value is 80;
  • green value is 83;
  • blue value is 36.
RGB:
(80,83,36)
(31%,33%,14%)

RGB channels and saturation

R 80 of 255 = 31%
G 83 of 255 = 33%
B 36 of 255 = 14%

80
83
36

R + G + B ~ 26%. #505324 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 83 + 36 = 199 (100%)
R 80 of 199 ~ 40.2%
G 83 of 199 ~ 41.71%
B 36 of 199 ~ 18.09%

%40.2
%41.71
%18.09

CMYK color model

#505324 color CMYK value is (4,0,57,67).

  • cyan value is 3.61%
  • magenta value is 0.00%
  • yellow value is 56.63%
  • key color value is 67.45%
CMYK:
(4,0,57,67)
C4M0Y57K67 
(4%,0%,57%,67%)
(0.04/0.00/0.57/0.67)	

CMYK percentages

%3.61
%0
%56.63
%67.45

Codes

Color #505324 in popluar color models

505324
RGB808336
HSL64°39.50%23.33%
HSB/HSV64°56.63%32.55%
CMYK3.61%0.00%56.63%
67.45%

Color #505324 in popluar number systems.

HEX505324
Decimal808336
Binary10100001010011100100
Octal12012344

Shades and tints

Shades of #505324

#505324
(80,83,36)
#494C21
(73,76,33)
#42451E
(66,69,30)
#3B3E1B
(59,62,27)
#343718
(52,55,24)
#2D3015
(45,48,21)
#262912
(38,41,18)
#1F220F
(31,34,15)
#181B0C
(24,27,12)
#111409
(17,20,9)
#0A0D06
(10,13,6)
#000000
(0,0,0)

Tints of #505324

#505324
(80,83,36)
#5F6237
(95,98,55)
#6E714A
(110,113,74)
#7D805D
(125,128,93)
#8C8F70
(140,143,112)
#9B9E83
(155,158,131)
#AAAD96
(170,173,150)
#B9BCA9
(185,188,169)
#C8CBBC
(200,203,188)
#D7DACF
(215,218,207)
#E6E9E2
(230,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #505324 color. Also use rgb(80,83,36) instead hex code.

Text Font Color

.myTextColor { color: #505324; }

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

This text font color is #505324.


Background Color

.myBgColor { background-color: #505324; }

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

This div background color is #505324.


Border color

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

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

This div border color is #505324.


Opacity

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

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

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

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

This text has shadow with #505324 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505324 on black background.


Color preview on white background

This text has color #505324 on white background.



Black color preview on #505324 background

This text has black color on #505324 background.


White color preview on #505324 background

This text has white color on #505324 background.