COLOR #674531

HEX: #674531
RGB: (103,69,49)

Color info

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

RGB color model

#674531 color RGB value is (103,69,49).

  • red value is 103;
  • green value is 69;
  • blue value is 49.
RGB:
(103,69,49)
(40%,27%,19%)

RGB channels and saturation

R 103 of 255 = 40%
G 69 of 255 = 27%
B 49 of 255 = 19%

103
69
49

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

Portions of RGB colors in percentages

R + G + B =
103 + 69 + 49 = 221 (100%)
R 103 of 221 ~ 46.61%
G 69 of 221 ~ 31.22%
B 49 of 221 ~ 22.17%

%46.61
%31.22
%22.17

CMYK color model

#674531 color CMYK value is (0,33,52,60).

  • cyan value is 0.00%
  • magenta value is 33.01%
  • yellow value is 52.43%
  • key color value is 59.61%
CMYK:
(0,33,52,60)
C0M33Y52K60 
(0%,33%,52%,60%)
(0.00/0.33/0.52/0.60)	

CMYK percentages

%0
%33.01
%52.43
%59.61

Codes

Color #674531 in popluar color models

674531
RGB1036949
HSL22°35.53%29.80%
HSB/HSV22°52.43%40.39%
CMYK0.00%33.01%52.43%
59.61%

Color #674531 in popluar number systems.

HEX674531
Decimal1036949
Binary11001111000101110001
Octal14710561

Shades and tints

Shades of #674531

#674531
(103,69,49)
#5E3F2D
(94,63,45)
#553929
(85,57,41)
#4C3325
(76,51,37)
#432D21
(67,45,33)
#3A271D
(58,39,29)
#312119
(49,33,25)
#281B15
(40,27,21)
#1F1511
(31,21,17)
#160F0D
(22,15,13)
#0D0909
(13,9,9)
#000000
(0,0,0)

Tints of #674531

#674531
(103,69,49)
#745543
(116,85,67)
#816555
(129,101,85)
#8E7567
(142,117,103)
#9B8579
(155,133,121)
#A8958B
(168,149,139)
#B5A59D
(181,165,157)
#C2B5AF
(194,181,175)
#CFC5C1
(207,197,193)
#DCD5D3
(220,213,211)
#E9E5E5
(233,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #674531 color. Also use rgb(103,69,49) instead hex code.

Text Font Color

.myTextColor { color: #674531; }

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

This text font color is #674531.


Background Color

.myBgColor { background-color: #674531; }

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

This div background color is #674531.


Border color

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

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

This div border color is #674531.


Opacity

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

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

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

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

This text has shadow with #674531 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674531 on black background.


Color preview on white background

This text has color #674531 on white background.



Black color preview on #674531 background

This text has black color on #674531 background.


White color preview on #674531 background

This text has white color on #674531 background.