COLOR #7D843B

HEX: #7D843B
RGB: (125,132,59)

Color info

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

RGB color model

#7D843B color RGB value is (125,132,59).

  • red value is 125;
  • green value is 132;
  • blue value is 59.
RGB:
(125,132,59)
(49%,52%,23%)

RGB channels and saturation

R 125 of 255 = 49%
G 132 of 255 = 52%
B 59 of 255 = 23%

125
132
59

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

Portions of RGB colors in percentages

R + G + B =
125 + 132 + 59 = 316 (100%)
R 125 of 316 ~ 39.56%
G 132 of 316 ~ 41.77%
B 59 of 316 ~ 18.67%

%39.56
%41.77
%18.67

CMYK color model

#7D843B color CMYK value is (5,0,55,48).

  • cyan value is 5.30%
  • magenta value is 0.00%
  • yellow value is 55.30%
  • key color value is 48.24%
CMYK:
(5,0,55,48)
C5M0Y55K48 
(5%,0%,55%,48%)
(0.05/0.00/0.55/0.48)	

CMYK percentages

%5.3
%0
%55.3
%48.24

Codes

Color #7D843B in popluar color models

7D843B
RGB12513259
HSL66°38.22%37.45%
HSB/HSV66°55.30%51.76%
CMYK5.30%0.00%55.30%
48.24%

Color #7D843B in popluar number systems.

HEX7D843B
Decimal12513259
Binary111110110000100111011
Octal17520473

Shades and tints

Shades of #7D843B

#7D843B
(125,132,59)
#727836
(114,120,54)
#676C31
(103,108,49)
#5C602C
(92,96,44)
#515427
(81,84,39)
#464822
(70,72,34)
#3B3C1D
(59,60,29)
#303018
(48,48,24)
#252413
(37,36,19)
#1A180E
(26,24,14)
#0F0C09
(15,12,9)
#000000
(0,0,0)

Tints of #7D843B

#7D843B
(125,132,59)
#888F4C
(136,143,76)
#939A5D
(147,154,93)
#9EA56E
(158,165,110)
#A9B07F
(169,176,127)
#B4BB90
(180,187,144)
#BFC6A1
(191,198,161)
#CAD1B2
(202,209,178)
#D5DCC3
(213,220,195)
#E0E7D4
(224,231,212)
#EBF2E5
(235,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D843B color. Also use rgb(125,132,59) instead hex code.

Text Font Color

.myTextColor { color: #7D843B; }

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

This text font color is #7D843B.


Background Color

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

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

This div background color is #7D843B.


Border color

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

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

This div border color is #7D843B.


Opacity

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

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

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

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

This text has shadow with #7D843B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D843B on black background.


Color preview on white background

This text has color #7D843B on white background.



Black color preview on #7D843B background

This text has black color on #7D843B background.


White color preview on #7D843B background

This text has white color on #7D843B background.