COLOR #672316

HEX: #672316
RGB: (103,35,22)

Color info

#672316 contains mainly red color. Web safe color of #672316 is #663300 (or #630).

RGB color model

#672316 color RGB value is (103,35,22).

  • red value is 103;
  • green value is 35;
  • blue value is 22.
RGB:
(103,35,22)
(40%,14%,9%)

RGB channels and saturation

R 103 of 255 = 40%
G 35 of 255 = 14%
B 22 of 255 = 9%

103
35
22

R + G + B ~ 21%. #672316 is dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 35 + 22 = 160 (100%)
R 103 of 160 ~ 64.38%
G 35 of 160 ~ 21.88%
B 22 of 160 ~ 13.75%

%64.38
%21.88
%13.75

CMYK color model

#672316 color CMYK value is (0,66,79,60).

  • cyan value is 0.00%
  • magenta value is 66.02%
  • yellow value is 78.64%
  • key color value is 59.61%
CMYK:
(0,66,79,60)
C0M66Y79K60 
(0%,66%,79%,60%)
(0.00/0.66/0.79/0.60)	

CMYK percentages

%0
%66.02
%78.64
%59.61

Codes

Color #672316 in popluar color models

672316
RGB1033522
HSL10°64.80%24.51%
HSB/HSV10°78.64%40.39%
CMYK0.00%66.02%78.64%
59.61%

Color #672316 in popluar number systems.

HEX672316
Decimal1033522
Binary110011110001110110
Octal1474326

Shades and tints

Shades of #672316

#672316
(103,35,22)
#5E2014
(94,32,20)
#551D12
(85,29,18)
#4C1A10
(76,26,16)
#43170E
(67,23,14)
#3A140C
(58,20,12)
#31110A
(49,17,10)
#280E08
(40,14,8)
#1F0B06
(31,11,6)
#160804
(22,8,4)
#0D0502
(13,5,2)
#000000
(0,0,0)

Tints of #672316

#672316
(103,35,22)
#74372B
(116,55,43)
#814B40
(129,75,64)
#8E5F55
(142,95,85)
#9B736A
(155,115,106)
#A8877F
(168,135,127)
#B59B94
(181,155,148)
#C2AFA9
(194,175,169)
#CFC3BE
(207,195,190)
#DCD7D3
(220,215,211)
#E9EBE8
(233,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #672316 color. Also use rgb(103,35,22) instead hex code.

Text Font Color

.myTextColor { color: #672316; }

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

This text font color is #672316.


Background Color

.myBgColor { background-color: #672316; }

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

This div background color is #672316.


Border color

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

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

This div border color is #672316.


Opacity

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

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

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

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

This text has shadow with #672316 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #672316 on black background.


Color preview on white background

This text has color #672316 on white background.



Black color preview on #672316 background

This text has black color on #672316 background.


White color preview on #672316 background

This text has white color on #672316 background.