COLOR #7C893A

HEX: #7C893A
RGB: (124,137,58)

Color info

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

RGB color model

#7C893A color RGB value is (124,137,58).

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

RGB channels and saturation

R 124 of 255 = 49%
G 137 of 255 = 54%
B 58 of 255 = 23%

124
137
58

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

Portions of RGB colors in percentages

R + G + B =
124 + 137 + 58 = 319 (100%)
R 124 of 319 ~ 38.87%
G 137 of 319 ~ 42.95%
B 58 of 319 ~ 18.18%

%38.87
%42.95
%18.18

CMYK color model

#7C893A color CMYK value is (9,0,58,46).

  • cyan value is 9.49%
  • magenta value is 0.00%
  • yellow value is 57.66%
  • key color value is 46.27%
CMYK:
(9,0,58,46)
C9M0Y58K46 
(9%,0%,58%,46%)
(0.09/0.00/0.58/0.46)	

CMYK percentages

%9.49
%0
%57.66
%46.27

Codes

Color #7C893A in popluar color models

7C893A
RGB12413758
HSL70°40.51%38.24%
HSB/HSV70°57.66%53.73%
CMYK9.49%0.00%57.66%
46.27%

Color #7C893A in popluar number systems.

HEX7C893A
Decimal12413758
Binary111110010001001111010
Octal17421172

Shades and tints

Shades of #7C893A

#7C893A
(124,137,58)
#717D35
(113,125,53)
#667130
(102,113,48)
#5B652B
(91,101,43)
#505926
(80,89,38)
#454D21
(69,77,33)
#3A411C
(58,65,28)
#2F3517
(47,53,23)
#242912
(36,41,18)
#191D0D
(25,29,13)
#0E1108
(14,17,8)
#000000
(0,0,0)

Tints of #7C893A

#7C893A
(124,137,58)
#87934B
(135,147,75)
#929D5C
(146,157,92)
#9DA76D
(157,167,109)
#A8B17E
(168,177,126)
#B3BB8F
(179,187,143)
#BEC5A0
(190,197,160)
#C9CFB1
(201,207,177)
#D4D9C2
(212,217,194)
#DFE3D3
(223,227,211)
#EAEDE4
(234,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C893A; }

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

This text font color is #7C893A.


Background Color

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

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

This div background color is #7C893A.


Border color

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

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

This div border color is #7C893A.


Opacity

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

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

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

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

This text has shadow with #7C893A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C893A on black background.


Color preview on white background

This text has color #7C893A on white background.



Black color preview on #7C893A background

This text has black color on #7C893A background.


White color preview on #7C893A background

This text has white color on #7C893A background.