COLOR #676348

HEX: #676348
RGB: (103,99,72)

Color info

#676348 contains red, green and blue colors in about the same proportion. Web safe color of #676348 is #666633 (or #663).

RGB color model

#676348 color RGB value is (103,99,72).

  • red value is 103;
  • green value is 99;
  • blue value is 72.
RGB:
(103,99,72)
(40%,39%,28%)

RGB channels and saturation

R 103 of 255 = 40%
G 99 of 255 = 39%
B 72 of 255 = 28%

103
99
72

R + G + B ~ 36%. #676348 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 99 + 72 = 274 (100%)
R 103 of 274 ~ 37.59%
G 99 of 274 ~ 36.13%
B 72 of 274 ~ 26.28%

%37.59
%36.13
%26.28

CMYK color model

#676348 color CMYK value is (0,4,30,60).

  • cyan value is 0.00%
  • magenta value is 3.88%
  • yellow value is 30.10%
  • key color value is 59.61%
CMYK:
(0,4,30,60)
C0M4Y30K60 
(0%,4%,30%,60%)
(0.00/0.04/0.30/0.60)	

CMYK percentages

%0
%3.88
%30.1
%59.61

Codes

Color #676348 in popluar color models

676348
RGB1039972
HSL52°17.71%34.31%
HSB/HSV52°30.10%40.39%
CMYK0.00%3.88%30.10%
59.61%

Color #676348 in popluar number systems.

HEX676348
Decimal1039972
Binary110011111000111001000
Octal147143110

Shades and tints

Shades of #676348

#676348
(103,99,72)
#5E5A42
(94,90,66)
#55513C
(85,81,60)
#4C4836
(76,72,54)
#433F30
(67,63,48)
#3A362A
(58,54,42)
#312D24
(49,45,36)
#28241E
(40,36,30)
#1F1B18
(31,27,24)
#161212
(22,18,18)
#0D090C
(13,9,12)
#000000
(0,0,0)

Tints of #676348

#676348
(103,99,72)
#747158
(116,113,88)
#817F68
(129,127,104)
#8E8D78
(142,141,120)
#9B9B88
(155,155,136)
#A8A998
(168,169,152)
#B5B7A8
(181,183,168)
#C2C5B8
(194,197,184)
#CFD3C8
(207,211,200)
#DCE1D8
(220,225,216)
#E9EFE8
(233,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676348 color. Also use rgb(103,99,72) instead hex code.

Text Font Color

.myTextColor { color: #676348; }

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

This text font color is #676348.


Background Color

.myBgColor { background-color: #676348; }

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

This div background color is #676348.


Border color

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

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

This div border color is #676348.


Opacity

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

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

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

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

This text has shadow with #676348 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676348 on black background.


Color preview on white background

This text has color #676348 on white background.



Black color preview on #676348 background

This text has black color on #676348 background.


White color preview on #676348 background

This text has white color on #676348 background.