COLOR #507545

HEX: #507545
RGB: (80,117,69)

Color info

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

RGB color model

#507545 color RGB value is (80,117,69).

  • red value is 80;
  • green value is 117;
  • blue value is 69.
RGB:
(80,117,69)
(31%,46%,27%)

RGB channels and saturation

R 80 of 255 = 31%
G 117 of 255 = 46%
B 69 of 255 = 27%

80
117
69

R + G + B ~ 35%. #507545 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 117 + 69 = 266 (100%)
R 80 of 266 ~ 30.08%
G 117 of 266 ~ 43.98%
B 69 of 266 ~ 25.94%

%30.08
%43.98
%25.94

CMYK color model

#507545 color CMYK value is (32,0,41,54).

  • cyan value is 31.62%
  • magenta value is 0.00%
  • yellow value is 41.03%
  • key color value is 54.12%
CMYK:
(32,0,41,54)
C32M0Y41K54 
(32%,0%,41%,54%)
(0.32/0.00/0.41/0.54)	

CMYK percentages

%31.62
%0
%41.03
%54.12

Codes

Color #507545 in popluar color models

507545
RGB8011769
HSL106°25.81%36.47%
HSB/HSV106°41.03%45.88%
CMYK31.62%0.00%41.03%
54.12%

Color #507545 in popluar number systems.

HEX507545
Decimal8011769
Binary101000011101011000101
Octal120165105

Shades and tints

Shades of #507545

#507545
(80,117,69)
#496B3F
(73,107,63)
#426139
(66,97,57)
#3B5733
(59,87,51)
#344D2D
(52,77,45)
#2D4327
(45,67,39)
#263921
(38,57,33)
#1F2F1B
(31,47,27)
#182515
(24,37,21)
#111B0F
(17,27,15)
#0A1109
(10,17,9)
#000000
(0,0,0)

Tints of #507545

#507545
(80,117,69)
#5F8155
(95,129,85)
#6E8D65
(110,141,101)
#7D9975
(125,153,117)
#8CA585
(140,165,133)
#9BB195
(155,177,149)
#AABDA5
(170,189,165)
#B9C9B5
(185,201,181)
#C8D5C5
(200,213,197)
#D7E1D5
(215,225,213)
#E6EDE5
(230,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #507545 color. Also use rgb(80,117,69) instead hex code.

Text Font Color

.myTextColor { color: #507545; }

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

This text font color is #507545.


Background Color

.myBgColor { background-color: #507545; }

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

This div background color is #507545.


Border color

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

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

This div border color is #507545.


Opacity

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

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

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

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

This text has shadow with #507545 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507545 on black background.


Color preview on white background

This text has color #507545 on white background.



Black color preview on #507545 background

This text has black color on #507545 background.


White color preview on #507545 background

This text has white color on #507545 background.