COLOR #7C9582

HEX: #7C9582
RGB: (124,149,130)

Color info

#7C9582 contains red, green and blue colors in about the same proportion. Web safe color of #7C9582 is #669999 (or #699).

RGB color model

#7C9582 color RGB value is (124,149,130).

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

RGB channels and saturation

R 124 of 255 = 49%
G 149 of 255 = 58%
B 130 of 255 = 51%

124
149
130

R + G + B ~ 53%. #7C9582 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
124 + 149 + 130 = 403 (100%)
R 124 of 403 ~ 30.77%
G 149 of 403 ~ 36.97%
B 130 of 403 ~ 32.26%

%30.77
%36.97
%32.26

CMYK color model

#7C9582 color CMYK value is (17,0,13,42).

  • cyan value is 16.78%
  • magenta value is 0.00%
  • yellow value is 12.75%
  • key color value is 41.57%
CMYK:
(17,0,13,42)
C17M0Y13K42 
(17%,0%,13%,42%)
(0.17/0.00/0.13/0.42)	

CMYK percentages

%16.78
%0
%12.75
%41.57

Codes

Color #7C9582 in popluar color models

7C9582
RGB124149130
HSL134°10.55%53.53%
HSB/HSV134°16.78%58.43%
CMYK16.78%0.00%12.75%
41.57%

Color #7C9582 in popluar number systems.

HEX7C9582
Decimal124149130
Binary11111001001010110000010
Octal174225202

Shades and tints

Shades of #7C9582

#7C9582
(124,149,130)
#718877
(113,136,119)
#667B6C
(102,123,108)
#5B6E61
(91,110,97)
#506156
(80,97,86)
#45544B
(69,84,75)
#3A4740
(58,71,64)
#2F3A35
(47,58,53)
#242D2A
(36,45,42)
#19201F
(25,32,31)
#0E1314
(14,19,20)
#000000
(0,0,0)

Tints of #7C9582

#7C9582
(124,149,130)
#879E8D
(135,158,141)
#92A798
(146,167,152)
#9DB0A3
(157,176,163)
#A8B9AE
(168,185,174)
#B3C2B9
(179,194,185)
#BECBC4
(190,203,196)
#C9D4CF
(201,212,207)
#D4DDDA
(212,221,218)
#DFE6E5
(223,230,229)
#EAEFF0
(234,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C9582 color. Also use rgb(124,149,130) instead hex code.

Text Font Color

.myTextColor { color: #7C9582; }

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

This text font color is #7C9582.


Background Color

.myBgColor { background-color: #7C9582; }

<div style="background-color:#7C9582">Inner text</div>

This div background color is #7C9582.


Border color

.myBorderColor { border: 1px solid #7C9582; }

<div style="border:3px solid #7C9582">Div</div>

This div border color is #7C9582.


Opacity

.myOpacity80 { color: #7C9582; opacity: 0.8; }

<p style="color:#7C9582;opacity:0.8;">80%</p>

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

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

This text has shadow with #7C9582 color.

.textShadow {text-shadow: 3px 3px 1px #7C9582, 3px 3px 1px red;}

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

This text has shadow with #7C9582 primary color and red secondary color.


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

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

This text has shadow with #7C9582 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C9582 on black background.


Color preview on white background

This text has color #7C9582 on white background.



Black color preview on #7C9582 background

This text has black color on #7C9582 background.


White color preview on #7C9582 background

This text has white color on #7C9582 background.