COLOR #7B683C

HEX: #7B683C RGB: (123,104,60)

Color info

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

RGB color model

#7B683C color RGB value is (123,104,60).

RGB: (123,104,60) (48%, 41%, 24%)

RGB channels and saturation

R 123 of 255 = 48%
G 104 of 255 = 41%
B 60 of 255 = 24%

123
104
60

R + G + B ~ 38%. #7B683C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 123 + 104 + 60 = 287 (100%)
R 123 of 287 ~ 42.86%
G 104 of 287 ~ 36.24%
B 60 of 287 ~ 20.91'%

%42.86
%36.24
%20.91

CMYK color model

#7B683C color CMYK value is (0,15,51,52).

  • cyan value is 0.00%
  • magenta value is 15.45%
  • yellow value is 51.22%
  • key color value is 51.76%

CMYK: (0,15,51,52)
C0M15Y51K52 (0%, 15%, 51%, 52%)
(0.00 / 0.15 / 0.51 / 0.52)

CMYK percentages

%0
%15.45
%51.22
%51.76

Codes

Color #7B683C in popluar color models

7B 68 3C
RGB 123 104 60
HSL 42° 34.43% 35.88%
HSB/HSV 42° 51.22% 48.24%
CMYK 0.00% 15.45% 51.22%
51.76%

Color #7B683C in popluar number systems.

HEX 7B 68 3C
Decimal 123 104 60
Binary 1111011 1101000 111100
Octal 173 150 74

Shades and tints

Shades of #7B683C

#7B683C
(123,104,60)
#705F37
(112,95,55)
#655632
(101,86,50)
#5A4D2D
(90,77,45)
#4F4428
(79,68,40)
#443B23
(68,59,35)
#39321E
(57,50,30)
#2E2919
(46,41,25)
#232014
(35,32,20)
#18170F
(24,23,15)
#0D0E0A
(13,14,10)
#000000
(0,0,0)

Tints of #7B683C

#7B683C
(123,104,60)
#87754D
(135,117,77)
#93825E
(147,130,94)
#9F8F6F
(159,143,111)
#AB9C80
(171,156,128)
#B7A991
(183,169,145)
#C3B6A2
(195,182,162)
#CFC3B3
(207,195,179)
#DBD0C4
(219,208,196)
#E7DDD5
(231,221,213)
#F3EAE6
(243,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B683C; }

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

This text font color is #7B683C.

Background Color

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

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

This div background color is #7B683C.

Border color

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

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

This div border color is #7B683C.

Opacity

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

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

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

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

This text has shadow with #7B683C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B683C.

Preview

Color preview on black background

This text has color #7B683C on black background.


Color preview on white background

This text has color #7B683C on white background.


Black color preview on #7B683C background

This text has black color on #7B683C background.


White color preview on #7B683C background

This text has white color on #7B683C background.


Related colors

Complementary color

Complementary color for #hex is #8497C3.


I love getcolorcode.com

Triadic colors

1 #3C7B68 and #683C7B with #7B683C are triadic colors.

2 #3C687B and #687B3C with #7B683C are triadic colors.