COLOR #83C388

HEX: #83C388
RGB: (131,195,136)

Renk bilgisi

#83C388 contains mainly green and blue colors. #83C388 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#83C388 color RGB value is (131,195,136).

  • kırmız ton 131;
  • yeşil ton 195;
  • mavi ton 136.
RGB:
(131,195,136)
(51%,76%,53%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 195 of 255 = 76%
B 136 of 255 = 53%

131
195
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 195 + 136 = 462 (100%)
R 131 of 462 ~ 28.35%
G 195 of 462 ~ 42.21%
B 136 of 462 ~ 29.44%

%28.35
%42.21
%29.44

CMYK RENK MODELİ

#83C388 rengi CMYK tonu (33,0,30,24).

  • camgöbeği tonu 32.82%
  • eflatun tonu 0.00%
  • sarı tonu 30.26%
  • ana renk tonu 23.53%
CMYK:
(33,0,30,24)
C33M0Y30K24 
(33%,0%,30%,24%)
(0.33/0.00/0.30/0.24)	

CMYK yüzdeleri

%32.82
%0
%30.26
%23.53

Codes

Color #83C388 in popluar color models

83C388
RGB131195136
HSL125°34.78%63.92%
HSB/HSV125°32.82%76.47%
CMYK32.82%0.00%30.26%
23.53%

Color #83C388 in popluar number systems.

HEX83C388
Decimal131195136
Binary100000111100001110001000
Octal203303210

Shades and tints

Shades of #83C388

#83C388
(131,195,136)
#78B27C
(120,178,124)
#6DA170
(109,161,112)
#629064
(98,144,100)
#577F58
(87,127,88)
#4C6E4C
(76,110,76)
#415D40
(65,93,64)
#364C34
(54,76,52)
#2B3B28
(43,59,40)
#202A1C
(32,42,28)
#151910
(21,25,16)
#000000
(0,0,0)

Tints of #83C388

#83C388
(131,195,136)
#8EC892
(142,200,146)
#99CD9C
(153,205,156)
#A4D2A6
(164,210,166)
#AFD7B0
(175,215,176)
#BADCBA
(186,220,186)
#C5E1C4
(197,225,196)
#D0E6CE
(208,230,206)
#DBEBD8
(219,235,216)
#E6F0E2
(230,240,226)
#F1F5EC
(241,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83C388 color. Also use rgb(131,195,136) instead hex code.

Text Font Color

.myTextColor { color: #83C388; }

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

This text font color is #83C388.


Background Color

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

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

This div background color is #83C388.


Border color

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

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

This div border color is #83C388.


Opacity

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

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

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

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

This text has shadow with #83C388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83C388 on black background.


Color preview on white background

This text has color #83C388 on white background.



Black color preview on #83C388 background

This text has black color on #83C388 background.


White color preview on #83C388 background

This text has white color on #83C388 background.