COLOR #83C317

HEX: #83C317
RGB: (131,195,23)

Renk bilgisi

#83C317 contains mainly green color. #83C317 ‘ nin web güvenlik rengi #99CC00 (ya da #9C0) dir.

RGB renk modeli

#83C317 color RGB value is (131,195,23).

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

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 195 of 255 = 76%
B 23 of 255 = 9%

131
195
23

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 195 + 23 = 349 (100%)
R 131 of 349 ~ 37.54%
G 195 of 349 ~ 55.87%
B 23 of 349 ~ 6.59%

%37.54
%55.87

CMYK RENK MODELİ

#83C317 rengi CMYK tonu (33,0,88,24).

  • camgöbeği tonu 32.82%
  • eflatun tonu 0.00%
  • sarı tonu 88.21%
  • ana renk tonu 23.53%
CMYK:
(33,0,88,24)
C33M0Y88K24 
(33%,0%,88%,24%)
(0.33/0.00/0.88/0.24)	

CMYK yüzdeleri

%32.82
%0
%88.21
%23.53

Codes

Color #83C317 in popluar color models

83C317
RGB13119523
HSL82°78.90%42.75%
HSB/HSV82°88.21%76.47%
CMYK32.82%0.00%88.21%
23.53%

Color #83C317 in popluar number systems.

HEX83C317
Decimal13119523
Binary100000111100001110111
Octal20330327

Shades and tints

Shades of #83C317

#83C317
(131,195,23)
#78B215
(120,178,21)
#6DA113
(109,161,19)
#629011
(98,144,17)
#577F0F
(87,127,15)
#4C6E0D
(76,110,13)
#415D0B
(65,93,11)
#364C09
(54,76,9)
#2B3B07
(43,59,7)
#202A05
(32,42,5)
#151903
(21,25,3)
#000000
(0,0,0)

Tints of #83C317

#83C317
(131,195,23)
#8EC82C
(142,200,44)
#99CD41
(153,205,65)
#A4D256
(164,210,86)
#AFD76B
(175,215,107)
#BADC80
(186,220,128)
#C5E195
(197,225,149)
#D0E6AA
(208,230,170)
#DBEBBF
(219,235,191)
#E6F0D4
(230,240,212)
#F1F5E9
(241,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83C317; }

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

This text font color is #83C317.


Background Color

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

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

This div background color is #83C317.


Border color

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

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

This div border color is #83C317.


Opacity

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

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

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

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

This text has shadow with #83C317 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83C317 on black background.


Color preview on white background

This text has color #83C317 on white background.



Black color preview on #83C317 background

This text has black color on #83C317 background.


White color preview on #83C317 background

This text has white color on #83C317 background.