COLOR #674E33

HEX: #674E33
RGB: (103,78,51)

Color info

#674E33 contains red, green and blue colors in about the same proportion. Web safe color of #674E33 is #666633 (or #663).

RGB color model

#674E33 color RGB value is (103,78,51).

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

RGB channels and saturation

R 103 of 255 = 40%
G 78 of 255 = 31%
B 51 of 255 = 20%

103
78
51

R + G + B ~ 30%. #674E33 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 78 + 51 = 232 (100%)
R 103 of 232 ~ 44.4%
G 78 of 232 ~ 33.62%
B 51 of 232 ~ 21.98%

%44.4
%33.62
%21.98

CMYK color model

#674E33 color CMYK value is (0,24,50,60).

  • cyan value is 0.00%
  • magenta value is 24.27%
  • yellow value is 50.49%
  • key color value is 59.61%
CMYK:
(0,24,50,60)
C0M24Y50K60 
(0%,24%,50%,60%)
(0.00/0.24/0.50/0.60)	

CMYK percentages

%0
%24.27
%50.49
%59.61

Codes

Color #674E33 in popluar color models

674E33
RGB1037851
HSL31°33.77%30.20%
HSB/HSV31°50.49%40.39%
CMYK0.00%24.27%50.49%
59.61%

Color #674E33 in popluar number systems.

HEX674E33
Decimal1037851
Binary11001111001110110011
Octal14711663

Shades and tints

Shades of #674E33

#674E33
(103,78,51)
#5E472F
(94,71,47)
#55402B
(85,64,43)
#4C3927
(76,57,39)
#433223
(67,50,35)
#3A2B1F
(58,43,31)
#31241B
(49,36,27)
#281D17
(40,29,23)
#1F1613
(31,22,19)
#160F0F
(22,15,15)
#0D080B
(13,8,11)
#000000
(0,0,0)

Tints of #674E33

#674E33
(103,78,51)
#745E45
(116,94,69)
#816E57
(129,110,87)
#8E7E69
(142,126,105)
#9B8E7B
(155,142,123)
#A89E8D
(168,158,141)
#B5AE9F
(181,174,159)
#C2BEB1
(194,190,177)
#CFCEC3
(207,206,195)
#DCDED5
(220,222,213)
#E9EEE7
(233,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #674E33; }

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

This text font color is #674E33.


Background Color

.myBgColor { background-color: #674E33; }

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

This div background color is #674E33.


Border color

.myBorderColor { border: 1px solid #674E33; }

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

This div border color is #674E33.


Opacity

.myOpacity80 { color: #674E33; opacity: 0.8; }

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

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

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

This text has shadow with #674E33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674E33 on black background.


Color preview on white background

This text has color #674E33 on white background.



Black color preview on #674E33 background

This text has black color on #674E33 background.


White color preview on #674E33 background

This text has white color on #674E33 background.