COLOR #7D8524

HEX: #7D8524
RGB: (125,133,36)

Color info

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

RGB color model

#7D8524 color RGB value is (125,133,36).

  • red value is 125;
  • green value is 133;
  • blue value is 36.
RGB:
(125,133,36)
(49%,52%,14%)

RGB channels and saturation

R 125 of 255 = 49%
G 133 of 255 = 52%
B 36 of 255 = 14%

125
133
36

R + G + B ~ 38%. #7D8524 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 133 + 36 = 294 (100%)
R 125 of 294 ~ 42.52%
G 133 of 294 ~ 45.24%
B 36 of 294 ~ 12.24%

%42.52
%45.24
%12.24

CMYK color model

#7D8524 color CMYK value is (6,0,73,48).

  • cyan value is 6.02%
  • magenta value is 0.00%
  • yellow value is 72.93%
  • key color value is 47.84%
CMYK:
(6,0,73,48)
C6M0Y73K48 
(6%,0%,73%,48%)
(0.06/0.00/0.73/0.48)	

CMYK percentages

%6.02
%0
%72.93
%47.84

Codes

Color #7D8524 in popluar color models

7D8524
RGB12513336
HSL65°57.40%33.14%
HSB/HSV65°72.93%52.16%
CMYK6.02%0.00%72.93%
47.84%

Color #7D8524 in popluar number systems.

HEX7D8524
Decimal12513336
Binary111110110000101100100
Octal17520544

Shades and tints

Shades of #7D8524

#7D8524
(125,133,36)
#727921
(114,121,33)
#676D1E
(103,109,30)
#5C611B
(92,97,27)
#515518
(81,85,24)
#464915
(70,73,21)
#3B3D12
(59,61,18)
#30310F
(48,49,15)
#25250C
(37,37,12)
#1A1909
(26,25,9)
#0F0D06
(15,13,6)
#000000
(0,0,0)

Tints of #7D8524

#7D8524
(125,133,36)
#889037
(136,144,55)
#939B4A
(147,155,74)
#9EA65D
(158,166,93)
#A9B170
(169,177,112)
#B4BC83
(180,188,131)
#BFC796
(191,199,150)
#CAD2A9
(202,210,169)
#D5DDBC
(213,221,188)
#E0E8CF
(224,232,207)
#EBF3E2
(235,243,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D8524 color. Also use rgb(125,133,36) instead hex code.

Text Font Color

.myTextColor { color: #7D8524; }

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

This text font color is #7D8524.


Background Color

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

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

This div background color is #7D8524.


Border color

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

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

This div border color is #7D8524.


Opacity

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

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

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

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

This text has shadow with #7D8524 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8524 on black background.


Color preview on white background

This text has color #7D8524 on white background.



Black color preview on #7D8524 background

This text has black color on #7D8524 background.


White color preview on #7D8524 background

This text has white color on #7D8524 background.