COLOR #7B825F

HEX: #7B825F
RGB: (123,130,95)

Color info

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

RGB color model

#7B825F color RGB value is (123,130,95).

  • red value is 123;
  • green value is 130;
  • blue value is 95.
RGB:
(123,130,95)
(48%,51%,37%)

RGB channels and saturation

R 123 of 255 = 48%
G 130 of 255 = 51%
B 95 of 255 = 37%

123
130
95

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

Portions of RGB colors in percentages

R + G + B =
123 + 130 + 95 = 348 (100%)
R 123 of 348 ~ 35.34%
G 130 of 348 ~ 37.36%
B 95 of 348 ~ 27.3%

%35.34
%37.36
%27.3

CMYK color model

#7B825F color CMYK value is (5,0,27,49).

  • cyan value is 5.38%
  • magenta value is 0.00%
  • yellow value is 26.92%
  • key color value is 49.02%
CMYK:
(5,0,27,49)
C5M0Y27K49 
(5%,0%,27%,49%)
(0.05/0.00/0.27/0.49)	

CMYK percentages

%5.38
%0
%26.92
%49.02

Codes

Color #7B825F in popluar color models

7B825F
RGB12313095
HSL72°15.56%44.12%
HSB/HSV72°26.92%50.98%
CMYK5.38%0.00%26.92%
49.02%

Color #7B825F in popluar number systems.

HEX7B825F
Decimal12313095
Binary1111011100000101011111
Octal173202137

Shades and tints

Shades of #7B825F

#7B825F
(123,130,95)
#707757
(112,119,87)
#656C4F
(101,108,79)
#5A6147
(90,97,71)
#4F563F
(79,86,63)
#444B37
(68,75,55)
#39402F
(57,64,47)
#2E3527
(46,53,39)
#232A1F
(35,42,31)
#181F17
(24,31,23)
#0D140F
(13,20,15)
#000000
(0,0,0)

Tints of #7B825F

#7B825F
(123,130,95)
#878D6D
(135,141,109)
#93987B
(147,152,123)
#9FA389
(159,163,137)
#ABAE97
(171,174,151)
#B7B9A5
(183,185,165)
#C3C4B3
(195,196,179)
#CFCFC1
(207,207,193)
#DBDACF
(219,218,207)
#E7E5DD
(231,229,221)
#F3F0EB
(243,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B825F color. Also use rgb(123,130,95) instead hex code.

Text Font Color

.myTextColor { color: #7B825F; }

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

This text font color is #7B825F.


Background Color

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

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

This div background color is #7B825F.


Border color

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

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

This div border color is #7B825F.


Opacity

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

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

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

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

This text has shadow with #7B825F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B825F on black background.


Color preview on white background

This text has color #7B825F on white background.



Black color preview on #7B825F background

This text has black color on #7B825F background.


White color preview on #7B825F background

This text has white color on #7B825F background.