COLOR #505A23

HEX: #505A23 RGB: (80,90,35)

Color info

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

RGB color model

#505A23 color RGB value is (80,90,35).

RGB: (80,90,35) (31%, 35%, 14%)

RGB channels and saturation

R 80 of 255 = 31%
G 90 of 255 = 35%
B 35 of 255 = 14%

80
90
35

R + G + B ~ 27%. #505A23 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 90 + 35 = 205 (100%)
R 80 of 205 ~ 39.02%
G 90 of 205 ~ 43.9%
B 35 of 205 ~ 17.07'%

%39.02
%43.9
%17.07

CMYK color model

#505A23 color CMYK value is (11,0,61,65).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 61.11%
  • key color value is 64.71%
CMYK: (11,0,61,65) C11M0Y61K65 (11%,0%,61%,65%) (0.11/0.00/0.61/0.65) 

CMYK percentages

%11.11
%0
%61.11
%64.71

Codes

Color #505A23 in popluar color models

50 5A 23
RGB 80 90 35
HSL 71° 44.00% 24.51%
HSB/HSV 71° 61.11% 35.29%
CMYK 11.11% 0.00% 61.11%
64.71%

Color #505A23 in popluar number systems.

HEX 50 5A 23
Decimal 80 90 35
Binary 1010000 1011010 100011
Octal 120 132 43

Shades and tints

Shades of #505A23

#505A23
(80,90,35)
#495220
(73,82,32)
#424A1D
(66,74,29)
#3B421A
(59,66,26)
#343A17
(52,58,23)
#2D3214
(45,50,20)
#262A11
(38,42,17)
#1F220E
(31,34,14)
#181A0B
(24,26,11)
#111208
(17,18,8)
#0A0A05
(10,10,5)
#000000
(0,0,0)

Tints of #505A23

#505A23
(80,90,35)
#5F6937
(95,105,55)
#6E784B
(110,120,75)
#7D875F
(125,135,95)
#8C9673
(140,150,115)
#9BA587
(155,165,135)
#AAB49B
(170,180,155)
#B9C3AF
(185,195,175)
#C8D2C3
(200,210,195)
#D7E1D7
(215,225,215)
#E6F0EB
(230,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #505A23 color. Also use rgb(80,90,35) instead hex code.

Text Font Color

.myTextColor { color: #505A23; }

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

This text font color is #505A23.

Background Color

.myBgColor { background-color: #505A23; }

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

This div background color is #505A23.

Border color

.myBorderColor { border: 1px solid #505A23; }

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

This div border color is #505A23.

Opacity

.myOpacity80 { color: #505A23; opacity: 0.8; }

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

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

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

This text has shadow with #505A23 color.


.textShadow {text-shadow: 3px 3px 1px #505A23', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #505A23; -webkit-box-shadow: 1px 1px 3px 2px #505A23; box-shadow:1px 1px 3px 2px #505A23;">
Div content here
</div>

This div box has shadow with color #505A23.

Preview

Color preview on black background

This text has color #505A23 on black background.


Color preview on white background

This text has color #505A23 on white background.


Black color preview on #505A23 background

This text has black color on #505A23 background.


White color preview on #505A23 background

This text has white color on #505A23 background.


Related colors

Complementary color

Complementary color for #hex is #AFA5DC.


I love getcolorcode.com

Triadic colors

1 #23505A and #5A2350 with #505A23 are triadic colors.

2 #235A50 and #5A5023 with #505A23 are triadic colors.