COLOR #7CA081

HEX: #7CA081
RGB: (124,160,129)

Color info

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

RGB color model

#7CA081 color RGB value is (124,160,129).

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

RGB channels and saturation

R 124 of 255 = 49%
G 160 of 255 = 63%
B 129 of 255 = 51%

124
160
129

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

Portions of RGB colors in percentages

R + G + B =
124 + 160 + 129 = 413 (100%)
R 124 of 413 ~ 30.02%
G 160 of 413 ~ 38.74%
B 129 of 413 ~ 31.23%

%30.02
%38.74
%31.23

CMYK color model

#7CA081 color CMYK value is (23,0,19,37).

  • cyan value is 22.50%
  • magenta value is 0.00%
  • yellow value is 19.38%
  • key color value is 37.25%
CMYK:
(23,0,19,37)
C23M0Y19K37 
(23%,0%,19%,37%)
(0.23/0.00/0.19/0.37)	

CMYK percentages

%22.5
%0
%19.38
%37.25

Codes

Color #7CA081 in popluar color models

7CA081
RGB124160129
HSL128°15.93%55.69%
HSB/HSV128°22.50%62.75%
CMYK22.50%0.00%19.38%
37.25%

Color #7CA081 in popluar number systems.

HEX7CA081
Decimal124160129
Binary11111001010000010000001
Octal174240201

Shades and tints

Shades of #7CA081

#7CA081
(124,160,129)
#719276
(113,146,118)
#66846B
(102,132,107)
#5B7660
(91,118,96)
#506855
(80,104,85)
#455A4A
(69,90,74)
#3A4C3F
(58,76,63)
#2F3E34
(47,62,52)
#243029
(36,48,41)
#19221E
(25,34,30)
#0E1413
(14,20,19)
#000000
(0,0,0)

Tints of #7CA081

#7CA081
(124,160,129)
#87A88C
(135,168,140)
#92B097
(146,176,151)
#9DB8A2
(157,184,162)
#A8C0AD
(168,192,173)
#B3C8B8
(179,200,184)
#BED0C3
(190,208,195)
#C9D8CE
(201,216,206)
#D4E0D9
(212,224,217)
#DFE8E4
(223,232,228)
#EAF0EF
(234,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CA081; }

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

This text font color is #7CA081.


Background Color

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

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

This div background color is #7CA081.


Border color

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

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

This div border color is #7CA081.


Opacity

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

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

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

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

This text has shadow with #7CA081 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CA081 on black background.


Color preview on white background

This text has color #7CA081 on white background.



Black color preview on #7CA081 background

This text has black color on #7CA081 background.


White color preview on #7CA081 background

This text has white color on #7CA081 background.