COLOR #676653

HEX: #676653
RGB: (103,102,83)

Color info

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

RGB color model

#676653 color RGB value is (103,102,83).

  • red value is 103;
  • green value is 102;
  • blue value is 83.
RGB:
(103,102,83)
(40%,40%,33%)

RGB channels and saturation

R 103 of 255 = 40%
G 102 of 255 = 40%
B 83 of 255 = 33%

103
102
83

R + G + B ~ 38%. #676653 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 102 + 83 = 288 (100%)
R 103 of 288 ~ 35.76%
G 102 of 288 ~ 35.42%
B 83 of 288 ~ 28.82%

%35.76
%35.42
%28.82

CMYK color model

#676653 color CMYK value is (0,1,19,60).

  • cyan value is 0.00%
  • magenta value is 0.97%
  • yellow value is 19.42%
  • key color value is 59.61%
CMYK:
(0,1,19,60)
C0M1Y19K60 
(0%,1%,19%,60%)
(0.00/0.01/0.19/0.60)	

CMYK percentages

%0
%0.97
%19.42
%59.61

Codes

Color #676653 in popluar color models

676653
RGB10310283
HSL57°10.75%36.47%
HSB/HSV57°19.42%40.39%
CMYK0.00%0.97%19.42%
59.61%

Color #676653 in popluar number systems.

HEX676653
Decimal10310283
Binary110011111001101010011
Octal147146123

Shades and tints

Shades of #676653

#676653
(103,102,83)
#5E5D4C
(94,93,76)
#555445
(85,84,69)
#4C4B3E
(76,75,62)
#434237
(67,66,55)
#3A3930
(58,57,48)
#313029
(49,48,41)
#282722
(40,39,34)
#1F1E1B
(31,30,27)
#161514
(22,21,20)
#0D0C0D
(13,12,13)
#000000
(0,0,0)

Tints of #676653

#676653
(103,102,83)
#747362
(116,115,98)
#818071
(129,128,113)
#8E8D80
(142,141,128)
#9B9A8F
(155,154,143)
#A8A79E
(168,167,158)
#B5B4AD
(181,180,173)
#C2C1BC
(194,193,188)
#CFCECB
(207,206,203)
#DCDBDA
(220,219,218)
#E9E8E9
(233,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676653 color. Also use rgb(103,102,83) instead hex code.

Text Font Color

.myTextColor { color: #676653; }

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

This text font color is #676653.


Background Color

.myBgColor { background-color: #676653; }

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

This div background color is #676653.


Border color

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

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

This div border color is #676653.


Opacity

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

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

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

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

This text has shadow with #676653 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676653 on black background.


Color preview on white background

This text has color #676653 on white background.



Black color preview on #676653 background

This text has black color on #676653 background.


White color preview on #676653 background

This text has white color on #676653 background.