COLOR #7CAF83

HEX: #7CAF83 RGB: (124,175,131)

Color info

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

RGB color model

#7CAF83 color RGB value is (124,175,131).

RGB: (124,175,131) (49%, 69%, 51%)

RGB channels and saturation

R 124 of 255 = 49%
G 175 of 255 = 69%
B 131 of 255 = 51%

124
175
131

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

Portions of RGB colors in percentages

R + G + B = 124 + 175 + 131 = 430 (100%)
R 124 of 430 ~ 28.84%
G 175 of 430 ~ 40.7%
B 131 of 430 ~ 30.47'%

%28.84
%40.7
%30.47

CMYK color model

#7CAF83 color CMYK value is (29,0,25,31).

  • cyan value is 29.14%
  • magenta value is 0.00%
  • yellow value is 25.14%
  • key color value is 31.37%

CMYK: (29,0,25,31)
C29M0Y25K31 (29%, 0%, 25%, 31%)
(0.29 / 0.00 / 0.25 / 0.31)

CMYK percentages

%29.14
%0
%25.14
%31.37

Codes

Color #7CAF83 in popluar color models

7C AF 83
RGB 124 175 131
HSL 128° 24.17% 58.63%
HSB/HSV 128° 29.14% 68.63%
CMYK 29.14% 0.00% 25.14%
31.37%

Color #7CAF83 in popluar number systems.

HEX 7C AF 83
Decimal 124 175 131
Binary 1111100 10101111 10000011
Octal 174 257 203

Shades and tints

Shades of #7CAF83

#7CAF83
(124,175,131)
#71A078
(113,160,120)
#66916D
(102,145,109)
#5B8262
(91,130,98)
#507357
(80,115,87)
#45644C
(69,100,76)
#3A5541
(58,85,65)
#2F4636
(47,70,54)
#24372B
(36,55,43)
#192820
(25,40,32)
#0E1915
(14,25,21)
#000000
(0,0,0)

Tints of #7CAF83

#7CAF83
(124,175,131)
#87B68E
(135,182,142)
#92BD99
(146,189,153)
#9DC4A4
(157,196,164)
#A8CBAF
(168,203,175)
#B3D2BA
(179,210,186)
#BED9C5
(190,217,197)
#C9E0D0
(201,224,208)
#D4E7DB
(212,231,219)
#DFEEE6
(223,238,230)
#EAF5F1
(234,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CAF83 color. Also use rgb(124,175,131) instead hex code.

Text Font Color

.myTextColor { color: #7CAF83; }

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

This text font color is #7CAF83.

Background Color

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

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

This div background color is #7CAF83.

Border color

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

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

This div border color is #7CAF83.

Opacity

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

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

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

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

This text has shadow with #7CAF83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CAF83.

Preview

Color preview on black background

This text has color #7CAF83 on black background.


Color preview on white background

This text has color #7CAF83 on white background.


Black color preview on #7CAF83 background

This text has black color on #7CAF83 background.


White color preview on #7CAF83 background

This text has white color on #7CAF83 background.


Related colors

Complementary color

Complementary color for #hex is #83507C.


I love getcolorcode.com

Triadic colors

1 #837CAF and #AF837C with #7CAF83 are triadic colors.

2 #83AF7C and #AF7C83 with #7CAF83 are triadic colors.