COLOR #767317

HEX: #767317
RGB: (118,115,23)

Color info

#767317 contains mainly red and green colors. Web safe color of #767317 is #666600 (or #660).

RGB color model

#767317 color RGB value is (118,115,23).

  • red value is 118;
  • green value is 115;
  • blue value is 23.
RGB:
(118,115,23)
(46%,45%,9%)

RGB channels and saturation

R 118 of 255 = 46%
G 115 of 255 = 45%
B 23 of 255 = 9%

118
115
23

R + G + B ~ 33%. #767317 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 115 + 23 = 256 (100%)
R 118 of 256 ~ 46.09%
G 115 of 256 ~ 44.92%
B 23 of 256 ~ 8.98%

%46.09
%44.92

CMYK color model

#767317 color CMYK value is (0,3,81,54).

  • cyan value is 0.00%
  • magenta value is 2.54%
  • yellow value is 80.51%
  • key color value is 53.73%
CMYK:
(0,3,81,54)
C0M3Y81K54 
(0%,3%,81%,54%)
(0.00/0.03/0.81/0.54)	

CMYK percentages

%0
%2.54
%80.51
%53.73

Codes

Color #767317 in popluar color models

767317
RGB11811523
HSL58°67.38%27.65%
HSB/HSV58°80.51%46.27%
CMYK0.00%2.54%80.51%
53.73%

Color #767317 in popluar number systems.

HEX767317
Decimal11811523
Binary1110110111001110111
Octal16616327

Shades and tints

Shades of #767317

#767317
(118,115,23)
#6C6915
(108,105,21)
#625F13
(98,95,19)
#585511
(88,85,17)
#4E4B0F
(78,75,15)
#44410D
(68,65,13)
#3A370B
(58,55,11)
#302D09
(48,45,9)
#262307
(38,35,7)
#1C1905
(28,25,5)
#120F03
(18,15,3)
#000000
(0,0,0)

Tints of #767317

#767317
(118,115,23)
#827F2C
(130,127,44)
#8E8B41
(142,139,65)
#9A9756
(154,151,86)
#A6A36B
(166,163,107)
#B2AF80
(178,175,128)
#BEBB95
(190,187,149)
#CAC7AA
(202,199,170)
#D6D3BF
(214,211,191)
#E2DFD4
(226,223,212)
#EEEBE9
(238,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #767317 color. Also use rgb(118,115,23) instead hex code.

Text Font Color

.myTextColor { color: #767317; }

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

This text font color is #767317.


Background Color

.myBgColor { background-color: #767317; }

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

This div background color is #767317.


Border color

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

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

This div border color is #767317.


Opacity

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

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

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

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

This text has shadow with #767317 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767317 on black background.


Color preview on white background

This text has color #767317 on white background.



Black color preview on #767317 background

This text has black color on #767317 background.


White color preview on #767317 background

This text has white color on #767317 background.