COLOR #672115

HEX: #672115
RGB: (103,33,21)

Color info

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

RGB color model

#672115 color RGB value is (103,33,21).

  • red value is 103;
  • green value is 33;
  • blue value is 21.
RGB:
(103,33,21)
(40%,13%,8%)

RGB channels and saturation

R 103 of 255 = 40%
G 33 of 255 = 13%
B 21 of 255 = 8%

103
33
21

R + G + B ~ 20%. #672115 is dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 33 + 21 = 157 (100%)
R 103 of 157 ~ 65.61%
G 33 of 157 ~ 21.02%
B 21 of 157 ~ 13.38%

%65.61
%21.02
%13.38

CMYK color model

#672115 color CMYK value is (0,68,80,60).

  • cyan value is 0.00%
  • magenta value is 67.96%
  • yellow value is 79.61%
  • key color value is 59.61%
CMYK:
(0,68,80,60)
C0M68Y80K60 
(0%,68%,80%,60%)
(0.00/0.68/0.80/0.60)	

CMYK percentages

%0
%67.96
%79.61
%59.61

Codes

Color #672115 in popluar color models

672115
RGB1033321
HSL66.13%24.31%
HSB/HSV79.61%40.39%
CMYK0.00%67.96%79.61%
59.61%

Color #672115 in popluar number systems.

HEX672115
Decimal1033321
Binary110011110000110101
Octal1474125

Shades and tints

Shades of #672115

#672115
(103,33,21)
#5E1E14
(94,30,20)
#551B13
(85,27,19)
#4C1812
(76,24,18)
#431511
(67,21,17)
#3A1210
(58,18,16)
#310F0F
(49,15,15)
#280C0E
(40,12,14)
#1F090D
(31,9,13)
#16060C
(22,6,12)
#0D030B
(13,3,11)
#000000
(0,0,0)

Tints of #672115

#672115
(103,33,21)
#74352A
(116,53,42)
#81493F
(129,73,63)
#8E5D54
(142,93,84)
#9B7169
(155,113,105)
#A8857E
(168,133,126)
#B59993
(181,153,147)
#C2ADA8
(194,173,168)
#CFC1BD
(207,193,189)
#DCD5D2
(220,213,210)
#E9E9E7
(233,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #672115 color. Also use rgb(103,33,21) instead hex code.

Text Font Color

.myTextColor { color: #672115; }

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

This text font color is #672115.


Background Color

.myBgColor { background-color: #672115; }

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

This div background color is #672115.


Border color

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

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

This div border color is #672115.


Opacity

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

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

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

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

This text has shadow with #672115 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #672115 on black background.


Color preview on white background

This text has color #672115 on white background.



Black color preview on #672115 background

This text has black color on #672115 background.


White color preview on #672115 background

This text has white color on #672115 background.