COLOR #7CA084

HEX: #7CA084
RGB: (124,160,132)

Color info

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

RGB color model

#7CA084 color RGB value is (124,160,132).

  • red value is 124;
  • green value is 160;
  • blue value is 132.
RGB:
(124,160,132)
(49%,63%,52%)

RGB channels and saturation

R 124 of 255 = 49%
G 160 of 255 = 63%
B 132 of 255 = 52%

124
160
132

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

Portions of RGB colors in percentages

R + G + B =
124 + 160 + 132 = 416 (100%)
R 124 of 416 ~ 29.81%
G 160 of 416 ~ 38.46%
B 132 of 416 ~ 31.73%

%29.81
%38.46
%31.73

CMYK color model

#7CA084 color CMYK value is (23,0,18,37).

  • cyan value is 22.50%
  • magenta value is 0.00%
  • yellow value is 17.50%
  • key color value is 37.25%
CMYK:
(23,0,18,37)
C23M0Y18K37 
(23%,0%,18%,37%)
(0.23/0.00/0.18/0.37)	

CMYK percentages

%22.5
%0
%17.5
%37.25

Codes

Color #7CA084 in popluar color models

7CA084
RGB124160132
HSL133°15.93%55.69%
HSB/HSV133°22.50%62.75%
CMYK22.50%0.00%17.50%
37.25%

Color #7CA084 in popluar number systems.

HEX7CA084
Decimal124160132
Binary11111001010000010000100
Octal174240204

Shades and tints

Shades of #7CA084

#7CA084
(124,160,132)
#719278
(113,146,120)
#66846C
(102,132,108)
#5B7660
(91,118,96)
#506854
(80,104,84)
#455A48
(69,90,72)
#3A4C3C
(58,76,60)
#2F3E30
(47,62,48)
#243024
(36,48,36)
#192218
(25,34,24)
#0E140C
(14,20,12)
#000000
(0,0,0)

Tints of #7CA084

#7CA084
(124,160,132)
#87A88F
(135,168,143)
#92B09A
(146,176,154)
#9DB8A5
(157,184,165)
#A8C0B0
(168,192,176)
#B3C8BB
(179,200,187)
#BED0C6
(190,208,198)
#C9D8D1
(201,216,209)
#D4E0DC
(212,224,220)
#DFE8E7
(223,232,231)
#EAF0F2
(234,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CA084 color. Also use rgb(124,160,132) instead hex code.

Text Font Color

.myTextColor { color: #7CA084; }

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

This text font color is #7CA084.


Background Color

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

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

This div background color is #7CA084.


Border color

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

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

This div border color is #7CA084.


Opacity

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

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

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

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

This text has shadow with #7CA084 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CA084 on black background.


Color preview on white background

This text has color #7CA084 on white background.



Black color preview on #7CA084 background

This text has black color on #7CA084 background.


White color preview on #7CA084 background

This text has white color on #7CA084 background.