COLOR #672B1D

HEX: #672B1D RGB: (103,43,29)

Color info

#672B1D contains mainly red color. Web safe color of #672B1D is #663333 (or #633).

RGB color model

#672B1D color RGB value is (103,43,29).

RGB: (103,43,29) (40%, 17%, 11%)

RGB channels and saturation

R 103 of 255 = 40%
G 43 of 255 = 17%
B 29 of 255 = 11%

103
43
29

R + G + B ~ 23%. #672B1D is dark color.

Portions of RGB colors in percentages

R + G + B = 103 + 43 + 29 = 175 (100%)
R 103 of 175 ~ 58.86%
G 43 of 175 ~ 24.57%
B 29 of 175 ~ 16.57'%

%58.86
%24.57
%16.57

CMYK color model

#672B1D color CMYK value is (0,58,72,60).

  • cyan value is 0.00%
  • magenta value is 58.25%
  • yellow value is 71.84%
  • key color value is 59.61%

CMYK: (0,58,72,60)
C0M58Y72K60 (0%, 58%, 72%, 60%)
(0.00 / 0.58 / 0.72 / 0.60)

CMYK percentages

%0
%58.25
%71.84
%59.61

Codes

Color #672B1D in popluar color models

67 2B 1D
RGB 103 43 29
HSL 11° 56.06% 25.88%
HSB/HSV 11° 71.84% 40.39%
CMYK 0.00% 58.25% 71.84%
59.61%

Color #672B1D in popluar number systems.

HEX 67 2B 1D
Decimal 103 43 29
Binary 1100111 101011 11101
Octal 147 53 35

Shades and tints

Shades of #672B1D

#672B1D
(103,43,29)
#5E281B
(94,40,27)
#552519
(85,37,25)
#4C2217
(76,34,23)
#431F15
(67,31,21)
#3A1C13
(58,28,19)
#311911
(49,25,17)
#28160F
(40,22,15)
#1F130D
(31,19,13)
#16100B
(22,16,11)
#0D0D09
(13,13,9)
#000000
(0,0,0)

Tints of #672B1D

#672B1D
(103,43,29)
#743E31
(116,62,49)
#815145
(129,81,69)
#8E6459
(142,100,89)
#9B776D
(155,119,109)
#A88A81
(168,138,129)
#B59D95
(181,157,149)
#C2B0A9
(194,176,169)
#CFC3BD
(207,195,189)
#DCD6D1
(220,214,209)
#E9E9E5
(233,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #672B1D color. Also use rgb(103,43,29) instead hex code.

Text Font Color

.myTextColor { color: #672B1D; }

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

This text font color is #672B1D.

Background Color

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

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

This div background color is #672B1D.

Border color

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

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

This div border color is #672B1D.

Opacity

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

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

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

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

This text has shadow with #672B1D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #672B1D.

Preview

Color preview on black background

This text has color #672B1D on black background.


Color preview on white background

This text has color #672B1D on white background.


Black color preview on #672B1D background

This text has black color on #672B1D background.


White color preview on #672B1D background

This text has white color on #672B1D background.


Related colors

Complementary color

Complementary color for #hex is #98D4E2.


I love getcolorcode.com

Triadic colors

1 #1D672B and #2B1D67 with #672B1D are triadic colors.

2 #1D2B67 and #2B671D with #672B1D are triadic colors.