COLOR #76853D

HEX: #76853D
RGB: (118,133,61)

Color info

#76853D contains mainly red and green colors. Web safe color of #76853D is #669933 (or #693).

RGB color model

#76853D color RGB value is (118,133,61).

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

RGB channels and saturation

R 118 of 255 = 46%
G 133 of 255 = 52%
B 61 of 255 = 24%

118
133
61

R + G + B ~ 41%. #76853D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 133 + 61 = 312 (100%)
R 118 of 312 ~ 37.82%
G 133 of 312 ~ 42.63%
B 61 of 312 ~ 19.55%

%37.82
%42.63
%19.55

CMYK color model

#76853D color CMYK value is (11,0,54,48).

  • cyan value is 11.28%
  • magenta value is 0.00%
  • yellow value is 54.14%
  • key color value is 47.84%
CMYK:
(11,0,54,48)
C11M0Y54K48 
(11%,0%,54%,48%)
(0.11/0.00/0.54/0.48)	

CMYK percentages

%11.28
%0
%54.14
%47.84

Codes

Color #76853D in popluar color models

76853D
RGB11813361
HSL73°37.11%38.04%
HSB/HSV73°54.14%52.16%
CMYK11.28%0.00%54.14%
47.84%

Color #76853D in popluar number systems.

HEX76853D
Decimal11813361
Binary111011010000101111101
Octal16620575

Shades and tints

Shades of #76853D

#76853D
(118,133,61)
#6C7938
(108,121,56)
#626D33
(98,109,51)
#58612E
(88,97,46)
#4E5529
(78,85,41)
#444924
(68,73,36)
#3A3D1F
(58,61,31)
#30311A
(48,49,26)
#262515
(38,37,21)
#1C1910
(28,25,16)
#120D0B
(18,13,11)
#000000
(0,0,0)

Tints of #76853D

#76853D
(118,133,61)
#82904E
(130,144,78)
#8E9B5F
(142,155,95)
#9AA670
(154,166,112)
#A6B181
(166,177,129)
#B2BC92
(178,188,146)
#BEC7A3
(190,199,163)
#CAD2B4
(202,210,180)
#D6DDC5
(214,221,197)
#E2E8D6
(226,232,214)
#EEF3E7
(238,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76853D; }

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

This text font color is #76853D.


Background Color

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

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

This div background color is #76853D.


Border color

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

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

This div border color is #76853D.


Opacity

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

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

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

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

This text has shadow with #76853D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76853D on black background.


Color preview on white background

This text has color #76853D on white background.



Black color preview on #76853D background

This text has black color on #76853D background.


White color preview on #76853D background

This text has white color on #76853D background.