COLOR #768315

HEX: #768315
RGB: (118,131,21)

Color info

#768315 contains mainly red and green colors. Web safe color of #768315 is #669900 (or #690).

RGB color model

#768315 color RGB value is (118,131,21).

  • red value is 118;
  • green value is 131;
  • blue value is 21.
RGB:
(118,131,21)
(46%,51%,8%)

RGB channels and saturation

R 118 of 255 = 46%
G 131 of 255 = 51%
B 21 of 255 = 8%

118
131
21

R + G + B ~ 35%. #768315 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 131 + 21 = 270 (100%)
R 118 of 270 ~ 43.7%
G 131 of 270 ~ 48.52%
B 21 of 270 ~ 7.78%

%43.7
%48.52

CMYK color model

#768315 color CMYK value is (10,0,84,49).

  • cyan value is 9.92%
  • magenta value is 0.00%
  • yellow value is 83.97%
  • key color value is 48.63%
CMYK:
(10,0,84,49)
C10M0Y84K49 
(10%,0%,84%,49%)
(0.10/0.00/0.84/0.49)	

CMYK percentages

%9.92
%0
%83.97
%48.63

Codes

Color #768315 in popluar color models

768315
RGB11813121
HSL67°72.37%29.80%
HSB/HSV67°83.97%51.37%
CMYK9.92%0.00%83.97%
48.63%

Color #768315 in popluar number systems.

HEX768315
Decimal11813121
Binary11101101000001110101
Octal16620325

Shades and tints

Shades of #768315

#768315
(118,131,21)
#6C7814
(108,120,20)
#626D13
(98,109,19)
#586212
(88,98,18)
#4E5711
(78,87,17)
#444C10
(68,76,16)
#3A410F
(58,65,15)
#30360E
(48,54,14)
#262B0D
(38,43,13)
#1C200C
(28,32,12)
#12150B
(18,21,11)
#000000
(0,0,0)

Tints of #768315

#768315
(118,131,21)
#828E2A
(130,142,42)
#8E993F
(142,153,63)
#9AA454
(154,164,84)
#A6AF69
(166,175,105)
#B2BA7E
(178,186,126)
#BEC593
(190,197,147)
#CAD0A8
(202,208,168)
#D6DBBD
(214,219,189)
#E2E6D2
(226,230,210)
#EEF1E7
(238,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #768315 color. Also use rgb(118,131,21) instead hex code.

Text Font Color

.myTextColor { color: #768315; }

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

This text font color is #768315.


Background Color

.myBgColor { background-color: #768315; }

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

This div background color is #768315.


Border color

.myBorderColor { border: 1px solid #768315; }

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

This div border color is #768315.


Opacity

.myOpacity80 { color: #768315; opacity: 0.8; }

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

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

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

This text has shadow with #768315 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768315 on black background.


Color preview on white background

This text has color #768315 on white background.



Black color preview on #768315 background

This text has black color on #768315 background.


White color preview on #768315 background

This text has white color on #768315 background.