COLOR #7B835D

HEX: #7B835D
RGB: (123,131,93)

Color info

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

RGB color model

#7B835D color RGB value is (123,131,93).

  • red value is 123;
  • green value is 131;
  • blue value is 93.
RGB:
(123,131,93)
(48%,51%,36%)

RGB channels and saturation

R 123 of 255 = 48%
G 131 of 255 = 51%
B 93 of 255 = 36%

123
131
93

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

Portions of RGB colors in percentages

R + G + B =
123 + 131 + 93 = 347 (100%)
R 123 of 347 ~ 35.45%
G 131 of 347 ~ 37.75%
B 93 of 347 ~ 26.8%

%35.45
%37.75
%26.8

CMYK color model

#7B835D color CMYK value is (6,0,29,49).

  • cyan value is 6.11%
  • magenta value is 0.00%
  • yellow value is 29.01%
  • key color value is 48.63%
CMYK:
(6,0,29,49)
C6M0Y29K49 
(6%,0%,29%,49%)
(0.06/0.00/0.29/0.49)	

CMYK percentages

%6.11
%0
%29.01
%48.63

Codes

Color #7B835D in popluar color models

7B835D
RGB12313193
HSL73°16.96%43.92%
HSB/HSV73°29.01%51.37%
CMYK6.11%0.00%29.01%
48.63%

Color #7B835D in popluar number systems.

HEX7B835D
Decimal12313193
Binary1111011100000111011101
Octal173203135

Shades and tints

Shades of #7B835D

#7B835D
(123,131,93)
#707855
(112,120,85)
#656D4D
(101,109,77)
#5A6245
(90,98,69)
#4F573D
(79,87,61)
#444C35
(68,76,53)
#39412D
(57,65,45)
#2E3625
(46,54,37)
#232B1D
(35,43,29)
#182015
(24,32,21)
#0D150D
(13,21,13)
#000000
(0,0,0)

Tints of #7B835D

#7B835D
(123,131,93)
#878E6B
(135,142,107)
#939979
(147,153,121)
#9FA487
(159,164,135)
#ABAF95
(171,175,149)
#B7BAA3
(183,186,163)
#C3C5B1
(195,197,177)
#CFD0BF
(207,208,191)
#DBDBCD
(219,219,205)
#E7E6DB
(231,230,219)
#F3F1E9
(243,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B835D color. Also use rgb(123,131,93) instead hex code.

Text Font Color

.myTextColor { color: #7B835D; }

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

This text font color is #7B835D.


Background Color

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

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

This div background color is #7B835D.


Border color

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

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

This div border color is #7B835D.


Opacity

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

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

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

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

This text has shadow with #7B835D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B835D on black background.


Color preview on white background

This text has color #7B835D on white background.



Black color preview on #7B835D background

This text has black color on #7B835D background.


White color preview on #7B835D background

This text has white color on #7B835D background.