COLOR #672E33

HEX: #672E33 RGB: (103,46,51)

Color info

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

RGB color model

#672E33 color RGB value is (103,46,51).

RGB: (103,46,51) (40%, 18%, 20%)

RGB channels and saturation

R 103 of 255 = 40%
G 46 of 255 = 18%
B 51 of 255 = 20%

103
46
51

R + G + B ~ 26%. #672E33 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 103 + 46 + 51 = 200 (100%)
R 103 of 200 ~ 51.5%
G 46 of 200 ~ 23%
B 51 of 200 ~ 25.5'%

%51.5
%23
%25.5

CMYK color model

#672E33 color CMYK value is (0,55,50,60).

  • cyan value is 0.00%
  • magenta value is 55.34%
  • yellow value is 50.49%
  • key color value is 59.61%

CMYK: (0,55,50,60)
C0M55Y50K60 (0%, 55%, 50%, 60%)
(0.00 / 0.55 / 0.50 / 0.60)

CMYK percentages

%0
%55.34
%50.49
%59.61

Codes

Color #672E33 in popluar color models

67 2E 33
RGB 103 46 51
HSL 355° 38.26% 29.22%
HSB/HSV 355° 55.34% 40.39%
CMYK 0.00% 55.34% 50.49%
59.61%

Color #672E33 in popluar number systems.

HEX 67 2E 33
Decimal 103 46 51
Binary 1100111 101110 110011
Octal 147 56 63

Shades and tints

Shades of #672E33

#672E33
(103,46,51)
#5E2A2F
(94,42,47)
#55262B
(85,38,43)
#4C2227
(76,34,39)
#431E23
(67,30,35)
#3A1A1F
(58,26,31)
#31161B
(49,22,27)
#281217
(40,18,23)
#1F0E13
(31,14,19)
#160A0F
(22,10,15)
#0D060B
(13,6,11)
#000000
(0,0,0)

Tints of #672E33

#672E33
(103,46,51)
#744145
(116,65,69)
#815457
(129,84,87)
#8E6769
(142,103,105)
#9B7A7B
(155,122,123)
#A88D8D
(168,141,141)
#B5A09F
(181,160,159)
#C2B3B1
(194,179,177)
#CFC6C3
(207,198,195)
#DCD9D5
(220,217,213)
#E9ECE7
(233,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #672E33 color. Also use rgb(103,46,51) instead hex code.

Text Font Color

.myTextColor { color: #672E33; }

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

This text font color is #672E33.

Background Color

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

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

This div background color is #672E33.

Border color

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

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

This div border color is #672E33.

Opacity

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

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

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

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

This text has shadow with #672E33 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #672E33.

Preview

Color preview on black background

This text has color #672E33 on black background.


Color preview on white background

This text has color #672E33 on white background.


Black color preview on #672E33 background

This text has black color on #672E33 background.


White color preview on #672E33 background

This text has white color on #672E33 background.


Related colors

Complementary color

Complementary color for #hex is #98D1CC.


I love getcolorcode.com

Triadic colors

1 #33672E and #2E3367 with #672E33 are triadic colors.

2 #332E67 and #2E6733 with #672E33 are triadic colors.