COLOR #83A595

HEX: #83A595
RGB: (131,165,149)

Renk bilgisi

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

RGB renk modeli

#83A595 color RGB value is (131,165,149).

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

RGB bağlantıları ve doygunluk

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

131
165
149

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 165 + 149 = 445 (100%)
R 131 of 445 ~ 29.44%
G 165 of 445 ~ 37.08%
B 149 of 445 ~ 33.48%

%29.44
%37.08
%33.48

CMYK RENK MODELİ

#83A595 rengi CMYK tonu (21,0,10,35).

  • camgöbeği tonu 20.61%
  • eflatun tonu 0.00%
  • sarı tonu 9.70%
  • ana renk tonu 35.29%
CMYK:
(21,0,10,35)
C21M0Y10K35 
(21%,0%,10%,35%)
(0.21/0.00/0.10/0.35)	

CMYK yüzdeleri

%20.61
%0
%9.7
%35.29

Codes

Color #83A595 in popluar color models

83A595
RGB131165149
HSL152°15.89%58.04%
HSB/HSV152°20.61%64.71%
CMYK20.61%0.00%9.70%
35.29%

Color #83A595 in popluar number systems.

HEX83A595
Decimal131165149
Binary100000111010010110010101
Octal203245225

Shades and tints

Shades of #83A595

#83A595
(131,165,149)
#789688
(120,150,136)
#6D877B
(109,135,123)
#62786E
(98,120,110)
#576961
(87,105,97)
#4C5A54
(76,90,84)
#414B47
(65,75,71)
#363C3A
(54,60,58)
#2B2D2D
(43,45,45)
#201E20
(32,30,32)
#150F13
(21,15,19)
#000000
(0,0,0)

Tints of #83A595

#83A595
(131,165,149)
#8EAD9E
(142,173,158)
#99B5A7
(153,181,167)
#A4BDB0
(164,189,176)
#AFC5B9
(175,197,185)
#BACDC2
(186,205,194)
#C5D5CB
(197,213,203)
#D0DDD4
(208,221,212)
#DBE5DD
(219,229,221)
#E6EDE6
(230,237,230)
#F1F5EF
(241,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83A595; }

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

This text font color is #83A595.


Background Color

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

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

This div background color is #83A595.


Border color

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

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

This div border color is #83A595.


Opacity

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

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

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

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

This text has shadow with #83A595 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83A595 on black background.


Color preview on white background

This text has color #83A595 on white background.



Black color preview on #83A595 background

This text has black color on #83A595 background.


White color preview on #83A595 background

This text has white color on #83A595 background.