COLOR #508958

HEX: #508958
RGB: (80,137,88)

Renk bilgisi

#508958 contains red, green and blue colors in about the same proportion. #508958 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#508958 color RGB value is (80,137,88).

  • kırmız ton 80;
  • yeşil ton 137;
  • mavi ton 88.
RGB:
(80,137,88)
(31%,54%,35%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 137 of 255 = 54%
B 88 of 255 = 35%

80
137
88

R + G + B ~ 40%. #508958 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 137 + 88 = 305 (100%)
R 80 of 305 ~ 26.23%
G 137 of 305 ~ 44.92%
B 88 of 305 ~ 28.85%

%26.23
%44.92
%28.85

CMYK RENK MODELİ

#508958 rengi CMYK tonu (42,0,36,46).

  • camgöbeği tonu 41.61%
  • eflatun tonu 0.00%
  • sarı tonu 35.77%
  • ana renk tonu 46.27%
CMYK:
(42,0,36,46)
C42M0Y36K46 
(42%,0%,36%,46%)
(0.42/0.00/0.36/0.46)	

CMYK yüzdeleri

%41.61
%0
%35.77
%46.27

Codes

Color #508958 in popluar color models

508958
RGB8013788
HSL128°26.27%42.55%
HSB/HSV128°41.61%53.73%
CMYK41.61%0.00%35.77%
46.27%

Color #508958 in popluar number systems.

HEX508958
Decimal8013788
Binary1010000100010011011000
Octal120211130

Shades and tints

Shades of #508958

#508958
(80,137,88)
#497D50
(73,125,80)
#427148
(66,113,72)
#3B6540
(59,101,64)
#345938
(52,89,56)
#2D4D30
(45,77,48)
#264128
(38,65,40)
#1F3520
(31,53,32)
#182918
(24,41,24)
#111D10
(17,29,16)
#0A1108
(10,17,8)
#000000
(0,0,0)

Tints of #508958

#508958
(80,137,88)
#5F9367
(95,147,103)
#6E9D76
(110,157,118)
#7DA785
(125,167,133)
#8CB194
(140,177,148)
#9BBBA3
(155,187,163)
#AAC5B2
(170,197,178)
#B9CFC1
(185,207,193)
#C8D9D0
(200,217,208)
#D7E3DF
(215,227,223)
#E6EDEE
(230,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #508958; }

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

This text font color is #508958.


Background Color

.myBgColor { background-color: #508958; }

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

This div background color is #508958.


Border color

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

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

This div border color is #508958.


Opacity

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

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

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

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

This text has shadow with #508958 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #508958 on black background.


Color preview on white background

This text has color #508958 on white background.



Black color preview on #508958 background

This text has black color on #508958 background.


White color preview on #508958 background

This text has white color on #508958 background.