COLOR #7B4B23

HEX: #7B4B23 RGB: (123,75,35)

Color info

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

RGB color model

#7B4B23 color RGB value is (123,75,35).

RGB: (123,75,35) (48%, 29%, 14%)

RGB channels and saturation

R 123 of 255 = 48%
G 75 of 255 = 29%
B 35 of 255 = 14%

123
75
35

R + G + B ~ 30%. #7B4B23 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 123 + 75 + 35 = 233 (100%)
R 123 of 233 ~ 52.79%
G 75 of 233 ~ 32.19%
B 35 of 233 ~ 15.02'%

%52.79
%32.19
%15.02

CMYK color model

#7B4B23 color CMYK value is (0,39,72,52).

  • cyan value is 0.00%
  • magenta value is 39.02%
  • yellow value is 71.54%
  • key color value is 51.76%

CMYK: (0,39,72,52)
C0M39Y72K52 (0%, 39%, 72%, 52%)
(0.00 / 0.39 / 0.72 / 0.52)

CMYK percentages

%0
%39.02
%71.54
%51.76

Codes

Color #7B4B23 in popluar color models

7B 4B 23
RGB 123 75 35
HSL 27° 55.70% 30.98%
HSB/HSV 27° 71.54% 48.24%
CMYK 0.00% 39.02% 71.54%
51.76%

Color #7B4B23 in popluar number systems.

HEX 7B 4B 23
Decimal 123 75 35
Binary 1111011 1001011 100011
Octal 173 113 43

Shades and tints

Shades of #7B4B23

#7B4B23
(123,75,35)
#704520
(112,69,32)
#653F1D
(101,63,29)
#5A391A
(90,57,26)
#4F3317
(79,51,23)
#442D14
(68,45,20)
#392711
(57,39,17)
#2E210E
(46,33,14)
#231B0B
(35,27,11)
#181508
(24,21,8)
#0D0F05
(13,15,5)
#000000
(0,0,0)

Tints of #7B4B23

#7B4B23
(123,75,35)
#875B37
(135,91,55)
#936B4B
(147,107,75)
#9F7B5F
(159,123,95)
#AB8B73
(171,139,115)
#B79B87
(183,155,135)
#C3AB9B
(195,171,155)
#CFBBAF
(207,187,175)
#DBCBC3
(219,203,195)
#E7DBD7
(231,219,215)
#F3EBEB
(243,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B4B23 color. Also use rgb(123,75,35) instead hex code.

Text Font Color

.myTextColor { color: #7B4B23; }

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

This text font color is #7B4B23.

Background Color

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

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

This div background color is #7B4B23.

Border color

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

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

This div border color is #7B4B23.

Opacity

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

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

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

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

This text has shadow with #7B4B23 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B4B23.

Preview

Color preview on black background

This text has color #7B4B23 on black background.


Color preview on white background

This text has color #7B4B23 on white background.


Black color preview on #7B4B23 background

This text has black color on #7B4B23 background.


White color preview on #7B4B23 background

This text has white color on #7B4B23 background.


Related colors

Complementary color

Complementary color for #hex is #84B4DC.


I love getcolorcode.com

Triadic colors

1 #237B4B and #4B237B with #7B4B23 are triadic colors.

2 #234B7B and #4B7B23 with #7B4B23 are triadic colors.