COLOR #672F3F

HEX: #672F3F RGB: (103,47,63)

Color info

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

RGB color model

#672F3F color RGB value is (103,47,63).

RGB: (103,47,63) (40%, 18%, 25%)

RGB channels and saturation

R 103 of 255 = 40%
G 47 of 255 = 18%
B 63 of 255 = 25%

103
47
63

R + G + B ~ 28%. #672F3F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 103 + 47 + 63 = 213 (100%)
R 103 of 213 ~ 48.36%
G 47 of 213 ~ 22.07%
B 63 of 213 ~ 29.58'%

%48.36
%22.07
%29.58

CMYK color model

#672F3F color CMYK value is (0,54,39,60).

  • cyan value is 0.00%
  • magenta value is 54.37%
  • yellow value is 38.83%
  • key color value is 59.61%
CMYK: (0,54,39,60) C0M54Y39K60 (0%,54%,39%,60%) (0.00/0.54/0.39/0.60) 

CMYK percentages

%0
%54.37
%38.83
%59.61

Codes

Color #672F3F in popluar color models

67 2F 3F
RGB 103 47 63
HSL 343° 37.33% 29.41%
HSB/HSV 343° 54.37% 40.39%
CMYK 0.00% 54.37% 38.83%
59.61%

Color #672F3F in popluar number systems.

HEX 67 2F 3F
Decimal 103 47 63
Binary 1100111 101111 111111
Octal 147 57 77

Shades and tints

Shades of #672F3F

#672F3F
(103,47,63)
#5E2B3A
(94,43,58)
#552735
(85,39,53)
#4C2330
(76,35,48)
#431F2B
(67,31,43)
#3A1B26
(58,27,38)
#311721
(49,23,33)
#28131C
(40,19,28)
#1F0F17
(31,15,23)
#160B12
(22,11,18)
#0D070D
(13,7,13)
#000000
(0,0,0)

Tints of #672F3F

#672F3F
(103,47,63)
#744150
(116,65,80)
#815361
(129,83,97)
#8E6572
(142,101,114)
#9B7783
(155,119,131)
#A88994
(168,137,148)
#B59BA5
(181,155,165)
#C2ADB6
(194,173,182)
#CFBFC7
(207,191,199)
#DCD1D8
(220,209,216)
#E9E3E9
(233,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #672F3F; }

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

This text font color is #672F3F.

Background Color

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

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

This div background color is #672F3F.

Border color

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

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

This div border color is #672F3F.

Opacity

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

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

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

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

This text has shadow with #672F3F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #672F3F.

Preview

Color preview on black background

This text has color #672F3F on black background.


Color preview on white background

This text has color #672F3F on white background.


Black color preview on #672F3F background

This text has black color on #672F3F background.


White color preview on #672F3F background

This text has white color on #672F3F background.


Related colors

Complementary color

Complementary color for #hex is #98D0C0.


I love getcolorcode.com

Triadic colors

1 #3F672F and #2F3F67 with #672F3F are triadic colors.

2 #3F2F67 and #2F673F with #672F3F are triadic colors.