COLOR #674647

HEX: #674647
RGB: (103,70,71)

Color info

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

RGB color model

#674647 color RGB value is (103,70,71).

  • red value is 103;
  • green value is 70;
  • blue value is 71.
RGB:
(103,70,71)
(40%,27%,28%)

RGB channels and saturation

R 103 of 255 = 40%
G 70 of 255 = 27%
B 71 of 255 = 28%

103
70
71

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

Portions of RGB colors in percentages

R + G + B =
103 + 70 + 71 = 244 (100%)
R 103 of 244 ~ 42.21%
G 70 of 244 ~ 28.69%
B 71 of 244 ~ 29.1%

%42.21
%28.69
%29.1

CMYK color model

#674647 color CMYK value is (0,32,31,60).

  • cyan value is 0.00%
  • magenta value is 32.04%
  • yellow value is 31.07%
  • key color value is 59.61%
CMYK:
(0,32,31,60)
C0M32Y31K60 
(0%,32%,31%,60%)
(0.00/0.32/0.31/0.60)	

CMYK percentages

%0
%32.04
%31.07
%59.61

Codes

Color #674647 in popluar color models

674647
RGB1037071
HSL358°19.08%33.92%
HSB/HSV358°32.04%40.39%
CMYK0.00%32.04%31.07%
59.61%

Color #674647 in popluar number systems.

HEX674647
Decimal1037071
Binary110011110001101000111
Octal147106107

Shades and tints

Shades of #674647

#674647
(103,70,71)
#5E4041
(94,64,65)
#553A3B
(85,58,59)
#4C3435
(76,52,53)
#432E2F
(67,46,47)
#3A2829
(58,40,41)
#312223
(49,34,35)
#281C1D
(40,28,29)
#1F1617
(31,22,23)
#161011
(22,16,17)
#0D0A0B
(13,10,11)
#000000
(0,0,0)

Tints of #674647

#674647
(103,70,71)
#745657
(116,86,87)
#816667
(129,102,103)
#8E7677
(142,118,119)
#9B8687
(155,134,135)
#A89697
(168,150,151)
#B5A6A7
(181,166,167)
#C2B6B7
(194,182,183)
#CFC6C7
(207,198,199)
#DCD6D7
(220,214,215)
#E9E6E7
(233,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #674647 color. Also use rgb(103,70,71) instead hex code.

Text Font Color

.myTextColor { color: #674647; }

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

This text font color is #674647.


Background Color

.myBgColor { background-color: #674647; }

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

This div background color is #674647.


Border color

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

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

This div border color is #674647.


Opacity

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

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

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

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

This text has shadow with #674647 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674647 on black background.


Color preview on white background

This text has color #674647 on white background.



Black color preview on #674647 background

This text has black color on #674647 background.


White color preview on #674647 background

This text has white color on #674647 background.