COLOR #7C853A

HEX: #7C853A RGB: (124,133,58)

Color info

#7C853A contains mainly red and green colors. Web safe color of #7C853A is #669933 (or #693).

RGB color model

#7C853A color RGB value is (124,133,58).

RGB: (124,133,58) (49%, 52%, 23%)

RGB channels and saturation

R 124 of 255 = 49%
G 133 of 255 = 52%
B 58 of 255 = 23%

124
133
58

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

Portions of RGB colors in percentages

R + G + B = 124 + 133 + 58 = 315 (100%)
R 124 of 315 ~ 39.37%
G 133 of 315 ~ 42.22%
B 58 of 315 ~ 18.41'%

%39.37
%42.22
%18.41

CMYK color model

#7C853A color CMYK value is (7,0,56,48).

  • cyan value is 6.77%
  • magenta value is 0.00%
  • yellow value is 56.39%
  • key color value is 47.84%

CMYK: (7,0,56,48)
C7M0Y56K48 (7%, 0%, 56%, 48%)
(0.07 / 0.00 / 0.56 / 0.48)

CMYK percentages

%6.77
%0
%56.39
%47.84

Codes

Color #7C853A in popluar color models

7C 85 3A
RGB 124 133 58
HSL 67° 39.27% 37.45%
HSB/HSV 67° 56.39% 52.16%
CMYK 6.77% 0.00% 56.39%
47.84%

Color #7C853A in popluar number systems.

HEX 7C 85 3A
Decimal 124 133 58
Binary 1111100 10000101 111010
Octal 174 205 72

Shades and tints

Shades of #7C853A

#7C853A
(124,133,58)
#717935
(113,121,53)
#666D30
(102,109,48)
#5B612B
(91,97,43)
#505526
(80,85,38)
#454921
(69,73,33)
#3A3D1C
(58,61,28)
#2F3117
(47,49,23)
#242512
(36,37,18)
#19190D
(25,25,13)
#0E0D08
(14,13,8)
#000000
(0,0,0)

Tints of #7C853A

#7C853A
(124,133,58)
#87904B
(135,144,75)
#929B5C
(146,155,92)
#9DA66D
(157,166,109)
#A8B17E
(168,177,126)
#B3BC8F
(179,188,143)
#BEC7A0
(190,199,160)
#C9D2B1
(201,210,177)
#D4DDC2
(212,221,194)
#DFE8D3
(223,232,211)
#EAF3E4
(234,243,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C853A color. Also use rgb(124,133,58) instead hex code.

Text Font Color

.myTextColor { color: #7C853A; }

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

This text font color is #7C853A.

Background Color

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

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

This div background color is #7C853A.

Border color

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

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

This div border color is #7C853A.

Opacity

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

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

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

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

This text has shadow with #7C853A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C853A.

Preview

Color preview on black background

This text has color #7C853A on black background.


Color preview on white background

This text has color #7C853A on white background.


Black color preview on #7C853A background

This text has black color on #7C853A background.


White color preview on #7C853A background

This text has white color on #7C853A background.


Related colors

Complementary color

Complementary color for #hex is #837AC5.


I love getcolorcode.com

Triadic colors

1 #3A7C85 and #853A7C with #7C853A are triadic colors.

2 #3A857C and #857C3A with #7C853A are triadic colors.