COLOR #76A383

HEX: #76A383
RGB: (118,163,131)

Renk bilgisi

#76A383 contains red, green and blue colors in about the same proportion. #76A383 ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#76A383 color RGB value is (118,163,131).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 163 of 255 = 64%
B 131 of 255 = 51%

118
163
131

R + G + B ~ 54%. #76A383 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 163 + 131 = 412 (100%)
R 118 of 412 ~ 28.64%
G 163 of 412 ~ 39.56%
B 131 of 412 ~ 31.8%

%28.64
%39.56
%31.8

CMYK RENK MODELİ

#76A383 rengi CMYK tonu (28,0,20,36).

  • camgöbeği tonu 27.61%
  • eflatun tonu 0.00%
  • sarı tonu 19.63%
  • ana renk tonu 36.08%
CMYK: (28,0,20,36) C28M0Y20K36 (28%,0%,20%,36%) (0.28/0.00/0.20/0.36)

CMYK yüzdeleri

%27.61
%0
%19.63
%36.08

Codes

Color #76A383 in popluar color models

76A383
RGB118163131
HSL137°19.65%55.10%
HSB/HSV137°27.61%63.92%
CMYK27.61%0.00%19.63%
36.08%

Color #76A383 in popluar number systems.

HEX76A383
Decimal118163131
Binary11101101010001110000011
Octal166243203

Shades and tints

Shades of #76A383

#76A383
(118,163,131)
#6C9578
(108,149,120)
#62876D
(98,135,109)
#587962
(88,121,98)
#4E6B57
(78,107,87)
#445D4C
(68,93,76)
#3A4F41
(58,79,65)
#304136
(48,65,54)
#26332B
(38,51,43)
#1C2520
(28,37,32)
#121715
(18,23,21)
#000000
(0,0,0)

Tints of #76A383

#76A383
(118,163,131)
#82AB8E
(130,171,142)
#8EB399
(142,179,153)
#9ABBA4
(154,187,164)
#A6C3AF
(166,195,175)
#B2CBBA
(178,203,186)
#BED3C5
(190,211,197)
#CADBD0
(202,219,208)
#D6E3DB
(214,227,219)
#E2EBE6
(226,235,230)
#EEF3F1
(238,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76A383 color. Also use rgb(118,163,131) instead hex code.

Text Font Color

.myTextColor { color: #76A383; }

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

This text font color is #76A383.


Background Color

.myBgColor { background-color: #76A383; }

<div style="background-color:#76A383">Inner text</div>

This div background color is #76A383.


Border color

.myBorderColor { border: 1px solid #76A383; }

<div style="border:3px solid #76A383">Div</div>

This div border color is #76A383.


Opacity

.myOpacity80 { color: #76A383; opacity: 0.8; }

<p style="color:#76A383;opacity:0.8;">80%</p>

Text with #76A383 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 #76A383;}

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

This text has shadow with #76A383 color.

.textShadow {text-shadow: 3px 3px 1px #76A383, 3px 3px 1px red;}

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

This text has shadow with #76A383 primary color and red secondary color.


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

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

This text has shadow with #76A383 and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #76A383; -webkit-box-shadow:	1px 1px 3px 2px #76A383; box-shadow:	1px 1px 3px 2px #76A383; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #76A383; -webkit-box-shadow: 1px 1px 3px 2px #76A383; box-shadow:1px 1px 3px 2px #76A383;">
Div content here</div>
This div box has shadow with color #76A383.

Preview

Color preview on black background

This text has color #76A383 on black background.


Color preview on white background

This text has color #76A383 on white background.



Black color preview on #76A383 background

This text has black color on #76A383 background.


White color preview on #76A383 background

This text has white color on #76A383 background.