COLOR #505334

HEX: #505334
RGB: (80,83,52)

Color info

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

RGB color model

#505334 color RGB value is (80,83,52).

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

RGB channels and saturation

R 80 of 255 = 31%
G 83 of 255 = 33%
B 52 of 255 = 20%

80
83
52

R + G + B ~ 28%. #505334 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 83 + 52 = 215 (100%)
R 80 of 215 ~ 37.21%
G 83 of 215 ~ 38.6%
B 52 of 215 ~ 24.19%

%37.21
%38.6
%24.19

CMYK color model

#505334 color CMYK value is (4,0,37,67).

  • cyan value is 3.61%
  • magenta value is 0.00%
  • yellow value is 37.35%
  • key color value is 67.45%
CMYK:
(4,0,37,67)
C4M0Y37K67 
(4%,0%,37%,67%)
(0.04/0.00/0.37/0.67)	

CMYK percentages

%3.61
%0
%37.35
%67.45

Codes

Color #505334 in popluar color models

505334
RGB808352
HSL66°22.96%26.47%
HSB/HSV66°37.35%32.55%
CMYK3.61%0.00%37.35%
67.45%

Color #505334 in popluar number systems.

HEX505334
Decimal808352
Binary10100001010011110100
Octal12012364

Shades and tints

Shades of #505334

#505334
(80,83,52)
#494C30
(73,76,48)
#42452C
(66,69,44)
#3B3E28
(59,62,40)
#343724
(52,55,36)
#2D3020
(45,48,32)
#26291C
(38,41,28)
#1F2218
(31,34,24)
#181B14
(24,27,20)
#111410
(17,20,16)
#0A0D0C
(10,13,12)
#000000
(0,0,0)

Tints of #505334

#505334
(80,83,52)
#5F6246
(95,98,70)
#6E7158
(110,113,88)
#7D806A
(125,128,106)
#8C8F7C
(140,143,124)
#9B9E8E
(155,158,142)
#AAADA0
(170,173,160)
#B9BCB2
(185,188,178)
#C8CBC4
(200,203,196)
#D7DAD6
(215,218,214)
#E6E9E8
(230,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505334; }

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

This text font color is #505334.


Background Color

.myBgColor { background-color: #505334; }

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

This div background color is #505334.


Border color

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

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

This div border color is #505334.


Opacity

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

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

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

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

This text has shadow with #505334 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505334 on black background.


Color preview on white background

This text has color #505334 on white background.



Black color preview on #505334 background

This text has black color on #505334 background.


White color preview on #505334 background

This text has white color on #505334 background.