COLOR #673F30

HEX: #673F30 RGB: (103,63,48)

Color info

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

RGB color model

#673F30 color RGB value is (103,63,48).

RGB: (103,63,48) (40%, 25%, 19%)

RGB channels and saturation

R 103 of 255 = 40%
G 63 of 255 = 25%
B 48 of 255 = 19%

103
63
48

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

Portions of RGB colors in percentages

R + G + B = 103 + 63 + 48 = 214 (100%)
R 103 of 214 ~ 48.13%
G 63 of 214 ~ 29.44%
B 48 of 214 ~ 22.43'%

%48.13
%29.44
%22.43

CMYK color model

#673F30 color CMYK value is (0,39,53,60).

  • cyan value is 0.00%
  • magenta value is 38.83%
  • yellow value is 53.40%
  • key color value is 59.61%

CMYK: (0,39,53,60)
C0M39Y53K60 (0%, 39%, 53%, 60%)
(0.00 / 0.39 / 0.53 / 0.60)

CMYK percentages

%0
%38.83
%53.4
%59.61

Codes

Color #673F30 in popluar color models

67 3F 30
RGB 103 63 48
HSL 16° 36.42% 29.61%
HSB/HSV 16° 53.40% 40.39%
CMYK 0.00% 38.83% 53.40%
59.61%

Color #673F30 in popluar number systems.

HEX 67 3F 30
Decimal 103 63 48
Binary 1100111 111111 110000
Octal 147 77 60

Shades and tints

Shades of #673F30

#673F30
(103,63,48)
#5E3A2C
(94,58,44)
#553528
(85,53,40)
#4C3024
(76,48,36)
#432B20
(67,43,32)
#3A261C
(58,38,28)
#312118
(49,33,24)
#281C14
(40,28,20)
#1F1710
(31,23,16)
#16120C
(22,18,12)
#0D0D08
(13,13,8)
#000000
(0,0,0)

Tints of #673F30

#673F30
(103,63,48)
#745042
(116,80,66)
#816154
(129,97,84)
#8E7266
(142,114,102)
#9B8378
(155,131,120)
#A8948A
(168,148,138)
#B5A59C
(181,165,156)
#C2B6AE
(194,182,174)
#CFC7C0
(207,199,192)
#DCD8D2
(220,216,210)
#E9E9E4
(233,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #673F30 color. Also use rgb(103,63,48) instead hex code.

Text Font Color

.myTextColor { color: #673F30; }

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

This text font color is #673F30.

Background Color

.myBgColor { background-color: #673F30; }

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

This div background color is #673F30.

Border color

.myBorderColor { border: 1px solid #673F30; }

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

This div border color is #673F30.

Opacity

.myOpacity80 { color: #673F30; opacity: 0.8; }

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

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

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

This text has shadow with #673F30 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #673F30.

Preview

Color preview on black background

This text has color #673F30 on black background.


Color preview on white background

This text has color #673F30 on white background.


Black color preview on #673F30 background

This text has black color on #673F30 background.


White color preview on #673F30 background

This text has white color on #673F30 background.


Related colors

Complementary color

Complementary color for #hex is #98C0CF.


I love getcolorcode.com

Triadic colors

1 #30673F and #3F3067 with #673F30 are triadic colors.

2 #303F67 and #3F6730 with #673F30 are triadic colors.