COLOR #7B583A

HEX: #7B583A RGB: (123,88,58)

Color info

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

RGB color model

#7B583A color RGB value is (123,88,58).

RGB: (123,88,58) (48%, 35%, 23%)

RGB channels and saturation

R 123 of 255 = 48%
G 88 of 255 = 35%
B 58 of 255 = 23%

123
88
58

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

Portions of RGB colors in percentages

R + G + B = 123 + 88 + 58 = 269 (100%)
R 123 of 269 ~ 45.72%
G 88 of 269 ~ 32.71%
B 58 of 269 ~ 21.56'%

%45.72
%32.71
%21.56

CMYK color model

#7B583A color CMYK value is (0,28,53,52).

  • cyan value is 0.00%
  • magenta value is 28.46%
  • yellow value is 52.85%
  • key color value is 51.76%

CMYK: (0,28,53,52)
C0M28Y53K52 (0%, 28%, 53%, 52%)
(0.00 / 0.28 / 0.53 / 0.52)

CMYK percentages

%0
%28.46
%52.85
%51.76

Codes

Color #7B583A in popluar color models

7B 58 3A
RGB 123 88 58
HSL 28° 35.91% 35.49%
HSB/HSV 28° 52.85% 48.24%
CMYK 0.00% 28.46% 52.85%
51.76%

Color #7B583A in popluar number systems.

HEX 7B 58 3A
Decimal 123 88 58
Binary 1111011 1011000 111010
Octal 173 130 72

Shades and tints

Shades of #7B583A

#7B583A
(123,88,58)
#705035
(112,80,53)
#654830
(101,72,48)
#5A402B
(90,64,43)
#4F3826
(79,56,38)
#443021
(68,48,33)
#39281C
(57,40,28)
#2E2017
(46,32,23)
#231812
(35,24,18)
#18100D
(24,16,13)
#0D0808
(13,8,8)
#000000
(0,0,0)

Tints of #7B583A

#7B583A
(123,88,58)
#87674B
(135,103,75)
#93765C
(147,118,92)
#9F856D
(159,133,109)
#AB947E
(171,148,126)
#B7A38F
(183,163,143)
#C3B2A0
(195,178,160)
#CFC1B1
(207,193,177)
#DBD0C2
(219,208,194)
#E7DFD3
(231,223,211)
#F3EEE4
(243,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B583A color. Also use rgb(123,88,58) instead hex code.

Text Font Color

.myTextColor { color: #7B583A; }

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

This text font color is #7B583A.

Background Color

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

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

This div background color is #7B583A.

Border color

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

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

This div border color is #7B583A.

Opacity

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

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

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

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

This text has shadow with #7B583A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B583A.

Preview

Color preview on black background

This text has color #7B583A on black background.


Color preview on white background

This text has color #7B583A on white background.


Black color preview on #7B583A background

This text has black color on #7B583A background.


White color preview on #7B583A background

This text has white color on #7B583A background.


Related colors

Complementary color

Complementary color for #hex is #84A7C5.


I love getcolorcode.com

Triadic colors

1 #3A7B58 and #583A7B with #7B583A are triadic colors.

2 #3A587B and #587B3A with #7B583A are triadic colors.