COLOR #507158

HEX: #507158
RGB: (80,113,88)

Color info

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

RGB color model

#507158 color RGB value is (80,113,88).

  • red value is 80;
  • green value is 113;
  • blue value is 88.
RGB:
(80,113,88)
(31%,44%,35%)

RGB channels and saturation

R 80 of 255 = 31%
G 113 of 255 = 44%
B 88 of 255 = 35%

80
113
88

R + G + B ~ 37%. #507158 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 113 + 88 = 281 (100%)
R 80 of 281 ~ 28.47%
G 113 of 281 ~ 40.21%
B 88 of 281 ~ 31.32%

%28.47
%40.21
%31.32

CMYK color model

#507158 color CMYK value is (29,0,22,56).

  • cyan value is 29.20%
  • magenta value is 0.00%
  • yellow value is 22.12%
  • key color value is 55.69%
CMYK:
(29,0,22,56)
C29M0Y22K56 
(29%,0%,22%,56%)
(0.29/0.00/0.22/0.56)	

CMYK percentages

%29.2
%0
%22.12
%55.69

Codes

Color #507158 in popluar color models

507158
RGB8011388
HSL135°17.10%37.84%
HSB/HSV135°29.20%44.31%
CMYK29.20%0.00%22.12%
55.69%

Color #507158 in popluar number systems.

HEX507158
Decimal8011388
Binary101000011100011011000
Octal120161130

Shades and tints

Shades of #507158

#507158
(80,113,88)
#496750
(73,103,80)
#425D48
(66,93,72)
#3B5340
(59,83,64)
#344938
(52,73,56)
#2D3F30
(45,63,48)
#263528
(38,53,40)
#1F2B20
(31,43,32)
#182118
(24,33,24)
#111710
(17,23,16)
#0A0D08
(10,13,8)
#000000
(0,0,0)

Tints of #507158

#507158
(80,113,88)
#5F7D67
(95,125,103)
#6E8976
(110,137,118)
#7D9585
(125,149,133)
#8CA194
(140,161,148)
#9BADA3
(155,173,163)
#AAB9B2
(170,185,178)
#B9C5C1
(185,197,193)
#C8D1D0
(200,209,208)
#D7DDDF
(215,221,223)
#E6E9EE
(230,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #507158 color. Also use rgb(80,113,88) instead hex code.

Text Font Color

.myTextColor { color: #507158; }

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

This text font color is #507158.


Background Color

.myBgColor { background-color: #507158; }

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

This div background color is #507158.


Border color

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

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

This div border color is #507158.


Opacity

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

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

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

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

This text has shadow with #507158 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507158 on black background.


Color preview on white background

This text has color #507158 on white background.



Black color preview on #507158 background

This text has black color on #507158 background.


White color preview on #507158 background

This text has white color on #507158 background.