COLOR #507353

HEX: #507353
RGB: (80,115,83)

Color info

#507353 contains red, green and blue colors in about the same proportion. Web safe color of #507353 is #666666 (or #666).

RGB color model

#507353 color RGB value is (80,115,83).

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

RGB channels and saturation

R 80 of 255 = 31%
G 115 of 255 = 45%
B 83 of 255 = 33%

80
115
83

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

Portions of RGB colors in percentages

R + G + B =
80 + 115 + 83 = 278 (100%)
R 80 of 278 ~ 28.78%
G 115 of 278 ~ 41.37%
B 83 of 278 ~ 29.86%

%28.78
%41.37
%29.86

CMYK color model

#507353 color CMYK value is (30,0,28,55).

  • cyan value is 30.43%
  • magenta value is 0.00%
  • yellow value is 27.83%
  • key color value is 54.90%
CMYK:
(30,0,28,55)
C30M0Y28K55 
(30%,0%,28%,55%)
(0.30/0.00/0.28/0.55)	

CMYK percentages

%30.43
%0
%27.83
%54.9

Codes

Color #507353 in popluar color models

507353
RGB8011583
HSL125°17.95%38.24%
HSB/HSV125°30.43%45.10%
CMYK30.43%0.00%27.83%
54.90%

Color #507353 in popluar number systems.

HEX507353
Decimal8011583
Binary101000011100111010011
Octal120163123

Shades and tints

Shades of #507353

#507353
(80,115,83)
#49694C
(73,105,76)
#425F45
(66,95,69)
#3B553E
(59,85,62)
#344B37
(52,75,55)
#2D4130
(45,65,48)
#263729
(38,55,41)
#1F2D22
(31,45,34)
#18231B
(24,35,27)
#111914
(17,25,20)
#0A0F0D
(10,15,13)
#000000
(0,0,0)

Tints of #507353

#507353
(80,115,83)
#5F7F62
(95,127,98)
#6E8B71
(110,139,113)
#7D9780
(125,151,128)
#8CA38F
(140,163,143)
#9BAF9E
(155,175,158)
#AABBAD
(170,187,173)
#B9C7BC
(185,199,188)
#C8D3CB
(200,211,203)
#D7DFDA
(215,223,218)
#E6EBE9
(230,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #507353; }

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

This text font color is #507353.


Background Color

.myBgColor { background-color: #507353; }

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

This div background color is #507353.


Border color

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

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

This div border color is #507353.


Opacity

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

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

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

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

This text has shadow with #507353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507353 on black background.


Color preview on white background

This text has color #507353 on white background.



Black color preview on #507353 background

This text has black color on #507353 background.


White color preview on #507353 background

This text has white color on #507353 background.