COLOR #7B583C

HEX: #7B583C
RGB: (123,88,60)

Color info

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

RGB color model

#7B583C color RGB value is (123,88,60).

  • red value is 123;
  • green value is 88;
  • blue value is 60.
RGB:
(123,88,60)
(48%,35%,24%)

RGB channels and saturation

R 123 of 255 = 48%
G 88 of 255 = 35%
B 60 of 255 = 24%

123
88
60

R + G + B ~ 36%. #7B583C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 88 + 60 = 271 (100%)
R 123 of 271 ~ 45.39%
G 88 of 271 ~ 32.47%
B 60 of 271 ~ 22.14%

%45.39
%32.47
%22.14

CMYK color model

#7B583C color CMYK value is (0,28,51,52).

  • cyan value is 0.00%
  • magenta value is 28.46%
  • yellow value is 51.22%
  • key color value is 51.76%
CMYK:
(0,28,51,52)
C0M28Y51K52 
(0%,28%,51%,52%)
(0.00/0.28/0.51/0.52)	

CMYK percentages

%0
%28.46
%51.22
%51.76

Codes

Color #7B583C in popluar color models

7B583C
RGB1238860
HSL27°34.43%35.88%
HSB/HSV27°51.22%48.24%
CMYK0.00%28.46%51.22%
51.76%

Color #7B583C in popluar number systems.

HEX7B583C
Decimal1238860
Binary11110111011000111100
Octal17313074

Shades and tints

Shades of #7B583C

#7B583C
(123,88,60)
#705037
(112,80,55)
#654832
(101,72,50)
#5A402D
(90,64,45)
#4F3828
(79,56,40)
#443023
(68,48,35)
#39281E
(57,40,30)
#2E2019
(46,32,25)
#231814
(35,24,20)
#18100F
(24,16,15)
#0D080A
(13,8,10)
#000000
(0,0,0)

Tints of #7B583C

#7B583C
(123,88,60)
#87674D
(135,103,77)
#93765E
(147,118,94)
#9F856F
(159,133,111)
#AB9480
(171,148,128)
#B7A391
(183,163,145)
#C3B2A2
(195,178,162)
#CFC1B3
(207,193,179)
#DBD0C4
(219,208,196)
#E7DFD5
(231,223,213)
#F3EEE6
(243,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B583C; }

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

This text font color is #7B583C.


Background Color

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

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

This div background color is #7B583C.


Border color

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

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

This div border color is #7B583C.


Opacity

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

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

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

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

This text has shadow with #7B583C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B583C on black background.


Color preview on white background

This text has color #7B583C on white background.



Black color preview on #7B583C background

This text has black color on #7B583C background.


White color preview on #7B583C background

This text has white color on #7B583C background.