COLOR #508343

HEX: #508343 RGB: (80,131,67)

Color info

#508343 contains mainly red and green colors. Web safe color of #508343 is #669933 (or #693).

RGB color model

#508343 color RGB value is (80,131,67).

RGB: (80,131,67) (31%, 51%, 26%)

RGB channels and saturation

R 80 of 255 = 31%
G 131 of 255 = 51%
B 67 of 255 = 26%

80
131
67

R + G + B ~ 36%. #508343 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 131 + 67 = 278 (100%)
R 80 of 278 ~ 28.78%
G 131 of 278 ~ 47.12%
B 67 of 278 ~ 24.1'%

%28.78
%47.12
%24.1

CMYK color model

#508343 color CMYK value is (39,0,49,49).

  • cyan value is 38.93%
  • magenta value is 0.00%
  • yellow value is 48.85%
  • key color value is 48.63%
CMYK: (39,0,49,49) C39M0Y49K49 (39%,0%,49%,49%) (0.39/0.00/0.49/0.49) 

CMYK percentages

%38.93
%0
%48.85
%48.63

Codes

Color #508343 in popluar color models

50 83 43
RGB 80 131 67
HSL 108° 32.32% 38.82%
HSB/HSV 108° 48.85% 51.37%
CMYK 38.93% 0.00% 48.85%
48.63%

Color #508343 in popluar number systems.

HEX 50 83 43
Decimal 80 131 67
Binary 1010000 10000011 1000011
Octal 120 203 103

Shades and tints

Shades of #508343

#508343
(80,131,67)
#49783D
(73,120,61)
#426D37
(66,109,55)
#3B6231
(59,98,49)
#34572B
(52,87,43)
#2D4C25
(45,76,37)
#26411F
(38,65,31)
#1F3619
(31,54,25)
#182B13
(24,43,19)
#11200D
(17,32,13)
#0A1507
(10,21,7)
#000000
(0,0,0)

Tints of #508343

#508343
(80,131,67)
#5F8E54
(95,142,84)
#6E9965
(110,153,101)
#7DA476
(125,164,118)
#8CAF87
(140,175,135)
#9BBA98
(155,186,152)
#AAC5A9
(170,197,169)
#B9D0BA
(185,208,186)
#C8DBCB
(200,219,203)
#D7E6DC
(215,230,220)
#E6F1ED
(230,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #508343 color. Also use rgb(80,131,67) instead hex code.

Text Font Color

.myTextColor { color: #508343; }

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

This text font color is #508343.

Background Color

.myBgColor { background-color: #508343; }

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

This div background color is #508343.

Border color

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

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

This div border color is #508343.

Opacity

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

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

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

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

This text has shadow with #508343 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #508343.

Preview

Color preview on black background

This text has color #508343 on black background.


Color preview on white background

This text has color #508343 on white background.


Black color preview on #508343 background

This text has black color on #508343 background.


White color preview on #508343 background

This text has white color on #508343 background.


Related colors

Complementary color

Complementary color for #hex is #AF7CBC.


I love getcolorcode.com

Triadic colors

1 #435083 and #834350 with #508343 are triadic colors.

2 #438350 and #835043 with #508343 are triadic colors.