COLOR #7B6830

HEX: #7B6830 RGB: (123,104,48)

Color info

#7B6830 contains mainly red and green colors. Web safe color of #7B6830 is #666633 (or #663).

RGB color model

#7B6830 color RGB value is (123,104,48).

RGB: (123,104,48) (48%, 41%, 19%)

RGB channels and saturation

R 123 of 255 = 48%
G 104 of 255 = 41%
B 48 of 255 = 19%

123
104
48

R + G + B ~ 36%. #7B6830 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 123 + 104 + 48 = 275 (100%)
R 123 of 275 ~ 44.73%
G 104 of 275 ~ 37.82%
B 48 of 275 ~ 17.45'%

%44.73
%37.82
%17.45

CMYK color model

#7B6830 color CMYK value is (0,15,61,52).

  • cyan value is 0.00%
  • magenta value is 15.45%
  • yellow value is 60.98%
  • key color value is 51.76%

CMYK: (0,15,61,52)
C0M15Y61K52 (0%, 15%, 61%, 52%)
(0.00 / 0.15 / 0.61 / 0.52)

CMYK percentages

%0
%15.45
%60.98
%51.76

Codes

Color #7B6830 in popluar color models

7B 68 30
RGB 123 104 48
HSL 45° 43.86% 33.53%
HSB/HSV 45° 60.98% 48.24%
CMYK 0.00% 15.45% 60.98%
51.76%

Color #7B6830 in popluar number systems.

HEX 7B 68 30
Decimal 123 104 48
Binary 1111011 1101000 110000
Octal 173 150 60

Shades and tints

Shades of #7B6830

#7B6830
(123,104,48)
#705F2C
(112,95,44)
#655628
(101,86,40)
#5A4D24
(90,77,36)
#4F4420
(79,68,32)
#443B1C
(68,59,28)
#393218
(57,50,24)
#2E2914
(46,41,20)
#232010
(35,32,16)
#18170C
(24,23,12)
#0D0E08
(13,14,8)
#000000
(0,0,0)

Tints of #7B6830

#7B6830
(123,104,48)
#877542
(135,117,66)
#938254
(147,130,84)
#9F8F66
(159,143,102)
#AB9C78
(171,156,120)
#B7A98A
(183,169,138)
#C3B69C
(195,182,156)
#CFC3AE
(207,195,174)
#DBD0C0
(219,208,192)
#E7DDD2
(231,221,210)
#F3EAE4
(243,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B6830 color. Also use rgb(123,104,48) instead hex code.

Text Font Color

.myTextColor { color: #7B6830; }

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

This text font color is #7B6830.

Background Color

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

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

This div background color is #7B6830.

Border color

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

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

This div border color is #7B6830.

Opacity

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

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

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

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

This text has shadow with #7B6830 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B6830.

Preview

Color preview on black background

This text has color #7B6830 on black background.


Color preview on white background

This text has color #7B6830 on white background.


Black color preview on #7B6830 background

This text has black color on #7B6830 background.


White color preview on #7B6830 background

This text has white color on #7B6830 background.


Related colors

Complementary color

Complementary color for #hex is #8497CF.


I love getcolorcode.com

Triadic colors

1 #307B68 and #68307B with #7B6830 are triadic colors.

2 #30687B and #687B30 with #7B6830 are triadic colors.