COLOR #7CA179

HEX: #7CA179
RGB: (124,161,121)

Color info

#7CA179 contains red, green and blue colors in about the same proportion. Web safe color of #7CA179 is #669966 (or #696).

RGB color model

#7CA179 color RGB value is (124,161,121).

  • red value is 124;
  • green value is 161;
  • blue value is 121.
RGB:
(124,161,121)
(49%,63%,47%)

RGB channels and saturation

R 124 of 255 = 49%
G 161 of 255 = 63%
B 121 of 255 = 47%

124
161
121

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

Portions of RGB colors in percentages

R + G + B =
124 + 161 + 121 = 406 (100%)
R 124 of 406 ~ 30.54%
G 161 of 406 ~ 39.66%
B 121 of 406 ~ 29.8%

%30.54
%39.66
%29.8

CMYK color model

#7CA179 color CMYK value is (23,0,25,37).

  • cyan value is 22.98%
  • magenta value is 0.00%
  • yellow value is 24.84%
  • key color value is 36.86%
CMYK:
(23,0,25,37)
C23M0Y25K37 
(23%,0%,25%,37%)
(0.23/0.00/0.25/0.37)	

CMYK percentages

%22.98
%0
%24.84
%36.86

Codes

Color #7CA179 in popluar color models

7CA179
RGB124161121
HSL116°17.54%55.29%
HSB/HSV116°24.84%63.14%
CMYK22.98%0.00%24.84%
36.86%

Color #7CA179 in popluar number systems.

HEX7CA179
Decimal124161121
Binary1111100101000011111001
Octal174241171

Shades and tints

Shades of #7CA179

#7CA179
(124,161,121)
#71936E
(113,147,110)
#668563
(102,133,99)
#5B7758
(91,119,88)
#50694D
(80,105,77)
#455B42
(69,91,66)
#3A4D37
(58,77,55)
#2F3F2C
(47,63,44)
#243121
(36,49,33)
#192316
(25,35,22)
#0E150B
(14,21,11)
#000000
(0,0,0)

Tints of #7CA179

#7CA179
(124,161,121)
#87A985
(135,169,133)
#92B191
(146,177,145)
#9DB99D
(157,185,157)
#A8C1A9
(168,193,169)
#B3C9B5
(179,201,181)
#BED1C1
(190,209,193)
#C9D9CD
(201,217,205)
#D4E1D9
(212,225,217)
#DFE9E5
(223,233,229)
#EAF1F1
(234,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CA179; }

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

This text font color is #7CA179.


Background Color

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

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

This div background color is #7CA179.


Border color

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

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

This div border color is #7CA179.


Opacity

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

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

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

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

This text has shadow with #7CA179 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CA179 on black background.


Color preview on white background

This text has color #7CA179 on white background.



Black color preview on #7CA179 background

This text has black color on #7CA179 background.


White color preview on #7CA179 background

This text has white color on #7CA179 background.