COLOR #7C8545

HEX: #7C8545 RGB: (124,133,69)

Color info

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

RGB color model

#7C8545 color RGB value is (124,133,69).

RGB: (124,133,69) (49%, 52%, 27%)

RGB channels and saturation

R 124 of 255 = 49%
G 133 of 255 = 52%
B 69 of 255 = 27%

124
133
69

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

Portions of RGB colors in percentages

R + G + B = 124 + 133 + 69 = 326 (100%)
R 124 of 326 ~ 38.04%
G 133 of 326 ~ 40.8%
B 69 of 326 ~ 21.17'%

%38.04
%40.8
%21.17

CMYK color model

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

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

CMYK: (7,0,48,48)
C7M0Y48K48 (7%, 0%, 48%, 48%)
(0.07 / 0.00 / 0.48 / 0.48)

CMYK percentages

%6.77
%0
%48.12
%47.84

Codes

Color #7C8545 in popluar color models

7C 85 45
RGB 124 133 69
HSL 68° 31.68% 39.61%
HSB/HSV 68° 48.12% 52.16%
CMYK 6.77% 0.00% 48.12%
47.84%

Color #7C8545 in popluar number systems.

HEX 7C 85 45
Decimal 124 133 69
Binary 1111100 10000101 1000101
Octal 174 205 105

Shades and tints

Shades of #7C8545

#7C8545
(124,133,69)
#71793F
(113,121,63)
#666D39
(102,109,57)
#5B6133
(91,97,51)
#50552D
(80,85,45)
#454927
(69,73,39)
#3A3D21
(58,61,33)
#2F311B
(47,49,27)
#242515
(36,37,21)
#19190F
(25,25,15)
#0E0D09
(14,13,9)
#000000
(0,0,0)

Tints of #7C8545

#7C8545
(124,133,69)
#879055
(135,144,85)
#929B65
(146,155,101)
#9DA675
(157,166,117)
#A8B185
(168,177,133)
#B3BC95
(179,188,149)
#BEC7A5
(190,199,165)
#C9D2B5
(201,210,181)
#D4DDC5
(212,221,197)
#DFE8D5
(223,232,213)
#EAF3E5
(234,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C8545; }

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

This text font color is #7C8545.

Background Color

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

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

This div background color is #7C8545.

Border color

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

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

This div border color is #7C8545.

Opacity

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

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

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

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

This text has shadow with #7C8545 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C8545.

Preview

Color preview on black background

This text has color #7C8545 on black background.


Color preview on white background

This text has color #7C8545 on white background.


Black color preview on #7C8545 background

This text has black color on #7C8545 background.


White color preview on #7C8545 background

This text has white color on #7C8545 background.


Related colors

Complementary color

Complementary color for #hex is #837ABA.


I love getcolorcode.com

Triadic colors

1 #457C85 and #85457C with #7C8545 are triadic colors.

2 #45857C and #857C45 with #7C8545 are triadic colors.