COLOR #7B7358

HEX: #7B7358
RGB: (123,115,88)

Color info

#7B7358 contains red, green and blue colors in about the same proportion. Web safe color of #7B7358 is #666666 (or #666).

RGB color model

#7B7358 color RGB value is (123,115,88).

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

RGB channels and saturation

R 123 of 255 = 48%
G 115 of 255 = 45%
B 88 of 255 = 35%

123
115
88

R + G + B ~ 43%. #7B7358 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
123 + 115 + 88 = 326 (100%)
R 123 of 326 ~ 37.73%
G 115 of 326 ~ 35.28%
B 88 of 326 ~ 26.99%

%37.73
%35.28
%26.99

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.50%
  • yellow value is 28.46%
  • key color value is 51.76%
CMYK:
(0,7,28,52)
C0M7Y28K52 
(0%,7%,28%,52%)
(0.00/0.07/0.28/0.52)	

CMYK percentages

%0
%6.5
%28.46
%51.76

Codes

Color #7B7358 in popluar color models

7B7358
RGB12311588
HSL46°16.59%41.37%
HSB/HSV46°28.46%48.24%
CMYK0.00%6.50%28.46%
51.76%

Color #7B7358 in popluar number systems.

HEX7B7358
Decimal12311588
Binary111101111100111011000
Octal173163130

Shades and tints

Shades of #7B7358

#7B7358
(123,115,88)
#706950
(112,105,80)
#655F48
(101,95,72)
#5A5540
(90,85,64)
#4F4B38
(79,75,56)
#444130
(68,65,48)
#393728
(57,55,40)
#2E2D20
(46,45,32)
#232318
(35,35,24)
#181910
(24,25,16)
#0D0F08
(13,15,8)
#000000
(0,0,0)

Tints of #7B7358

#7B7358
(123,115,88)
#877F67
(135,127,103)
#938B76
(147,139,118)
#9F9785
(159,151,133)
#ABA394
(171,163,148)
#B7AFA3
(183,175,163)
#C3BBB2
(195,187,178)
#CFC7C1
(207,199,193)
#DBD3D0
(219,211,208)
#E7DFDF
(231,223,223)
#F3EBEE
(243,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B7358; }

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

This text font color is #7B7358.


Background Color

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

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

This div background color is #7B7358.


Border color

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

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

This div border color is #7B7358.


Opacity

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

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

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

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

This text has shadow with #7B7358 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B7358 on black background.


Color preview on white background

This text has color #7B7358 on white background.



Black color preview on #7B7358 background

This text has black color on #7B7358 background.


White color preview on #7B7358 background

This text has white color on #7B7358 background.