COLOR #507043

HEX: #507043
RGB: (80,112,67)

Color info

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

RGB color model

#507043 color RGB value is (80,112,67).

  • red value is 80;
  • green value is 112;
  • blue value is 67.
RGB:
(80,112,67)
(31%,44%,26%)

RGB channels and saturation

R 80 of 255 = 31%
G 112 of 255 = 44%
B 67 of 255 = 26%

80
112
67

R + G + B ~ 34%. #507043 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 112 + 67 = 259 (100%)
R 80 of 259 ~ 30.89%
G 112 of 259 ~ 43.24%
B 67 of 259 ~ 25.87%

%30.89
%43.24
%25.87

CMYK color model

#507043 color CMYK value is (29,0,40,56).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 40.18%
  • key color value is 56.08%
CMYK:
(29,0,40,56)
C29M0Y40K56 
(29%,0%,40%,56%)
(0.29/0.00/0.40/0.56)	

CMYK percentages

%28.57
%0
%40.18
%56.08

Codes

Color #507043 in popluar color models

507043
RGB8011267
HSL103°25.14%35.10%
HSB/HSV103°40.18%43.92%
CMYK28.57%0.00%40.18%
56.08%

Color #507043 in popluar number systems.

HEX507043
Decimal8011267
Binary101000011100001000011
Octal120160103

Shades and tints

Shades of #507043

#507043
(80,112,67)
#49663D
(73,102,61)
#425C37
(66,92,55)
#3B5231
(59,82,49)
#34482B
(52,72,43)
#2D3E25
(45,62,37)
#26341F
(38,52,31)
#1F2A19
(31,42,25)
#182013
(24,32,19)
#11160D
(17,22,13)
#0A0C07
(10,12,7)
#000000
(0,0,0)

Tints of #507043

#507043
(80,112,67)
#5F7D54
(95,125,84)
#6E8A65
(110,138,101)
#7D9776
(125,151,118)
#8CA487
(140,164,135)
#9BB198
(155,177,152)
#AABEA9
(170,190,169)
#B9CBBA
(185,203,186)
#C8D8CB
(200,216,203)
#D7E5DC
(215,229,220)
#E6F2ED
(230,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #507043; }

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

This text font color is #507043.


Background Color

.myBgColor { background-color: #507043; }

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

This div background color is #507043.


Border color

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

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

This div border color is #507043.


Opacity

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

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

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

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

This text has shadow with #507043 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507043 on black background.


Color preview on white background

This text has color #507043 on white background.



Black color preview on #507043 background

This text has black color on #507043 background.


White color preview on #507043 background

This text has white color on #507043 background.