COLOR #674943

HEX: #674943
RGB: (103,73,67)

Color info

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

RGB color model

#674943 color RGB value is (103,73,67).

  • red value is 103;
  • green value is 73;
  • blue value is 67.
RGB:
(103,73,67)
(40%,29%,26%)

RGB channels and saturation

R 103 of 255 = 40%
G 73 of 255 = 29%
B 67 of 255 = 26%

103
73
67

R + G + B ~ 32%. #674943 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 73 + 67 = 243 (100%)
R 103 of 243 ~ 42.39%
G 73 of 243 ~ 30.04%
B 67 of 243 ~ 27.57%

%42.39
%30.04
%27.57

CMYK color model

#674943 color CMYK value is (0,29,35,60).

  • cyan value is 0.00%
  • magenta value is 29.13%
  • yellow value is 34.95%
  • key color value is 59.61%
CMYK:
(0,29,35,60)
C0M29Y35K60 
(0%,29%,35%,60%)
(0.00/0.29/0.35/0.60)	

CMYK percentages

%0
%29.13
%34.95
%59.61

Codes

Color #674943 in popluar color models

674943
RGB1037367
HSL10°21.18%33.33%
HSB/HSV10°34.95%40.39%
CMYK0.00%29.13%34.95%
59.61%

Color #674943 in popluar number systems.

HEX674943
Decimal1037367
Binary110011110010011000011
Octal147111103

Shades and tints

Shades of #674943

#674943
(103,73,67)
#5E433D
(94,67,61)
#553D37
(85,61,55)
#4C3731
(76,55,49)
#43312B
(67,49,43)
#3A2B25
(58,43,37)
#31251F
(49,37,31)
#281F19
(40,31,25)
#1F1913
(31,25,19)
#16130D
(22,19,13)
#0D0D07
(13,13,7)
#000000
(0,0,0)

Tints of #674943

#674943
(103,73,67)
#745954
(116,89,84)
#816965
(129,105,101)
#8E7976
(142,121,118)
#9B8987
(155,137,135)
#A89998
(168,153,152)
#B5A9A9
(181,169,169)
#C2B9BA
(194,185,186)
#CFC9CB
(207,201,203)
#DCD9DC
(220,217,220)
#E9E9ED
(233,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #674943 color. Also use rgb(103,73,67) instead hex code.

Text Font Color

.myTextColor { color: #674943; }

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

This text font color is #674943.


Background Color

.myBgColor { background-color: #674943; }

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

This div background color is #674943.


Border color

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

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

This div border color is #674943.


Opacity

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

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

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

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

This text has shadow with #674943 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674943 on black background.


Color preview on white background

This text has color #674943 on white background.



Black color preview on #674943 background

This text has black color on #674943 background.


White color preview on #674943 background

This text has white color on #674943 background.