COLOR #7C8853

HEX: #7C8853
RGB: (124,136,83)

Color info

#7C8853 contains red, green and blue colors in about the same proportion. Web safe color of #7C8853 is #669966 (or #696).

RGB color model

#7C8853 color RGB value is (124,136,83).

  • red value is 124;
  • green value is 136;
  • blue value is 83.
RGB:
(124,136,83)
(49%,53%,33%)

RGB channels and saturation

R 124 of 255 = 49%
G 136 of 255 = 53%
B 83 of 255 = 33%

124
136
83

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

Portions of RGB colors in percentages

R + G + B =
124 + 136 + 83 = 343 (100%)
R 124 of 343 ~ 36.15%
G 136 of 343 ~ 39.65%
B 83 of 343 ~ 24.2%

%36.15
%39.65
%24.2

CMYK color model

#7C8853 color CMYK value is (9,0,39,47).

  • cyan value is 8.82%
  • magenta value is 0.00%
  • yellow value is 38.97%
  • key color value is 46.67%
CMYK:
(9,0,39,47)
C9M0Y39K47 
(9%,0%,39%,47%)
(0.09/0.00/0.39/0.47)	

CMYK percentages

%8.82
%0
%38.97
%46.67

Codes

Color #7C8853 in popluar color models

7C8853
RGB12413683
HSL74°24.20%42.94%
HSB/HSV74°38.97%53.33%
CMYK8.82%0.00%38.97%
46.67%

Color #7C8853 in popluar number systems.

HEX7C8853
Decimal12413683
Binary1111100100010001010011
Octal174210123

Shades and tints

Shades of #7C8853

#7C8853
(124,136,83)
#717C4C
(113,124,76)
#667045
(102,112,69)
#5B643E
(91,100,62)
#505837
(80,88,55)
#454C30
(69,76,48)
#3A4029
(58,64,41)
#2F3422
(47,52,34)
#24281B
(36,40,27)
#191C14
(25,28,20)
#0E100D
(14,16,13)
#000000
(0,0,0)

Tints of #7C8853

#7C8853
(124,136,83)
#879262
(135,146,98)
#929C71
(146,156,113)
#9DA680
(157,166,128)
#A8B08F
(168,176,143)
#B3BA9E
(179,186,158)
#BEC4AD
(190,196,173)
#C9CEBC
(201,206,188)
#D4D8CB
(212,216,203)
#DFE2DA
(223,226,218)
#EAECE9
(234,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C8853 color. Also use rgb(124,136,83) instead hex code.

Text Font Color

.myTextColor { color: #7C8853; }

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

This text font color is #7C8853.


Background Color

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

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

This div background color is #7C8853.


Border color

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

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

This div border color is #7C8853.


Opacity

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

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

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

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

This text has shadow with #7C8853 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C8853 on black background.


Color preview on white background

This text has color #7C8853 on white background.



Black color preview on #7C8853 background

This text has black color on #7C8853 background.


White color preview on #7C8853 background

This text has white color on #7C8853 background.