COLOR #7C9543

HEX: #7C9543
RGB: (124,149,67)

Color info

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

RGB color model

#7C9543 color RGB value is (124,149,67).

  • red value is 124;
  • green value is 149;
  • blue value is 67.
RGB:
(124,149,67)
(49%,58%,26%)

RGB channels and saturation

R 124 of 255 = 49%
G 149 of 255 = 58%
B 67 of 255 = 26%

124
149
67

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

Portions of RGB colors in percentages

R + G + B =
124 + 149 + 67 = 340 (100%)
R 124 of 340 ~ 36.47%
G 149 of 340 ~ 43.82%
B 67 of 340 ~ 19.71%

%36.47
%43.82
%19.71

CMYK color model

#7C9543 color CMYK value is (17,0,55,42).

  • cyan value is 16.78%
  • magenta value is 0.00%
  • yellow value is 55.03%
  • key color value is 41.57%
CMYK:
(17,0,55,42)
C17M0Y55K42 
(17%,0%,55%,42%)
(0.17/0.00/0.55/0.42)	

CMYK percentages

%16.78
%0
%55.03
%41.57

Codes

Color #7C9543 in popluar color models

7C9543
RGB12414967
HSL78°37.96%42.35%
HSB/HSV78°55.03%58.43%
CMYK16.78%0.00%55.03%
41.57%

Color #7C9543 in popluar number systems.

HEX7C9543
Decimal12414967
Binary1111100100101011000011
Octal174225103

Shades and tints

Shades of #7C9543

#7C9543
(124,149,67)
#71883D
(113,136,61)
#667B37
(102,123,55)
#5B6E31
(91,110,49)
#50612B
(80,97,43)
#455425
(69,84,37)
#3A471F
(58,71,31)
#2F3A19
(47,58,25)
#242D13
(36,45,19)
#19200D
(25,32,13)
#0E1307
(14,19,7)
#000000
(0,0,0)

Tints of #7C9543

#7C9543
(124,149,67)
#879E54
(135,158,84)
#92A765
(146,167,101)
#9DB076
(157,176,118)
#A8B987
(168,185,135)
#B3C298
(179,194,152)
#BECBA9
(190,203,169)
#C9D4BA
(201,212,186)
#D4DDCB
(212,221,203)
#DFE6DC
(223,230,220)
#EAEFED
(234,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C9543 color. Also use rgb(124,149,67) instead hex code.

Text Font Color

.myTextColor { color: #7C9543; }

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

This text font color is #7C9543.


Background Color

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

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

This div background color is #7C9543.


Border color

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

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

This div border color is #7C9543.


Opacity

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

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

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

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

This text has shadow with #7C9543 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C9543 on black background.


Color preview on white background

This text has color #7C9543 on white background.



Black color preview on #7C9543 background

This text has black color on #7C9543 background.


White color preview on #7C9543 background

This text has white color on #7C9543 background.