COLOR #767263

HEX: #767263
RGB: (118,114,99)

Color info

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

RGB color model

#767263 color RGB value is (118,114,99).

  • red value is 118;
  • green value is 114;
  • blue value is 99.
RGB:
(118,114,99)
(46%,45%,39%)

RGB channels and saturation

R 118 of 255 = 46%
G 114 of 255 = 45%
B 99 of 255 = 39%

118
114
99

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

Portions of RGB colors in percentages

R + G + B =
118 + 114 + 99 = 331 (100%)
R 118 of 331 ~ 35.65%
G 114 of 331 ~ 34.44%
B 99 of 331 ~ 29.91%

%35.65
%34.44
%29.91

CMYK color model

#767263 color CMYK value is (0,3,16,54).

  • cyan value is 0.00%
  • magenta value is 3.39%
  • yellow value is 16.10%
  • key color value is 53.73%
CMYK:
(0,3,16,54)
C0M3Y16K54 
(0%,3%,16%,54%)
(0.00/0.03/0.16/0.54)	

CMYK percentages

%0
%3.39
%16.1
%53.73

Codes

Color #767263 in popluar color models

767263
RGB11811499
HSL47°8.76%42.55%
HSB/HSV47°16.10%46.27%
CMYK0.00%3.39%16.10%
53.73%

Color #767263 in popluar number systems.

HEX767263
Decimal11811499
Binary111011011100101100011
Octal166162143

Shades and tints

Shades of #767263

#767263
(118,114,99)
#6C685A
(108,104,90)
#625E51
(98,94,81)
#585448
(88,84,72)
#4E4A3F
(78,74,63)
#444036
(68,64,54)
#3A362D
(58,54,45)
#302C24
(48,44,36)
#26221B
(38,34,27)
#1C1812
(28,24,18)
#120E09
(18,14,9)
#000000
(0,0,0)

Tints of #767263

#767263
(118,114,99)
#827E71
(130,126,113)
#8E8A7F
(142,138,127)
#9A968D
(154,150,141)
#A6A29B
(166,162,155)
#B2AEA9
(178,174,169)
#BEBAB7
(190,186,183)
#CAC6C5
(202,198,197)
#D6D2D3
(214,210,211)
#E2DEE1
(226,222,225)
#EEEAEF
(238,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #767263 color. Also use rgb(118,114,99) instead hex code.

Text Font Color

.myTextColor { color: #767263; }

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

This text font color is #767263.


Background Color

.myBgColor { background-color: #767263; }

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

This div background color is #767263.


Border color

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

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

This div border color is #767263.


Opacity

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

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

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

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

This text has shadow with #767263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767263 on black background.


Color preview on white background

This text has color #767263 on white background.



Black color preview on #767263 background

This text has black color on #767263 background.


White color preview on #767263 background

This text has white color on #767263 background.