COLOR #674D2E

HEX: #674D2E RGB: (103,77,46)

Color info

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

RGB color model

#674D2E color RGB value is (103,77,46).

RGB: (103,77,46) (40%, 30%, 18%)

RGB channels and saturation

R 103 of 255 = 40%
G 77 of 255 = 30%
B 46 of 255 = 18%

103
77
46

R + G + B ~ 29%. #674D2E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 103 + 77 + 46 = 226 (100%)
R 103 of 226 ~ 45.58%
G 77 of 226 ~ 34.07%
B 46 of 226 ~ 20.35'%

%45.58
%34.07
%20.35

CMYK color model

#674D2E color CMYK value is (0,25,55,60).

  • cyan value is 0.00%
  • magenta value is 25.24%
  • yellow value is 55.34%
  • key color value is 59.61%

CMYK: (0,25,55,60)
C0M25Y55K60 (0%, 25%, 55%, 60%)
(0.00 / 0.25 / 0.55 / 0.60)

CMYK percentages

%0
%25.24
%55.34
%59.61

Codes

Color #674D2E in popluar color models

67 4D 2E
RGB 103 77 46
HSL 33° 38.26% 29.22%
HSB/HSV 33° 55.34% 40.39%
CMYK 0.00% 25.24% 55.34%
59.61%

Color #674D2E in popluar number systems.

HEX 67 4D 2E
Decimal 103 77 46
Binary 1100111 1001101 101110
Octal 147 115 56

Shades and tints

Shades of #674D2E

#674D2E
(103,77,46)
#5E462A
(94,70,42)
#553F26
(85,63,38)
#4C3822
(76,56,34)
#43311E
(67,49,30)
#3A2A1A
(58,42,26)
#312316
(49,35,22)
#281C12
(40,28,18)
#1F150E
(31,21,14)
#160E0A
(22,14,10)
#0D0706
(13,7,6)
#000000
(0,0,0)

Tints of #674D2E

#674D2E
(103,77,46)
#745D41
(116,93,65)
#816D54
(129,109,84)
#8E7D67
(142,125,103)
#9B8D7A
(155,141,122)
#A89D8D
(168,157,141)
#B5ADA0
(181,173,160)
#C2BDB3
(194,189,179)
#CFCDC6
(207,205,198)
#DCDDD9
(220,221,217)
#E9EDEC
(233,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #674D2E color. Also use rgb(103,77,46) instead hex code.

Text Font Color

.myTextColor { color: #674D2E; }

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

This text font color is #674D2E.

Background Color

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

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

This div background color is #674D2E.

Border color

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

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

This div border color is #674D2E.

Opacity

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

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

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

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

This text has shadow with #674D2E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #674D2E.

Preview

Color preview on black background

This text has color #674D2E on black background.


Color preview on white background

This text has color #674D2E on white background.


Black color preview on #674D2E background

This text has black color on #674D2E background.


White color preview on #674D2E background

This text has white color on #674D2E background.


Related colors

Complementary color

Complementary color for #hex is #98B2D1.


I love getcolorcode.com

Triadic colors

1 #2E674D and #4D2E67 with #674D2E are triadic colors.

2 #2E4D67 and #4D672E with #674D2E are triadic colors.