COLOR #672533

HEX: #672533
RGB: (103,37,51)

Color info

#672533 contains mainly red and blue colors. Web safe color of #672533 is #663333 (or #633).

RGB color model

#672533 color RGB value is (103,37,51).

  • red value is 103;
  • green value is 37;
  • blue value is 51.
RGB:
(103,37,51)
(40%,15%,20%)

RGB channels and saturation

R 103 of 255 = 40%
G 37 of 255 = 15%
B 51 of 255 = 20%

103
37
51

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

Portions of RGB colors in percentages

R + G + B =
103 + 37 + 51 = 191 (100%)
R 103 of 191 ~ 53.93%
G 37 of 191 ~ 19.37%
B 51 of 191 ~ 26.7%

%53.93
%19.37
%26.7

CMYK color model

#672533 color CMYK value is (0,64,50,60).

  • cyan value is 0.00%
  • magenta value is 64.08%
  • yellow value is 50.49%
  • key color value is 59.61%
CMYK:
(0,64,50,60)
C0M64Y50K60 
(0%,64%,50%,60%)
(0.00/0.64/0.50/0.60)	

CMYK percentages

%0
%64.08
%50.49
%59.61

Codes

Color #672533 in popluar color models

672533
RGB1033751
HSL347°47.14%27.45%
HSB/HSV347°64.08%40.39%
CMYK0.00%64.08%50.49%
59.61%

Color #672533 in popluar number systems.

HEX672533
Decimal1033751
Binary1100111100101110011
Octal1474563

Shades and tints

Shades of #672533

#672533
(103,37,51)
#5E222F
(94,34,47)
#551F2B
(85,31,43)
#4C1C27
(76,28,39)
#431923
(67,25,35)
#3A161F
(58,22,31)
#31131B
(49,19,27)
#281017
(40,16,23)
#1F0D13
(31,13,19)
#160A0F
(22,10,15)
#0D070B
(13,7,11)
#000000
(0,0,0)

Tints of #672533

#672533
(103,37,51)
#743845
(116,56,69)
#814B57
(129,75,87)
#8E5E69
(142,94,105)
#9B717B
(155,113,123)
#A8848D
(168,132,141)
#B5979F
(181,151,159)
#C2AAB1
(194,170,177)
#CFBDC3
(207,189,195)
#DCD0D5
(220,208,213)
#E9E3E7
(233,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #672533; }

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

This text font color is #672533.


Background Color

.myBgColor { background-color: #672533; }

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

This div background color is #672533.


Border color

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

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

This div border color is #672533.


Opacity

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

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

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

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

This text has shadow with #672533 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #672533 on black background.


Color preview on white background

This text has color #672533 on white background.



Black color preview on #672533 background

This text has black color on #672533 background.


White color preview on #672533 background

This text has white color on #672533 background.