COLOR #7CA583

HEX: #7CA583 RGB: (124,165,131)

Color info

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

RGB color model

#7CA583 color RGB value is (124,165,131).

RGB: (124,165,131) (49%, 65%, 51%)

RGB channels and saturation

R 124 of 255 = 49%
G 165 of 255 = 65%
B 131 of 255 = 51%

124
165
131

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

Portions of RGB colors in percentages

R + G + B = 124 + 165 + 131 = 420 (100%)
R 124 of 420 ~ 29.52%
G 165 of 420 ~ 39.29%
B 131 of 420 ~ 31.19'%

%29.52
%39.29
%31.19

CMYK color model

#7CA583 color CMYK value is (25,0,21,35).

  • cyan value is 24.85%
  • magenta value is 0.00%
  • yellow value is 20.61%
  • key color value is 35.29%

CMYK: (25,0,21,35)
C25M0Y21K35 (25%, 0%, 21%, 35%)
(0.25 / 0.00 / 0.21 / 0.35)

CMYK percentages

%24.85
%0
%20.61
%35.29

Codes

Color #7CA583 in popluar color models

7C A5 83
RGB 124 165 131
HSL 130° 18.55% 56.67%
HSB/HSV 130° 24.85% 64.71%
CMYK 24.85% 0.00% 20.61%
35.29%

Color #7CA583 in popluar number systems.

HEX 7C A5 83
Decimal 124 165 131
Binary 1111100 10100101 10000011
Octal 174 245 203

Shades and tints

Shades of #7CA583

#7CA583
(124,165,131)
#719678
(113,150,120)
#66876D
(102,135,109)
#5B7862
(91,120,98)
#506957
(80,105,87)
#455A4C
(69,90,76)
#3A4B41
(58,75,65)
#2F3C36
(47,60,54)
#242D2B
(36,45,43)
#191E20
(25,30,32)
#0E0F15
(14,15,21)
#000000
(0,0,0)

Tints of #7CA583

#7CA583
(124,165,131)
#87AD8E
(135,173,142)
#92B599
(146,181,153)
#9DBDA4
(157,189,164)
#A8C5AF
(168,197,175)
#B3CDBA
(179,205,186)
#BED5C5
(190,213,197)
#C9DDD0
(201,221,208)
#D4E5DB
(212,229,219)
#DFEDE6
(223,237,230)
#EAF5F1
(234,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CA583 color. Also use rgb(124,165,131) instead hex code.

Text Font Color

.myTextColor { color: #7CA583; }

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

This text font color is #7CA583.

Background Color

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

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

This div background color is #7CA583.

Border color

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

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

This div border color is #7CA583.

Opacity

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

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

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

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

This text has shadow with #7CA583 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CA583.

Preview

Color preview on black background

This text has color #7CA583 on black background.


Color preview on white background

This text has color #7CA583 on white background.


Black color preview on #7CA583 background

This text has black color on #7CA583 background.


White color preview on #7CA583 background

This text has white color on #7CA583 background.


Related colors

Complementary color

Complementary color for #hex is #835A7C.


I love getcolorcode.com

Triadic colors

1 #837CA5 and #A5837C with #7CA583 are triadic colors.

2 #83A57C and #A57C83 with #7CA583 are triadic colors.