COLOR #7CA185

HEX: #7CA185 RGB: (124,161,133)

Color info

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

RGB color model

#7CA185 color RGB value is (124,161,133).

RGB: (124,161,133) (49%, 63%, 52%)

RGB channels and saturation

R 124 of 255 = 49%
G 161 of 255 = 63%
B 133 of 255 = 52%

124
161
133

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

Portions of RGB colors in percentages

R + G + B = 124 + 161 + 133 = 418 (100%)
R 124 of 418 ~ 29.67%
G 161 of 418 ~ 38.52%
B 133 of 418 ~ 31.82'%

%29.67
%38.52
%31.82

CMYK color model

#7CA185 color CMYK value is (23,0,17,37).

  • cyan value is 22.98%
  • magenta value is 0.00%
  • yellow value is 17.39%
  • key color value is 36.86%

CMYK: (23,0,17,37)
C23M0Y17K37 (23%, 0%, 17%, 37%)
(0.23 / 0.00 / 0.17 / 0.37)

CMYK percentages

%22.98
%0
%17.39
%36.86

Codes

Color #7CA185 in popluar color models

7C A1 85
RGB 124 161 133
HSL 135° 16.44% 55.88%
HSB/HSV 135° 22.98% 63.14%
CMYK 22.98% 0.00% 17.39%
36.86%

Color #7CA185 in popluar number systems.

HEX 7C A1 85
Decimal 124 161 133
Binary 1111100 10100001 10000101
Octal 174 241 205

Shades and tints

Shades of #7CA185

#7CA185
(124,161,133)
#719379
(113,147,121)
#66856D
(102,133,109)
#5B7761
(91,119,97)
#506955
(80,105,85)
#455B49
(69,91,73)
#3A4D3D
(58,77,61)
#2F3F31
(47,63,49)
#243125
(36,49,37)
#192319
(25,35,25)
#0E150D
(14,21,13)
#000000
(0,0,0)

Tints of #7CA185

#7CA185
(124,161,133)
#87A990
(135,169,144)
#92B19B
(146,177,155)
#9DB9A6
(157,185,166)
#A8C1B1
(168,193,177)
#B3C9BC
(179,201,188)
#BED1C7
(190,209,199)
#C9D9D2
(201,217,210)
#D4E1DD
(212,225,221)
#DFE9E8
(223,233,232)
#EAF1F3
(234,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CA185 color. Also use rgb(124,161,133) instead hex code.

Text Font Color

.myTextColor { color: #7CA185; }

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

This text font color is #7CA185.

Background Color

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

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

This div background color is #7CA185.

Border color

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

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

This div border color is #7CA185.

Opacity

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

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

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

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

This text has shadow with #7CA185 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CA185.

Preview

Color preview on black background

This text has color #7CA185 on black background.


Color preview on white background

This text has color #7CA185 on white background.


Black color preview on #7CA185 background

This text has black color on #7CA185 background.


White color preview on #7CA185 background

This text has white color on #7CA185 background.


Related colors

Complementary color

Complementary color for #hex is #835E7A.


I love getcolorcode.com

Triadic colors

1 #857CA1 and #A1857C with #7CA185 are triadic colors.

2 #85A17C and #A17C85 with #7CA185 are triadic colors.