COLOR #84B590

HEX: #84B590
RGB: (132,181,144)

Renk bilgisi

#84B590 contains red, green and blue colors in about the same proportion. #84B590 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#84B590 color RGB value is (132,181,144).

  • kırmız ton 132;
  • yeşil ton 181;
  • mavi ton 144.
RGB:
(132,181,144)
(52%,71%,56%)

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 181 of 255 = 71%
B 144 of 255 = 56%

132
181
144

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

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 181 + 144 = 457 (100%)
R 132 of 457 ~ 28.88%
G 181 of 457 ~ 39.61%
B 144 of 457 ~ 31.51%

%28.88
%39.61
%31.51

CMYK RENK MODELİ

#84B590 rengi CMYK tonu (27,0,20,29).

  • camgöbeği tonu 27.07%
  • eflatun tonu 0.00%
  • sarı tonu 20.44%
  • ana renk tonu 29.02%
CMYK:
(27,0,20,29)
C27M0Y20K29 
(27%,0%,20%,29%)
(0.27/0.00/0.20/0.29)	

CMYK yüzdeleri

%27.07
%0
%20.44
%29.02

Codes

Color #84B590 in popluar color models

84B590
RGB132181144
HSL135°24.87%61.37%
HSB/HSV135°27.07%70.98%
CMYK27.07%0.00%20.44%
29.02%

Color #84B590 in popluar number systems.

HEX84B590
Decimal132181144
Binary100001001011010110010000
Octal204265220

Shades and tints

Shades of #84B590

#84B590
(132,181,144)
#78A583
(120,165,131)
#6C9576
(108,149,118)
#608569
(96,133,105)
#54755C
(84,117,92)
#48654F
(72,101,79)
#3C5542
(60,85,66)
#304535
(48,69,53)
#243528
(36,53,40)
#18251B
(24,37,27)
#0C150E
(12,21,14)
#000000
(0,0,0)

Tints of #84B590

#84B590
(132,181,144)
#8FBB9A
(143,187,154)
#9AC1A4
(154,193,164)
#A5C7AE
(165,199,174)
#B0CDB8
(176,205,184)
#BBD3C2
(187,211,194)
#C6D9CC
(198,217,204)
#D1DFD6
(209,223,214)
#DCE5E0
(220,229,224)
#E7EBEA
(231,235,234)
#F2F1F4
(242,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84B590 color. Also use rgb(132,181,144) instead hex code.

Text Font Color

.myTextColor { color: #84B590; }

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

This text font color is #84B590.


Background Color

.myBgColor { background-color: #84B590; }

<div style="background-color:#84B590">Inner text</div>

This div background color is #84B590.


Border color

.myBorderColor { border: 1px solid #84B590; }

<div style="border:3px solid #84B590">Div</div>

This div border color is #84B590.


Opacity

.myOpacity80 { color: #84B590; opacity: 0.8; }

<p style="color:#84B590;opacity:0.8;">80%</p>

Text with #84B590 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 #84B590;}

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

This text has shadow with #84B590 color.

.textShadow {text-shadow: 3px 3px 1px #84B590, 3px 3px 1px red;}

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

This text has shadow with #84B590 primary color and red secondary color.


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

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

This text has shadow with #84B590 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84B590 on black background.


Color preview on white background

This text has color #84B590 on white background.



Black color preview on #84B590 background

This text has black color on #84B590 background.


White color preview on #84B590 background

This text has white color on #84B590 background.