COLOR #7CA784

HEX: #7CA784
RGB: (124,167,132)

Color info

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

RGB color model

#7CA784 color RGB value is (124,167,132).

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

RGB channels and saturation

R 124 of 255 = 49%
G 167 of 255 = 65%
B 132 of 255 = 52%

124
167
132

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

Portions of RGB colors in percentages

R + G + B =
124 + 167 + 132 = 423 (100%)
R 124 of 423 ~ 29.31%
G 167 of 423 ~ 39.48%
B 132 of 423 ~ 31.21%

%29.31
%39.48
%31.21

CMYK color model

#7CA784 color CMYK value is (26,0,21,35).

  • cyan value is 25.75%
  • magenta value is 0.00%
  • yellow value is 20.96%
  • key color value is 34.51%
CMYK:
(26,0,21,35)
C26M0Y21K35 
(26%,0%,21%,35%)
(0.26/0.00/0.21/0.35)	

CMYK percentages

%25.75
%0
%20.96
%34.51

Codes

Color #7CA784 in popluar color models

7CA784
RGB124167132
HSL131°19.63%57.06%
HSB/HSV131°25.75%65.49%
CMYK25.75%0.00%20.96%
34.51%

Color #7CA784 in popluar number systems.

HEX7CA784
Decimal124167132
Binary11111001010011110000100
Octal174247204

Shades and tints

Shades of #7CA784

#7CA784
(124,167,132)
#719878
(113,152,120)
#66896C
(102,137,108)
#5B7A60
(91,122,96)
#506B54
(80,107,84)
#455C48
(69,92,72)
#3A4D3C
(58,77,60)
#2F3E30
(47,62,48)
#242F24
(36,47,36)
#192018
(25,32,24)
#0E110C
(14,17,12)
#000000
(0,0,0)

Tints of #7CA784

#7CA784
(124,167,132)
#87AF8F
(135,175,143)
#92B79A
(146,183,154)
#9DBFA5
(157,191,165)
#A8C7B0
(168,199,176)
#B3CFBB
(179,207,187)
#BED7C6
(190,215,198)
#C9DFD1
(201,223,209)
#D4E7DC
(212,231,220)
#DFEFE7
(223,239,231)
#EAF7F2
(234,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CA784; }

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

This text font color is #7CA784.


Background Color

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

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

This div background color is #7CA784.


Border color

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

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

This div border color is #7CA784.


Opacity

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

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

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

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

This text has shadow with #7CA784 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CA784 on black background.


Color preview on white background

This text has color #7CA784 on white background.



Black color preview on #7CA784 background

This text has black color on #7CA784 background.


White color preview on #7CA784 background

This text has white color on #7CA784 background.