COLOR #7D923B

HEX: #7D923B
RGB: (125,146,59)

Color info

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

RGB color model

#7D923B color RGB value is (125,146,59).

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

RGB channels and saturation

R 125 of 255 = 49%
G 146 of 255 = 57%
B 59 of 255 = 23%

125
146
59

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

Portions of RGB colors in percentages

R + G + B =
125 + 146 + 59 = 330 (100%)
R 125 of 330 ~ 37.88%
G 146 of 330 ~ 44.24%
B 59 of 330 ~ 17.88%

%37.88
%44.24
%17.88

CMYK color model

#7D923B color CMYK value is (14,0,60,43).

  • cyan value is 14.38%
  • magenta value is 0.00%
  • yellow value is 59.59%
  • key color value is 42.75%
CMYK:
(14,0,60,43)
C14M0Y60K43 
(14%,0%,60%,43%)
(0.14/0.00/0.60/0.43)	

CMYK percentages

%14.38
%0
%59.59
%42.75

Codes

Color #7D923B in popluar color models

7D923B
RGB12514659
HSL74°42.44%40.20%
HSB/HSV74°59.59%57.25%
CMYK14.38%0.00%59.59%
42.75%

Color #7D923B in popluar number systems.

HEX7D923B
Decimal12514659
Binary111110110010010111011
Octal17522273

Shades and tints

Shades of #7D923B

#7D923B
(125,146,59)
#728536
(114,133,54)
#677831
(103,120,49)
#5C6B2C
(92,107,44)
#515E27
(81,94,39)
#465122
(70,81,34)
#3B441D
(59,68,29)
#303718
(48,55,24)
#252A13
(37,42,19)
#1A1D0E
(26,29,14)
#0F1009
(15,16,9)
#000000
(0,0,0)

Tints of #7D923B

#7D923B
(125,146,59)
#889B4C
(136,155,76)
#93A45D
(147,164,93)
#9EAD6E
(158,173,110)
#A9B67F
(169,182,127)
#B4BF90
(180,191,144)
#BFC8A1
(191,200,161)
#CAD1B2
(202,209,178)
#D5DAC3
(213,218,195)
#E0E3D4
(224,227,212)
#EBECE5
(235,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D923B; }

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

This text font color is #7D923B.


Background Color

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

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

This div background color is #7D923B.


Border color

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

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

This div border color is #7D923B.


Opacity

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

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

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

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

This text has shadow with #7D923B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D923B on black background.


Color preview on white background

This text has color #7D923B on white background.



Black color preview on #7D923B background

This text has black color on #7D923B background.


White color preview on #7D923B background

This text has white color on #7D923B background.