COLOR #7CA493

HEX: #7CA493 RGB: (124,164,147)

Color info

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

RGB color model

#7CA493 color RGB value is (124,164,147).

RGB: (124,164,147) (49%, 64%, 58%)

RGB channels and saturation

R 124 of 255 = 49%
G 164 of 255 = 64%
B 147 of 255 = 58%

124
164
147

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

Portions of RGB colors in percentages

R + G + B = 124 + 164 + 147 = 435 (100%)
R 124 of 435 ~ 28.51%
G 164 of 435 ~ 37.7%
B 147 of 435 ~ 33.79'%

%28.51
%37.7
%33.79

CMYK color model

#7CA493 color CMYK value is (24,0,10,36).

  • cyan value is 24.39%
  • magenta value is 0.00%
  • yellow value is 10.37%
  • key color value is 35.69%

CMYK: (24,0,10,36)
C24M0Y10K36 (24%, 0%, 10%, 36%)
(0.24 / 0.00 / 0.10 / 0.36)

CMYK percentages

%24.39
%0
%10.37
%35.69

Codes

Color #7CA493 in popluar color models

7C A4 93
RGB 124 164 147
HSL 155° 18.02% 56.47%
HSB/HSV 155° 24.39% 64.31%
CMYK 24.39% 0.00% 10.37%
35.69%

Color #7CA493 in popluar number systems.

HEX 7C A4 93
Decimal 124 164 147
Binary 1111100 10100100 10010011
Octal 174 244 223

Shades and tints

Shades of #7CA493

#7CA493
(124,164,147)
#719686
(113,150,134)
#668879
(102,136,121)
#5B7A6C
(91,122,108)
#506C5F
(80,108,95)
#455E52
(69,94,82)
#3A5045
(58,80,69)
#2F4238
(47,66,56)
#24342B
(36,52,43)
#19261E
(25,38,30)
#0E1811
(14,24,17)
#000000
(0,0,0)

Tints of #7CA493

#7CA493
(124,164,147)
#87AC9C
(135,172,156)
#92B4A5
(146,180,165)
#9DBCAE
(157,188,174)
#A8C4B7
(168,196,183)
#B3CCC0
(179,204,192)
#BED4C9
(190,212,201)
#C9DCD2
(201,220,210)
#D4E4DB
(212,228,219)
#DFECE4
(223,236,228)
#EAF4ED
(234,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CA493 color. Also use rgb(124,164,147) instead hex code.

Text Font Color

.myTextColor { color: #7CA493; }

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

This text font color is #7CA493.

Background Color

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

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

This div background color is #7CA493.

Border color

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

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

This div border color is #7CA493.

Opacity

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

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

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

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

This text has shadow with #7CA493 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CA493.

Preview

Color preview on black background

This text has color #7CA493 on black background.


Color preview on white background

This text has color #7CA493 on white background.


Black color preview on #7CA493 background

This text has black color on #7CA493 background.


White color preview on #7CA493 background

This text has white color on #7CA493 background.


Related colors

Complementary color

Complementary color for #hex is #835B6C.


I love getcolorcode.com

Triadic colors

1 #937CA4 and #A4937C with #7CA493 are triadic colors.

2 #93A47C and #A47C93 with #7CA493 are triadic colors.