COLOR #672719

HEX: #672719
RGB: (103,39,25)

Color info

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

RGB color model

#672719 color RGB value is (103,39,25).

  • red value is 103;
  • green value is 39;
  • blue value is 25.
RGB:
(103,39,25)
(40%,15%,10%)

RGB channels and saturation

R 103 of 255 = 40%
G 39 of 255 = 15%
B 25 of 255 = 10%

103
39
25

R + G + B ~ 22%. #672719 is dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 39 + 25 = 167 (100%)
R 103 of 167 ~ 61.68%
G 39 of 167 ~ 23.35%
B 25 of 167 ~ 14.97%

%61.68
%23.35
%14.97

CMYK color model

#672719 color CMYK value is (0,62,76,60).

  • cyan value is 0.00%
  • magenta value is 62.14%
  • yellow value is 75.73%
  • key color value is 59.61%
CMYK:
(0,62,76,60)
C0M62Y76K60 
(0%,62%,76%,60%)
(0.00/0.62/0.76/0.60)	

CMYK percentages

%0
%62.14
%75.73
%59.61

Codes

Color #672719 in popluar color models

672719
RGB1033925
HSL11°60.94%25.10%
HSB/HSV11°75.73%40.39%
CMYK0.00%62.14%75.73%
59.61%

Color #672719 in popluar number systems.

HEX672719
Decimal1033925
Binary110011110011111001
Octal1474731

Shades and tints

Shades of #672719

#672719
(103,39,25)
#5E2417
(94,36,23)
#552115
(85,33,21)
#4C1E13
(76,30,19)
#431B11
(67,27,17)
#3A180F
(58,24,15)
#31150D
(49,21,13)
#28120B
(40,18,11)
#1F0F09
(31,15,9)
#160C07
(22,12,7)
#0D0905
(13,9,5)
#000000
(0,0,0)

Tints of #672719

#672719
(103,39,25)
#743A2D
(116,58,45)
#814D41
(129,77,65)
#8E6055
(142,96,85)
#9B7369
(155,115,105)
#A8867D
(168,134,125)
#B59991
(181,153,145)
#C2ACA5
(194,172,165)
#CFBFB9
(207,191,185)
#DCD2CD
(220,210,205)
#E9E5E1
(233,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #672719 color. Also use rgb(103,39,25) instead hex code.

Text Font Color

.myTextColor { color: #672719; }

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

This text font color is #672719.


Background Color

.myBgColor { background-color: #672719; }

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

This div background color is #672719.


Border color

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

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

This div border color is #672719.


Opacity

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

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

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

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

This text has shadow with #672719 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #672719 on black background.


Color preview on white background

This text has color #672719 on white background.



Black color preview on #672719 background

This text has black color on #672719 background.


White color preview on #672719 background

This text has white color on #672719 background.