COLOR #7B4944

HEX: #7B4944
RGB: (123,73,68)

Color info

#7B4944 contains red, green and blue colors in about the same proportion. Web safe color of #7B4944 is #663333 (or #633).

RGB color model

#7B4944 color RGB value is (123,73,68).

  • red value is 123;
  • green value is 73;
  • blue value is 68.
RGB:
(123,73,68)
(48%,29%,27%)

RGB channels and saturation

R 123 of 255 = 48%
G 73 of 255 = 29%
B 68 of 255 = 27%

123
73
68

R + G + B ~ 35%. #7B4944 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 73 + 68 = 264 (100%)
R 123 of 264 ~ 46.59%
G 73 of 264 ~ 27.65%
B 68 of 264 ~ 25.76%

%46.59
%27.65
%25.76

CMYK color model

#7B4944 color CMYK value is (0,41,45,52).

  • cyan value is 0.00%
  • magenta value is 40.65%
  • yellow value is 44.72%
  • key color value is 51.76%
CMYK:
(0,41,45,52)
C0M41Y45K52 
(0%,41%,45%,52%)
(0.00/0.41/0.45/0.52)	

CMYK percentages

%0
%40.65
%44.72
%51.76

Codes

Color #7B4944 in popluar color models

7B4944
RGB1237368
HSL28.80%37.45%
HSB/HSV44.72%48.24%
CMYK0.00%40.65%44.72%
51.76%

Color #7B4944 in popluar number systems.

HEX7B4944
Decimal1237368
Binary111101110010011000100
Octal173111104

Shades and tints

Shades of #7B4944

#7B4944
(123,73,68)
#70433E
(112,67,62)
#653D38
(101,61,56)
#5A3732
(90,55,50)
#4F312C
(79,49,44)
#442B26
(68,43,38)
#392520
(57,37,32)
#2E1F1A
(46,31,26)
#231914
(35,25,20)
#18130E
(24,19,14)
#0D0D08
(13,13,8)
#000000
(0,0,0)

Tints of #7B4944

#7B4944
(123,73,68)
#875955
(135,89,85)
#936966
(147,105,102)
#9F7977
(159,121,119)
#AB8988
(171,137,136)
#B79999
(183,153,153)
#C3A9AA
(195,169,170)
#CFB9BB
(207,185,187)
#DBC9CC
(219,201,204)
#E7D9DD
(231,217,221)
#F3E9EE
(243,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B4944 color. Also use rgb(123,73,68) instead hex code.

Text Font Color

.myTextColor { color: #7B4944; }

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

This text font color is #7B4944.


Background Color

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

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

This div background color is #7B4944.


Border color

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

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

This div border color is #7B4944.


Opacity

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

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

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

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

This text has shadow with #7B4944 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B4944 on black background.


Color preview on white background

This text has color #7B4944 on white background.



Black color preview on #7B4944 background

This text has black color on #7B4944 background.


White color preview on #7B4944 background

This text has white color on #7B4944 background.