COLOR #7B5934

HEX: #7B5934 RGB: (123,89,52)

Color info

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

RGB color model

#7B5934 color RGB value is (123,89,52).

RGB: (123,89,52) (48%, 35%, 20%)

RGB channels and saturation

R 123 of 255 = 48%
G 89 of 255 = 35%
B 52 of 255 = 20%

123
89
52

R + G + B ~ 34%. #7B5934 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 123 + 89 + 52 = 264 (100%)
R 123 of 264 ~ 46.59%
G 89 of 264 ~ 33.71%
B 52 of 264 ~ 19.7'%

%46.59
%33.71
%19.7

CMYK color model

#7B5934 color CMYK value is (0,28,58,52).

  • cyan value is 0.00%
  • magenta value is 27.64%
  • yellow value is 57.72%
  • key color value is 51.76%

CMYK: (0,28,58,52)
C0M28Y58K52 (0%, 28%, 58%, 52%)
(0.00 / 0.28 / 0.58 / 0.52)

CMYK percentages

%0
%27.64
%57.72
%51.76

Codes

Color #7B5934 in popluar color models

7B 59 34
RGB 123 89 52
HSL 31° 40.57% 34.31%
HSB/HSV 31° 57.72% 48.24%
CMYK 0.00% 27.64% 57.72%
51.76%

Color #7B5934 in popluar number systems.

HEX 7B 59 34
Decimal 123 89 52
Binary 1111011 1011001 110100
Octal 173 131 64

Shades and tints

Shades of #7B5934

#7B5934
(123,89,52)
#705130
(112,81,48)
#65492C
(101,73,44)
#5A4128
(90,65,40)
#4F3924
(79,57,36)
#443120
(68,49,32)
#39291C
(57,41,28)
#2E2118
(46,33,24)
#231914
(35,25,20)
#181110
(24,17,16)
#0D090C
(13,9,12)
#000000
(0,0,0)

Tints of #7B5934

#7B5934
(123,89,52)
#876846
(135,104,70)
#937758
(147,119,88)
#9F866A
(159,134,106)
#AB957C
(171,149,124)
#B7A48E
(183,164,142)
#C3B3A0
(195,179,160)
#CFC2B2
(207,194,178)
#DBD1C4
(219,209,196)
#E7E0D6
(231,224,214)
#F3EFE8
(243,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B5934 color. Also use rgb(123,89,52) instead hex code.

Text Font Color

.myTextColor { color: #7B5934; }

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

This text font color is #7B5934.

Background Color

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

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

This div background color is #7B5934.

Border color

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

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

This div border color is #7B5934.

Opacity

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

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

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

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

This text has shadow with #7B5934 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B5934.

Preview

Color preview on black background

This text has color #7B5934 on black background.


Color preview on white background

This text has color #7B5934 on white background.


Black color preview on #7B5934 background

This text has black color on #7B5934 background.


White color preview on #7B5934 background

This text has white color on #7B5934 background.


Related colors

Complementary color

Complementary color for #hex is #84A6CB.


I love getcolorcode.com

Triadic colors

1 #347B59 and #59347B with #7B5934 are triadic colors.

2 #34597B and #597B34 with #7B5934 are triadic colors.