COLOR #7CA48C

HEX: #7CA48C RGB: (124,164,140)

Color info

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

RGB color model

#7CA48C color RGB value is (124,164,140).

RGB: (124,164,140) (49%, 64%, 55%)

RGB channels and saturation

R 124 of 255 = 49%
G 164 of 255 = 64%
B 140 of 255 = 55%

124
164
140

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

Portions of RGB colors in percentages

R + G + B = 124 + 164 + 140 = 428 (100%)
R 124 of 428 ~ 28.97%
G 164 of 428 ~ 38.32%
B 140 of 428 ~ 32.71'%

%28.97
%38.32
%32.71

CMYK color model

#7CA48C color CMYK value is (24,0,15,36).

  • cyan value is 24.39%
  • magenta value is 0.00%
  • yellow value is 14.63%
  • key color value is 35.69%
CMYK: (24,0,15,36) C24M0Y15K36 (24%,0%,15%,36%) (0.24/0.00/0.15/0.36) 

CMYK percentages

%24.39
%0
%14.63
%35.69

Codes

Color #7CA48C in popluar color models

7C A4 8C
RGB 124 164 140
HSL 144° 18.02% 56.47%
HSB/HSV 144° 24.39% 64.31%
CMYK 24.39% 0.00% 14.63%
35.69%

Color #7CA48C in popluar number systems.

HEX 7C A4 8C
Decimal 124 164 140
Binary 1111100 10100100 10001100
Octal 174 244 214

Shades and tints

Shades of #7CA48C

#7CA48C
(124,164,140)
#719680
(113,150,128)
#668874
(102,136,116)
#5B7A68
(91,122,104)
#506C5C
(80,108,92)
#455E50
(69,94,80)
#3A5044
(58,80,68)
#2F4238
(47,66,56)
#24342C
(36,52,44)
#192620
(25,38,32)
#0E1814
(14,24,20)
#000000
(0,0,0)

Tints of #7CA48C

#7CA48C
(124,164,140)
#87AC96
(135,172,150)
#92B4A0
(146,180,160)
#9DBCAA
(157,188,170)
#A8C4B4
(168,196,180)
#B3CCBE
(179,204,190)
#BED4C8
(190,212,200)
#C9DCD2
(201,220,210)
#D4E4DC
(212,228,220)
#DFECE6
(223,236,230)
#EAF4F0
(234,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CA48C; }

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

This text font color is #7CA48C.

Background Color

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

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

This div background color is #7CA48C.

Border color

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

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

This div border color is #7CA48C.

Opacity

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

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

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

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

This text has shadow with #7CA48C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CA48C.

Preview

Color preview on black background

This text has color #7CA48C on black background.


Color preview on white background

This text has color #7CA48C on white background.


Black color preview on #7CA48C background

This text has black color on #7CA48C background.


White color preview on #7CA48C background

This text has white color on #7CA48C background.


Related colors

Complementary color

Complementary color for #hex is #835B73.


I love getcolorcode.com

Triadic colors

1 #8C7CA4 and #A48C7C with #7CA48C are triadic colors.

2 #8CA47C and #A47C8C with #7CA48C are triadic colors.