COLOR #76613D

HEX: #76613D
RGB: (118,97,61)

Color info

#76613D contains red, green and blue colors in about the same proportion. Web safe color of #76613D is #666633 (or #663).

RGB color model

#76613D color RGB value is (118,97,61).

  • red value is 118;
  • green value is 97;
  • blue value is 61.
RGB:
(118,97,61)
(46%,38%,24%)

RGB channels and saturation

R 118 of 255 = 46%
G 97 of 255 = 38%
B 61 of 255 = 24%

118
97
61

R + G + B ~ 36%. #76613D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 97 + 61 = 276 (100%)
R 118 of 276 ~ 42.75%
G 97 of 276 ~ 35.14%
B 61 of 276 ~ 22.1%

%42.75
%35.14
%22.1

CMYK color model

#76613D color CMYK value is (0,18,48,54).

  • cyan value is 0.00%
  • magenta value is 17.80%
  • yellow value is 48.31%
  • key color value is 53.73%
CMYK:
(0,18,48,54)
C0M18Y48K54 
(0%,18%,48%,54%)
(0.00/0.18/0.48/0.54)	

CMYK percentages

%0
%17.8
%48.31
%53.73

Codes

Color #76613D in popluar color models

76613D
RGB1189761
HSL38°31.84%35.10%
HSB/HSV38°48.31%46.27%
CMYK0.00%17.80%48.31%
53.73%

Color #76613D in popluar number systems.

HEX76613D
Decimal1189761
Binary11101101100001111101
Octal16614175

Shades and tints

Shades of #76613D

#76613D
(118,97,61)
#6C5938
(108,89,56)
#625133
(98,81,51)
#58492E
(88,73,46)
#4E4129
(78,65,41)
#443924
(68,57,36)
#3A311F
(58,49,31)
#30291A
(48,41,26)
#262115
(38,33,21)
#1C1910
(28,25,16)
#12110B
(18,17,11)
#000000
(0,0,0)

Tints of #76613D

#76613D
(118,97,61)
#826F4E
(130,111,78)
#8E7D5F
(142,125,95)
#9A8B70
(154,139,112)
#A69981
(166,153,129)
#B2A792
(178,167,146)
#BEB5A3
(190,181,163)
#CAC3B4
(202,195,180)
#D6D1C5
(214,209,197)
#E2DFD6
(226,223,214)
#EEEDE7
(238,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76613D color. Also use rgb(118,97,61) instead hex code.

Text Font Color

.myTextColor { color: #76613D; }

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

This text font color is #76613D.


Background Color

.myBgColor { background-color: #76613D; }

<div style="background-color:#76613D">Inner text</div>

This div background color is #76613D.


Border color

.myBorderColor { border: 1px solid #76613D; }

<div style="border:3px solid #76613D">Div</div>

This div border color is #76613D.


Opacity

.myOpacity80 { color: #76613D; opacity: 0.8; }

<p style="color:#76613D;opacity:0.8;">80%</p>

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

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

This text has shadow with #76613D color.

.textShadow {text-shadow: 3px 3px 1px #76613D, 3px 3px 1px red;}

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

This text has shadow with #76613D primary color and red secondary color.


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

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

This text has shadow with #76613D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76613D on black background.


Color preview on white background

This text has color #76613D on white background.



Black color preview on #76613D background

This text has black color on #76613D background.


White color preview on #76613D background

This text has white color on #76613D background.