COLOR #83A387

HEX: #83A387
RGB: (131,163,135)

Renk bilgisi

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

RGB renk modeli

#83A387 color RGB value is (131,163,135).

  • kırmız ton 131;
  • yeşil ton 163;
  • mavi ton 135.
RGB:
(131,163,135)
(51%,64%,53%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 163 of 255 = 64%
B 135 of 255 = 53%

131
163
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 163 + 135 = 429 (100%)
R 131 of 429 ~ 30.54%
G 163 of 429 ~ 38%
B 135 of 429 ~ 31.47%

%30.54
%38
%31.47

CMYK RENK MODELİ

#83A387 rengi CMYK tonu (20,0,17,36).

  • camgöbeği tonu 19.63%
  • eflatun tonu 0.00%
  • sarı tonu 17.18%
  • ana renk tonu 36.08%
CMYK:
(20,0,17,36)
C20M0Y17K36 
(20%,0%,17%,36%)
(0.20/0.00/0.17/0.36)	

CMYK yüzdeleri

%19.63
%0
%17.18
%36.08

Codes

Color #83A387 in popluar color models

83A387
RGB131163135
HSL128°14.81%57.65%
HSB/HSV128°19.63%63.92%
CMYK19.63%0.00%17.18%
36.08%

Color #83A387 in popluar number systems.

HEX83A387
Decimal131163135
Binary100000111010001110000111
Octal203243207

Shades and tints

Shades of #83A387

#83A387
(131,163,135)
#78957B
(120,149,123)
#6D876F
(109,135,111)
#627963
(98,121,99)
#576B57
(87,107,87)
#4C5D4B
(76,93,75)
#414F3F
(65,79,63)
#364133
(54,65,51)
#2B3327
(43,51,39)
#20251B
(32,37,27)
#15170F
(21,23,15)
#000000
(0,0,0)

Tints of #83A387

#83A387
(131,163,135)
#8EAB91
(142,171,145)
#99B39B
(153,179,155)
#A4BBA5
(164,187,165)
#AFC3AF
(175,195,175)
#BACBB9
(186,203,185)
#C5D3C3
(197,211,195)
#D0DBCD
(208,219,205)
#DBE3D7
(219,227,215)
#E6EBE1
(230,235,225)
#F1F3EB
(241,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83A387 color. Also use rgb(131,163,135) instead hex code.

Text Font Color

.myTextColor { color: #83A387; }

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

This text font color is #83A387.


Background Color

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

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

This div background color is #83A387.


Border color

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

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

This div border color is #83A387.


Opacity

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

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

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

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

This text has shadow with #83A387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83A387 on black background.


Color preview on white background

This text has color #83A387 on white background.



Black color preview on #83A387 background

This text has black color on #83A387 background.


White color preview on #83A387 background

This text has white color on #83A387 background.