COLOR #7B613F

HEX: #7B613F
RGB: (123,97,63)

Color info

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

RGB color model

#7B613F color RGB value is (123,97,63).

  • red value is 123;
  • green value is 97;
  • blue value is 63.
RGB:
(123,97,63)
(48%,38%,25%)

RGB channels and saturation

R 123 of 255 = 48%
G 97 of 255 = 38%
B 63 of 255 = 25%

123
97
63

R + G + B ~ 37%. #7B613F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 97 + 63 = 283 (100%)
R 123 of 283 ~ 43.46%
G 97 of 283 ~ 34.28%
B 63 of 283 ~ 22.26%

%43.46
%34.28
%22.26

CMYK color model

#7B613F color CMYK value is (0,21,49,52).

  • cyan value is 0.00%
  • magenta value is 21.14%
  • yellow value is 48.78%
  • key color value is 51.76%
CMYK:
(0,21,49,52)
C0M21Y49K52 
(0%,21%,49%,52%)
(0.00/0.21/0.49/0.52)	

CMYK percentages

%0
%21.14
%48.78
%51.76

Codes

Color #7B613F in popluar color models

7B613F
RGB1239763
HSL34°32.26%36.47%
HSB/HSV34°48.78%48.24%
CMYK0.00%21.14%48.78%
51.76%

Color #7B613F in popluar number systems.

HEX7B613F
Decimal1239763
Binary11110111100001111111
Octal17314177

Shades and tints

Shades of #7B613F

#7B613F
(123,97,63)
#70593A
(112,89,58)
#655135
(101,81,53)
#5A4930
(90,73,48)
#4F412B
(79,65,43)
#443926
(68,57,38)
#393121
(57,49,33)
#2E291C
(46,41,28)
#232117
(35,33,23)
#181912
(24,25,18)
#0D110D
(13,17,13)
#000000
(0,0,0)

Tints of #7B613F

#7B613F
(123,97,63)
#876F50
(135,111,80)
#937D61
(147,125,97)
#9F8B72
(159,139,114)
#AB9983
(171,153,131)
#B7A794
(183,167,148)
#C3B5A5
(195,181,165)
#CFC3B6
(207,195,182)
#DBD1C7
(219,209,199)
#E7DFD8
(231,223,216)
#F3EDE9
(243,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B613F color. Also use rgb(123,97,63) instead hex code.

Text Font Color

.myTextColor { color: #7B613F; }

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

This text font color is #7B613F.


Background Color

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

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

This div background color is #7B613F.


Border color

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

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

This div border color is #7B613F.


Opacity

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

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

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

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

This text has shadow with #7B613F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B613F on black background.


Color preview on white background

This text has color #7B613F on white background.



Black color preview on #7B613F background

This text has black color on #7B613F background.


White color preview on #7B613F background

This text has white color on #7B613F background.