COLOR #7B5039

HEX: #7B5039 RGB: (123,80,57)

Color info

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

RGB color model

#7B5039 color RGB value is (123,80,57).

RGB: (123,80,57) (48%, 31%, 22%)

RGB channels and saturation

R 123 of 255 = 48%
G 80 of 255 = 31%
B 57 of 255 = 22%

123
80
57

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

Portions of RGB colors in percentages

R + G + B = 123 + 80 + 57 = 260 (100%)
R 123 of 260 ~ 47.31%
G 80 of 260 ~ 30.77%
B 57 of 260 ~ 21.92'%

%47.31
%30.77
%21.92

CMYK color model

#7B5039 color CMYK value is (0,35,54,52).

  • cyan value is 0.00%
  • magenta value is 34.96%
  • yellow value is 53.66%
  • key color value is 51.76%

CMYK: (0,35,54,52)
C0M35Y54K52 (0%, 35%, 54%, 52%)
(0.00 / 0.35 / 0.54 / 0.52)

CMYK percentages

%0
%34.96
%53.66
%51.76

Codes

Color #7B5039 in popluar color models

7B 50 39
RGB 123 80 57
HSL 21° 36.67% 35.29%
HSB/HSV 21° 53.66% 48.24%
CMYK 0.00% 34.96% 53.66%
51.76%

Color #7B5039 in popluar number systems.

HEX 7B 50 39
Decimal 123 80 57
Binary 1111011 1010000 111001
Octal 173 120 71

Shades and tints

Shades of #7B5039

#7B5039
(123,80,57)
#704934
(112,73,52)
#65422F
(101,66,47)
#5A3B2A
(90,59,42)
#4F3425
(79,52,37)
#442D20
(68,45,32)
#39261B
(57,38,27)
#2E1F16
(46,31,22)
#231811
(35,24,17)
#18110C
(24,17,12)
#0D0A07
(13,10,7)
#000000
(0,0,0)

Tints of #7B5039

#7B5039
(123,80,57)
#875F4B
(135,95,75)
#936E5D
(147,110,93)
#9F7D6F
(159,125,111)
#AB8C81
(171,140,129)
#B79B93
(183,155,147)
#C3AAA5
(195,170,165)
#CFB9B7
(207,185,183)
#DBC8C9
(219,200,201)
#E7D7DB
(231,215,219)
#F3E6ED
(243,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B5039 color. Also use rgb(123,80,57) instead hex code.

Text Font Color

.myTextColor { color: #7B5039; }

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

This text font color is #7B5039.

Background Color

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

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

This div background color is #7B5039.

Border color

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

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

This div border color is #7B5039.

Opacity

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

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

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

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

This text has shadow with #7B5039 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B5039.

Preview

Color preview on black background

This text has color #7B5039 on black background.


Color preview on white background

This text has color #7B5039 on white background.


Black color preview on #7B5039 background

This text has black color on #7B5039 background.


White color preview on #7B5039 background

This text has white color on #7B5039 background.


Related colors

Complementary color

Complementary color for #hex is #84AFC6.


I love getcolorcode.com

Triadic colors

1 #397B50 and #50397B with #7B5039 are triadic colors.

2 #39507B and #507B39 with #7B5039 are triadic colors.