COLOR #767367

HEX: #767367
RGB: (118,115,103)

Color info

#767367 contains red, green and blue colors in about the same proportion. Web safe color of #767367 is #666666 (or #666).

RGB color model

#767367 color RGB value is (118,115,103).

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

RGB channels and saturation

R 118 of 255 = 46%
G 115 of 255 = 45%
B 103 of 255 = 40%

118
115
103

R + G + B ~ 44%. #767367 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 115 + 103 = 336 (100%)
R 118 of 336 ~ 35.12%
G 115 of 336 ~ 34.23%
B 103 of 336 ~ 30.65%

%35.12
%34.23
%30.65

CMYK color model

#767367 color CMYK value is (0,3,13,54).

  • cyan value is 0.00%
  • magenta value is 2.54%
  • yellow value is 12.71%
  • key color value is 53.73%
CMYK:
(0,3,13,54)
C0M3Y13K54 
(0%,3%,13%,54%)
(0.00/0.03/0.13/0.54)	

CMYK percentages

%0
%2.54
%12.71
%53.73

Codes

Color #767367 in popluar color models

767367
RGB118115103
HSL48°6.79%43.33%
HSB/HSV48°12.71%46.27%
CMYK0.00%2.54%12.71%
53.73%

Color #767367 in popluar number systems.

HEX767367
Decimal118115103
Binary111011011100111100111
Octal166163147

Shades and tints

Shades of #767367

#767367
(118,115,103)
#6C695E
(108,105,94)
#625F55
(98,95,85)
#58554C
(88,85,76)
#4E4B43
(78,75,67)
#44413A
(68,65,58)
#3A3731
(58,55,49)
#302D28
(48,45,40)
#26231F
(38,35,31)
#1C1916
(28,25,22)
#120F0D
(18,15,13)
#000000
(0,0,0)

Tints of #767367

#767367
(118,115,103)
#827F74
(130,127,116)
#8E8B81
(142,139,129)
#9A978E
(154,151,142)
#A6A39B
(166,163,155)
#B2AFA8
(178,175,168)
#BEBBB5
(190,187,181)
#CAC7C2
(202,199,194)
#D6D3CF
(214,211,207)
#E2DFDC
(226,223,220)
#EEEBE9
(238,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #767367; }

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

This text font color is #767367.


Background Color

.myBgColor { background-color: #767367; }

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

This div background color is #767367.


Border color

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

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

This div border color is #767367.


Opacity

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

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

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

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

This text has shadow with #767367 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767367 on black background.


Color preview on white background

This text has color #767367 on white background.



Black color preview on #767367 background

This text has black color on #767367 background.


White color preview on #767367 background

This text has white color on #767367 background.