COLOR #67672E

HEX: #67672E
RGB: (103,103,46)

Color info

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

RGB color model

#67672E color RGB value is (103,103,46).

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

RGB channels and saturation

R 103 of 255 = 40%
G 103 of 255 = 40%
B 46 of 255 = 18%

103
103
46

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

Portions of RGB colors in percentages

R + G + B =
103 + 103 + 46 = 252 (100%)
R 103 of 252 ~ 40.87%
G 103 of 252 ~ 40.87%
B 46 of 252 ~ 18.25%

%40.87
%40.87
%18.25

CMYK color model

#67672E color CMYK value is (0,0,55,60).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 55.34%
  • key color value is 59.61%
CMYK:
(0,0,55,60)
C0M0Y55K60 
(0%,0%,55%,60%)
(0.00/0.00/0.55/0.60)	

CMYK percentages

%0
%0
%55.34
%59.61

Codes

Color #67672E in popluar color models

67672E
RGB10310346
HSL60°38.26%29.22%
HSB/HSV60°55.34%40.39%
CMYK0.00%0.00%55.34%
59.61%

Color #67672E in popluar number systems.

HEX67672E
Decimal10310346
Binary11001111100111101110
Octal14714756

Shades and tints

Shades of #67672E

#67672E
(103,103,46)
#5E5E2A
(94,94,42)
#555526
(85,85,38)
#4C4C22
(76,76,34)
#43431E
(67,67,30)
#3A3A1A
(58,58,26)
#313116
(49,49,22)
#282812
(40,40,18)
#1F1F0E
(31,31,14)
#16160A
(22,22,10)
#0D0D06
(13,13,6)
#000000
(0,0,0)

Tints of #67672E

#67672E
(103,103,46)
#747441
(116,116,65)
#818154
(129,129,84)
#8E8E67
(142,142,103)
#9B9B7A
(155,155,122)
#A8A88D
(168,168,141)
#B5B5A0
(181,181,160)
#C2C2B3
(194,194,179)
#CFCFC6
(207,207,198)
#DCDCD9
(220,220,217)
#E9E9EC
(233,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67672E color. Also use rgb(103,103,46) instead hex code.

Text Font Color

.myTextColor { color: #67672E; }

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

This text font color is #67672E.


Background Color

.myBgColor { background-color: #67672E; }

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

This div background color is #67672E.


Border color

.myBorderColor { border: 1px solid #67672E; }

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

This div border color is #67672E.


Opacity

.myOpacity80 { color: #67672E; opacity: 0.8; }

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

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

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

This text has shadow with #67672E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67672E on black background.


Color preview on white background

This text has color #67672E on white background.



Black color preview on #67672E background

This text has black color on #67672E background.


White color preview on #67672E background

This text has white color on #67672E background.