COLOR #7C783A

HEX: #7C783A
RGB: (124,120,58)

Color info

#7C783A contains mainly red and green colors. Web safe color of #7C783A is #666633 (or #663).

RGB color model

#7C783A color RGB value is (124,120,58).

  • red value is 124;
  • green value is 120;
  • blue value is 58.
RGB:
(124,120,58)
(49%,47%,23%)

RGB channels and saturation

R 124 of 255 = 49%
G 120 of 255 = 47%
B 58 of 255 = 23%

124
120
58

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

Portions of RGB colors in percentages

R + G + B =
124 + 120 + 58 = 302 (100%)
R 124 of 302 ~ 41.06%
G 120 of 302 ~ 39.74%
B 58 of 302 ~ 19.21%

%41.06
%39.74
%19.21

CMYK color model

#7C783A color CMYK value is (0,3,53,51).

  • cyan value is 0.00%
  • magenta value is 3.23%
  • yellow value is 53.23%
  • key color value is 51.37%
CMYK:
(0,3,53,51)
C0M3Y53K51 
(0%,3%,53%,51%)
(0.00/0.03/0.53/0.51)	

CMYK percentages

%0
%3.23
%53.23
%51.37

Codes

Color #7C783A in popluar color models

7C783A
RGB12412058
HSL56°36.26%35.69%
HSB/HSV56°53.23%48.63%
CMYK0.00%3.23%53.23%
51.37%

Color #7C783A in popluar number systems.

HEX7C783A
Decimal12412058
Binary11111001111000111010
Octal17417072

Shades and tints

Shades of #7C783A

#7C783A
(124,120,58)
#716E35
(113,110,53)
#666430
(102,100,48)
#5B5A2B
(91,90,43)
#505026
(80,80,38)
#454621
(69,70,33)
#3A3C1C
(58,60,28)
#2F3217
(47,50,23)
#242812
(36,40,18)
#191E0D
(25,30,13)
#0E1408
(14,20,8)
#000000
(0,0,0)

Tints of #7C783A

#7C783A
(124,120,58)
#87844B
(135,132,75)
#92905C
(146,144,92)
#9D9C6D
(157,156,109)
#A8A87E
(168,168,126)
#B3B48F
(179,180,143)
#BEC0A0
(190,192,160)
#C9CCB1
(201,204,177)
#D4D8C2
(212,216,194)
#DFE4D3
(223,228,211)
#EAF0E4
(234,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C783A; }

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

This text font color is #7C783A.


Background Color

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

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

This div background color is #7C783A.


Border color

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

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

This div border color is #7C783A.


Opacity

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

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

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

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

This text has shadow with #7C783A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C783A on black background.


Color preview on white background

This text has color #7C783A on white background.



Black color preview on #7C783A background

This text has black color on #7C783A background.


White color preview on #7C783A background

This text has white color on #7C783A background.