COLOR #83A593

HEX: #83A593
RGB: (131,165,147)

Renk bilgisi

#83A593 contains red, green and blue colors in about the same proportion. #83A593 ‘ nin web güvenlik rengi #999999 (ya da #999) dir.

RGB renk modeli

#83A593 color RGB value is (131,165,147).

  • kırmız ton 131;
  • yeşil ton 165;
  • mavi ton 147.
RGB:
(131,165,147)
(51%,65%,58%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 165 of 255 = 65%
B 147 of 255 = 58%

131
165
147

R + G + B ~ 58%. #83A593 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 165 + 147 = 443 (100%)
R 131 of 443 ~ 29.57%
G 165 of 443 ~ 37.25%
B 147 of 443 ~ 33.18%

%29.57
%37.25
%33.18

CMYK RENK MODELİ

#83A593 rengi CMYK tonu (21,0,11,35).

  • camgöbeği tonu 20.61%
  • eflatun tonu 0.00%
  • sarı tonu 10.91%
  • ana renk tonu 35.29%
CMYK:
(21,0,11,35)
C21M0Y11K35 
(21%,0%,11%,35%)
(0.21/0.00/0.11/0.35)	

CMYK yüzdeleri

%20.61
%0
%10.91
%35.29

Codes

Color #83A593 in popluar color models

83A593
RGB131165147
HSL148°15.89%58.04%
HSB/HSV148°20.61%64.71%
CMYK20.61%0.00%10.91%
35.29%

Color #83A593 in popluar number systems.

HEX83A593
Decimal131165147
Binary100000111010010110010011
Octal203245223

Shades and tints

Shades of #83A593

#83A593
(131,165,147)
#789686
(120,150,134)
#6D8779
(109,135,121)
#62786C
(98,120,108)
#57695F
(87,105,95)
#4C5A52
(76,90,82)
#414B45
(65,75,69)
#363C38
(54,60,56)
#2B2D2B
(43,45,43)
#201E1E
(32,30,30)
#150F11
(21,15,17)
#000000
(0,0,0)

Tints of #83A593

#83A593
(131,165,147)
#8EAD9C
(142,173,156)
#99B5A5
(153,181,165)
#A4BDAE
(164,189,174)
#AFC5B7
(175,197,183)
#BACDC0
(186,205,192)
#C5D5C9
(197,213,201)
#D0DDD2
(208,221,210)
#DBE5DB
(219,229,219)
#E6EDE4
(230,237,228)
#F1F5ED
(241,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83A593 color. Also use rgb(131,165,147) instead hex code.

Text Font Color

.myTextColor { color: #83A593; }

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

This text font color is #83A593.


Background Color

.myBgColor { background-color: #83A593; }

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

This div background color is #83A593.


Border color

.myBorderColor { border: 1px solid #83A593; }

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

This div border color is #83A593.


Opacity

.myOpacity80 { color: #83A593; opacity: 0.8; }

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

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

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

This text has shadow with #83A593 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83A593 on black background.


Color preview on white background

This text has color #83A593 on white background.



Black color preview on #83A593 background

This text has black color on #83A593 background.


White color preview on #83A593 background

This text has white color on #83A593 background.