COLOR #672D2F

HEX: #672D2F RGB: (103,45,47)

Color info

#672D2F contains red, green and blue colors in about the same proportion. Web safe color of #672D2F is #663333 (or #633).

RGB color model

#672D2F color RGB value is (103,45,47).

RGB: (103,45,47) (40%, 18%, 18%)

RGB channels and saturation

R 103 of 255 = 40%
G 45 of 255 = 18%
B 47 of 255 = 18%

103
45
47

R + G + B ~ 25%. #672D2F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 103 + 45 + 47 = 195 (100%)
R 103 of 195 ~ 52.82%
G 45 of 195 ~ 23.08%
B 47 of 195 ~ 24.1'%

%52.82
%23.08
%24.1

CMYK color model

#672D2F color CMYK value is (0,56,54,60).

  • cyan value is 0.00%
  • magenta value is 56.31%
  • yellow value is 54.37%
  • key color value is 59.61%

CMYK: (0,56,54,60)
C0M56Y54K60 (0%, 56%, 54%, 60%)
(0.00 / 0.56 / 0.54 / 0.60)

CMYK percentages

%0
%56.31
%54.37
%59.61

Codes

Color #672D2F in popluar color models

67 2D 2F
RGB 103 45 47
HSL 358° 39.19% 29.02%
HSB/HSV 358° 56.31% 40.39%
CMYK 0.00% 56.31% 54.37%
59.61%

Color #672D2F in popluar number systems.

HEX 67 2D 2F
Decimal 103 45 47
Binary 1100111 101101 101111
Octal 147 55 57

Shades and tints

Shades of #672D2F

#672D2F
(103,45,47)
#5E292B
(94,41,43)
#552527
(85,37,39)
#4C2123
(76,33,35)
#431D1F
(67,29,31)
#3A191B
(58,25,27)
#311517
(49,21,23)
#281113
(40,17,19)
#1F0D0F
(31,13,15)
#16090B
(22,9,11)
#0D0507
(13,5,7)
#000000
(0,0,0)

Tints of #672D2F

#672D2F
(103,45,47)
#744041
(116,64,65)
#815353
(129,83,83)
#8E6665
(142,102,101)
#9B7977
(155,121,119)
#A88C89
(168,140,137)
#B59F9B
(181,159,155)
#C2B2AD
(194,178,173)
#CFC5BF
(207,197,191)
#DCD8D1
(220,216,209)
#E9EBE3
(233,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #672D2F color. Also use rgb(103,45,47) instead hex code.

Text Font Color

.myTextColor { color: #672D2F; }

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

This text font color is #672D2F.

Background Color

.myBgColor { background-color: #672D2F; }

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

This div background color is #672D2F.

Border color

.myBorderColor { border: 1px solid #672D2F; }

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

This div border color is #672D2F.

Opacity

.myOpacity80 { color: #672D2F; opacity: 0.8; }

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

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

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

This text has shadow with #672D2F color.


.textShadow {text-shadow: 3px 3px 1px #672D2F', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #672D2F; -webkit-box-shadow: 1px 1px 3px 2px #672D2F; box-shadow:1px 1px 3px 2px #672D2F;">
Div content here
</div>

This div box has shadow with color #672D2F.

Preview

Color preview on black background

This text has color #672D2F on black background.


Color preview on white background

This text has color #672D2F on white background.


Black color preview on #672D2F background

This text has black color on #672D2F background.


White color preview on #672D2F background

This text has white color on #672D2F background.


Related colors

Complementary color

Complementary color for #hex is #98D2D0.


I love getcolorcode.com

Triadic colors

1 #2F672D and #2D2F67 with #672D2F are triadic colors.

2 #2F2D67 and #2D672F with #672D2F are triadic colors.