COLOR #673638

HEX: #673638
RGB: (103,54,56)

Color info

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

RGB color model

#673638 color RGB value is (103,54,56).

  • red value is 103;
  • green value is 54;
  • blue value is 56.
RGB:
(103,54,56)
(40%,21%,22%)

RGB channels and saturation

R 103 of 255 = 40%
G 54 of 255 = 21%
B 56 of 255 = 22%

103
54
56

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

Portions of RGB colors in percentages

R + G + B =
103 + 54 + 56 = 213 (100%)
R 103 of 213 ~ 48.36%
G 54 of 213 ~ 25.35%
B 56 of 213 ~ 26.29%

%48.36
%25.35
%26.29

CMYK color model

#673638 color CMYK value is (0,48,46,60).

  • cyan value is 0.00%
  • magenta value is 47.57%
  • yellow value is 45.63%
  • key color value is 59.61%
CMYK:
(0,48,46,60)
C0M48Y46K60 
(0%,48%,46%,60%)
(0.00/0.48/0.46/0.60)	

CMYK percentages

%0
%47.57
%45.63
%59.61

Codes

Color #673638 in popluar color models

673638
RGB1035456
HSL358°31.21%30.78%
HSB/HSV358°47.57%40.39%
CMYK0.00%47.57%45.63%
59.61%

Color #673638 in popluar number systems.

HEX673638
Decimal1035456
Binary1100111110110111000
Octal1476670

Shades and tints

Shades of #673638

#673638
(103,54,56)
#5E3233
(94,50,51)
#552E2E
(85,46,46)
#4C2A29
(76,42,41)
#432624
(67,38,36)
#3A221F
(58,34,31)
#311E1A
(49,30,26)
#281A15
(40,26,21)
#1F1610
(31,22,16)
#16120B
(22,18,11)
#0D0E06
(13,14,6)
#000000
(0,0,0)

Tints of #673638

#673638
(103,54,56)
#74484A
(116,72,74)
#815A5C
(129,90,92)
#8E6C6E
(142,108,110)
#9B7E80
(155,126,128)
#A89092
(168,144,146)
#B5A2A4
(181,162,164)
#C2B4B6
(194,180,182)
#CFC6C8
(207,198,200)
#DCD8DA
(220,216,218)
#E9EAEC
(233,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #673638 color. Also use rgb(103,54,56) instead hex code.

Text Font Color

.myTextColor { color: #673638; }

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

This text font color is #673638.


Background Color

.myBgColor { background-color: #673638; }

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

This div background color is #673638.


Border color

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

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

This div border color is #673638.


Opacity

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

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

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

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

This text has shadow with #673638 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #673638 on black background.


Color preview on white background

This text has color #673638 on white background.



Black color preview on #673638 background

This text has black color on #673638 background.


White color preview on #673638 background

This text has white color on #673638 background.