COLOR #7CA49A

HEX: #7CA49A RGB: (124,164,154)

Color info

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

RGB color model

#7CA49A color RGB value is (124,164,154).

RGB: (124,164,154) (49%, 64%, 60%)

RGB channels and saturation

R 124 of 255 = 49%
G 164 of 255 = 64%
B 154 of 255 = 60%

124
164
154

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

Portions of RGB colors in percentages

R + G + B = 124 + 164 + 154 = 442 (100%)
R 124 of 442 ~ 28.05%
G 164 of 442 ~ 37.1%
B 154 of 442 ~ 34.84'%

%28.05
%37.1
%34.84

CMYK color model

#7CA49A color CMYK value is (24,0,6,36).

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

CMYK: (24,0,6,36)
C24M0Y6K36 (24%, 0%, 6%, 36%)
(0.24 / 0.00 / 0.06 / 0.36)

CMYK percentages

%24.39
%0
%6.1
%35.69

Codes

Color #7CA49A in popluar color models

7C A4 9A
RGB 124 164 154
HSL 165° 18.02% 56.47%
HSB/HSV 165° 24.39% 64.31%
CMYK 24.39% 0.00% 6.10%
35.69%

Color #7CA49A in popluar number systems.

HEX 7C A4 9A
Decimal 124 164 154
Binary 1111100 10100100 10011010
Octal 174 244 232

Shades and tints

Shades of #7CA49A

#7CA49A
(124,164,154)
#71968C
(113,150,140)
#66887E
(102,136,126)
#5B7A70
(91,122,112)
#506C62
(80,108,98)
#455E54
(69,94,84)
#3A5046
(58,80,70)
#2F4238
(47,66,56)
#24342A
(36,52,42)
#19261C
(25,38,28)
#0E180E
(14,24,14)
#000000
(0,0,0)

Tints of #7CA49A

#7CA49A
(124,164,154)
#87ACA3
(135,172,163)
#92B4AC
(146,180,172)
#9DBCB5
(157,188,181)
#A8C4BE
(168,196,190)
#B3CCC7
(179,204,199)
#BED4D0
(190,212,208)
#C9DCD9
(201,220,217)
#D4E4E2
(212,228,226)
#DFECEB
(223,236,235)
#EAF4F4
(234,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CA49A; }

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

This text font color is #7CA49A.

Background Color

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

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

This div background color is #7CA49A.

Border color

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

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

This div border color is #7CA49A.

Opacity

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

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

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

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

This text has shadow with #7CA49A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CA49A.

Preview

Color preview on black background

This text has color #7CA49A on black background.


Color preview on white background

This text has color #7CA49A on white background.


Black color preview on #7CA49A background

This text has black color on #7CA49A background.


White color preview on #7CA49A background

This text has white color on #7CA49A background.


Related colors

Complementary color

Complementary color for #hex is #835B65.


I love getcolorcode.com

Triadic colors

1 #9A7CA4 and #A49A7C with #7CA49A are triadic colors.

2 #9AA47C and #A47C9A with #7CA49A are triadic colors.