COLOR #507255

HEX: #507255
RGB: (80,114,85)

Color info

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

RGB color model

#507255 color RGB value is (80,114,85).

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

RGB channels and saturation

R 80 of 255 = 31%
G 114 of 255 = 45%
B 85 of 255 = 33%

80
114
85

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

Portions of RGB colors in percentages

R + G + B =
80 + 114 + 85 = 279 (100%)
R 80 of 279 ~ 28.67%
G 114 of 279 ~ 40.86%
B 85 of 279 ~ 30.47%

%28.67
%40.86
%30.47

CMYK color model

#507255 color CMYK value is (30,0,25,55).

  • cyan value is 29.82%
  • magenta value is 0.00%
  • yellow value is 25.44%
  • key color value is 55.29%
CMYK:
(30,0,25,55)
C30M0Y25K55 
(30%,0%,25%,55%)
(0.30/0.00/0.25/0.55)	

CMYK percentages

%29.82
%0
%25.44
%55.29

Codes

Color #507255 in popluar color models

507255
RGB8011485
HSL129°17.53%38.04%
HSB/HSV129°29.82%44.71%
CMYK29.82%0.00%25.44%
55.29%

Color #507255 in popluar number systems.

HEX507255
Decimal8011485
Binary101000011100101010101
Octal120162125

Shades and tints

Shades of #507255

#507255
(80,114,85)
#49684E
(73,104,78)
#425E47
(66,94,71)
#3B5440
(59,84,64)
#344A39
(52,74,57)
#2D4032
(45,64,50)
#26362B
(38,54,43)
#1F2C24
(31,44,36)
#18221D
(24,34,29)
#111816
(17,24,22)
#0A0E0F
(10,14,15)
#000000
(0,0,0)

Tints of #507255

#507255
(80,114,85)
#5F7E64
(95,126,100)
#6E8A73
(110,138,115)
#7D9682
(125,150,130)
#8CA291
(140,162,145)
#9BAEA0
(155,174,160)
#AABAAF
(170,186,175)
#B9C6BE
(185,198,190)
#C8D2CD
(200,210,205)
#D7DEDC
(215,222,220)
#E6EAEB
(230,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #507255 color. Also use rgb(80,114,85) instead hex code.

Text Font Color

.myTextColor { color: #507255; }

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

This text font color is #507255.


Background Color

.myBgColor { background-color: #507255; }

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

This div background color is #507255.


Border color

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

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

This div border color is #507255.


Opacity

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

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

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

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

This text has shadow with #507255 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507255 on black background.


Color preview on white background

This text has color #507255 on white background.



Black color preview on #507255 background

This text has black color on #507255 background.


White color preview on #507255 background

This text has white color on #507255 background.