COLOR #7B4828

HEX: #7B4828
RGB: (123,72,40)

Color info

#7B4828 contains mainly red and green colors. Web safe color of #7B4828 is #663333 (or #633).

RGB color model

#7B4828 color RGB value is (123,72,40).

  • red value is 123;
  • green value is 72;
  • blue value is 40.
RGB:
(123,72,40)
(48%,28%,16%)

RGB channels and saturation

R 123 of 255 = 48%
G 72 of 255 = 28%
B 40 of 255 = 16%

123
72
40

R + G + B ~ 31%. #7B4828 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 72 + 40 = 235 (100%)
R 123 of 235 ~ 52.34%
G 72 of 235 ~ 30.64%
B 40 of 235 ~ 17.02%

%52.34
%30.64
%17.02

CMYK color model

#7B4828 color CMYK value is (0,41,67,52).

  • cyan value is 0.00%
  • magenta value is 41.46%
  • yellow value is 67.48%
  • key color value is 51.76%
CMYK:
(0,41,67,52)
C0M41Y67K52 
(0%,41%,67%,52%)
(0.00/0.41/0.67/0.52)	

CMYK percentages

%0
%41.46
%67.48
%51.76

Codes

Color #7B4828 in popluar color models

7B4828
RGB1237240
HSL23°50.92%31.96%
HSB/HSV23°67.48%48.24%
CMYK0.00%41.46%67.48%
51.76%

Color #7B4828 in popluar number systems.

HEX7B4828
Decimal1237240
Binary11110111001000101000
Octal17311050

Shades and tints

Shades of #7B4828

#7B4828
(123,72,40)
#704225
(112,66,37)
#653C22
(101,60,34)
#5A361F
(90,54,31)
#4F301C
(79,48,28)
#442A19
(68,42,25)
#392416
(57,36,22)
#2E1E13
(46,30,19)
#231810
(35,24,16)
#18120D
(24,18,13)
#0D0C0A
(13,12,10)
#000000
(0,0,0)

Tints of #7B4828

#7B4828
(123,72,40)
#87583B
(135,88,59)
#93684E
(147,104,78)
#9F7861
(159,120,97)
#AB8874
(171,136,116)
#B79887
(183,152,135)
#C3A89A
(195,168,154)
#CFB8AD
(207,184,173)
#DBC8C0
(219,200,192)
#E7D8D3
(231,216,211)
#F3E8E6
(243,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B4828 color. Also use rgb(123,72,40) instead hex code.

Text Font Color

.myTextColor { color: #7B4828; }

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

This text font color is #7B4828.


Background Color

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

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

This div background color is #7B4828.


Border color

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

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

This div border color is #7B4828.


Opacity

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

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

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

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

This text has shadow with #7B4828 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B4828 on black background.


Color preview on white background

This text has color #7B4828 on white background.



Black color preview on #7B4828 background

This text has black color on #7B4828 background.


White color preview on #7B4828 background

This text has white color on #7B4828 background.