COLOR #7CA290

HEX: #7CA290 RGB: (124,162,144)

Color info

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

RGB color model

#7CA290 color RGB value is (124,162,144).

RGB: (124,162,144) (49%, 64%, 56%)

RGB channels and saturation

R 124 of 255 = 49%
G 162 of 255 = 64%
B 144 of 255 = 56%

124
162
144

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

Portions of RGB colors in percentages

R + G + B = 124 + 162 + 144 = 430 (100%)
R 124 of 430 ~ 28.84%
G 162 of 430 ~ 37.67%
B 144 of 430 ~ 33.49'%

%28.84
%37.67
%33.49

CMYK color model

#7CA290 color CMYK value is (23,0,11,36).

  • cyan value is 23.46%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 36.47%
CMYK: (23,0,11,36) C23M0Y11K36 (23%,0%,11%,36%) (0.23/0.00/0.11/0.36) 

CMYK percentages

%23.46
%0
%11.11
%36.47

Codes

Color #7CA290 in popluar color models

7C A2 90
RGB 124 162 144
HSL 152° 16.96% 56.08%
HSB/HSV 152° 23.46% 63.53%
CMYK 23.46% 0.00% 11.11%
36.47%

Color #7CA290 in popluar number systems.

HEX 7C A2 90
Decimal 124 162 144
Binary 1111100 10100010 10010000
Octal 174 242 220

Shades and tints

Shades of #7CA290

#7CA290
(124,162,144)
#719483
(113,148,131)
#668676
(102,134,118)
#5B7869
(91,120,105)
#506A5C
(80,106,92)
#455C4F
(69,92,79)
#3A4E42
(58,78,66)
#2F4035
(47,64,53)
#243228
(36,50,40)
#19241B
(25,36,27)
#0E160E
(14,22,14)
#000000
(0,0,0)

Tints of #7CA290

#7CA290
(124,162,144)
#87AA9A
(135,170,154)
#92B2A4
(146,178,164)
#9DBAAE
(157,186,174)
#A8C2B8
(168,194,184)
#B3CAC2
(179,202,194)
#BED2CC
(190,210,204)
#C9DAD6
(201,218,214)
#D4E2E0
(212,226,224)
#DFEAEA
(223,234,234)
#EAF2F4
(234,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CA290 color. Also use rgb(124,162,144) instead hex code.

Text Font Color

.myTextColor { color: #7CA290; }

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

This text font color is #7CA290.

Background Color

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

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

This div background color is #7CA290.

Border color

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

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

This div border color is #7CA290.

Opacity

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

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

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

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

This text has shadow with #7CA290 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CA290.

Preview

Color preview on black background

This text has color #7CA290 on black background.


Color preview on white background

This text has color #7CA290 on white background.


Black color preview on #7CA290 background

This text has black color on #7CA290 background.


White color preview on #7CA290 background

This text has white color on #7CA290 background.


Related colors

Complementary color

Complementary color for #hex is #835D6F.


I love getcolorcode.com

Triadic colors

1 #907CA2 and #A2907C with #7CA290 are triadic colors.

2 #90A27C and #A27C90 with #7CA290 are triadic colors.