COLOR #7D9264

HEX: #7D9264
RGB: (125,146,100)

Color info

#7D9264 contains red, green and blue colors in about the same proportion. Web safe color of #7D9264 is #669966 (or #696).

RGB color model

#7D9264 color RGB value is (125,146,100).

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

RGB channels and saturation

R 125 of 255 = 49%
G 146 of 255 = 57%
B 100 of 255 = 39%

125
146
100

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

Portions of RGB colors in percentages

R + G + B =
125 + 146 + 100 = 371 (100%)
R 125 of 371 ~ 33.69%
G 146 of 371 ~ 39.35%
B 100 of 371 ~ 26.95%

%33.69
%39.35
%26.95

CMYK color model

#7D9264 color CMYK value is (14,0,32,43).

  • cyan value is 14.38%
  • magenta value is 0.00%
  • yellow value is 31.51%
  • key color value is 42.75%
CMYK:
(14,0,32,43)
C14M0Y32K43 
(14%,0%,32%,43%)
(0.14/0.00/0.32/0.43)	

CMYK percentages

%14.38
%0
%31.51
%42.75

Codes

Color #7D9264 in popluar color models

7D9264
RGB125146100
HSL87°18.70%48.24%
HSB/HSV87°31.51%57.25%
CMYK14.38%0.00%31.51%
42.75%

Color #7D9264 in popluar number systems.

HEX7D9264
Decimal125146100
Binary1111101100100101100100
Octal175222144

Shades and tints

Shades of #7D9264

#7D9264
(125,146,100)
#72855B
(114,133,91)
#677852
(103,120,82)
#5C6B49
(92,107,73)
#515E40
(81,94,64)
#465137
(70,81,55)
#3B442E
(59,68,46)
#303725
(48,55,37)
#252A1C
(37,42,28)
#1A1D13
(26,29,19)
#0F100A
(15,16,10)
#000000
(0,0,0)

Tints of #7D9264

#7D9264
(125,146,100)
#889B72
(136,155,114)
#93A480
(147,164,128)
#9EAD8E
(158,173,142)
#A9B69C
(169,182,156)
#B4BFAA
(180,191,170)
#BFC8B8
(191,200,184)
#CAD1C6
(202,209,198)
#D5DAD4
(213,218,212)
#E0E3E2
(224,227,226)
#EBECF0
(235,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D9264; }

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

This text font color is #7D9264.


Background Color

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

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

This div background color is #7D9264.


Border color

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

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

This div border color is #7D9264.


Opacity

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

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

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

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

This text has shadow with #7D9264 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D9264 on black background.


Color preview on white background

This text has color #7D9264 on white background.



Black color preview on #7D9264 background

This text has black color on #7D9264 background.


White color preview on #7D9264 background

This text has white color on #7D9264 background.