COLOR #82958F

HEX: #82958F
RGB: (130,149,143)

Color info

#82958F contains red, green and blue colors in about the same proportion. Web safe color of #82958F is #999999 (or #999).

RGB color model

#82958F color RGB value is (130,149,143).

  • red value is 130;
  • green value is 149;
  • blue value is 143.
RGB:
(130,149,143)
(51%,58%,56%)

RGB channels and saturation

R 130 of 255 = 51%
G 149 of 255 = 58%
B 143 of 255 = 56%

130
149
143

R + G + B ~ 55%. #82958F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 149 + 143 = 422 (100%)
R 130 of 422 ~ 30.81%
G 149 of 422 ~ 35.31%
B 143 of 422 ~ 33.89%

%30.81
%35.31
%33.89

CMYK color model

#82958F color CMYK value is (13,0,4,42).

  • cyan value is 12.75%
  • magenta value is 0.00%
  • yellow value is 4.03%
  • key color value is 41.57%
CMYK:
(13,0,4,42)
C13M0Y4K42 
(13%,0%,4%,42%)
(0.13/0.00/0.04/0.42)	

CMYK percentages

%12.75
%0
%4.03
%41.57

Codes

Color #82958F in popluar color models

82958F
RGB130149143
HSL161°8.23%54.71%
HSB/HSV161°12.75%58.43%
CMYK12.75%0.00%4.03%
41.57%

Color #82958F in popluar number systems.

HEX82958F
Decimal130149143
Binary100000101001010110001111
Octal202225217

Shades and tints

Shades of #82958F

#82958F
(130,149,143)
#778882
(119,136,130)
#6C7B75
(108,123,117)
#616E68
(97,110,104)
#56615B
(86,97,91)
#4B544E
(75,84,78)
#404741
(64,71,65)
#353A34
(53,58,52)
#2A2D27
(42,45,39)
#1F201A
(31,32,26)
#14130D
(20,19,13)
#000000
(0,0,0)

Tints of #82958F

#82958F
(130,149,143)
#8D9E99
(141,158,153)
#98A7A3
(152,167,163)
#A3B0AD
(163,176,173)
#AEB9B7
(174,185,183)
#B9C2C1
(185,194,193)
#C4CBCB
(196,203,203)
#CFD4D5
(207,212,213)
#DADDDF
(218,221,223)
#E5E6E9
(229,230,233)
#F0EFF3
(240,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82958F color. Also use rgb(130,149,143) instead hex code.

Text Font Color

.myTextColor { color: #82958F; }

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

This text font color is #82958F.


Background Color

.myBgColor { background-color: #82958F; }

<div style="background-color:#82958F">Inner text</div>

This div background color is #82958F.


Border color

.myBorderColor { border: 1px solid #82958F; }

<div style="border:3px solid #82958F">Div</div>

This div border color is #82958F.


Opacity

.myOpacity80 { color: #82958F; opacity: 0.8; }

<p style="color:#82958F;opacity:0.8;">80%</p>

Text with #82958F 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 #82958F;}

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

This text has shadow with #82958F color.

.textShadow {text-shadow: 3px 3px 1px #82958F, 3px 3px 1px red;}

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

This text has shadow with #82958F primary color and red secondary color.


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

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

This text has shadow with #82958F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82958F on black background.


Color preview on white background

This text has color #82958F on white background.



Black color preview on #82958F background

This text has black color on #82958F background.


White color preview on #82958F background

This text has white color on #82958F background.