COLOR #674C51

HEX: #674C51
RGB: (103,76,81)

Color info

#674C51 contains red, green and blue colors in about the same proportion. Web safe color of #674C51 is #663366 (or #636).

RGB color model

#674C51 color RGB value is (103,76,81).

  • red value is 103;
  • green value is 76;
  • blue value is 81.
RGB:
(103,76,81)
(40%,30%,32%)

RGB channels and saturation

R 103 of 255 = 40%
G 76 of 255 = 30%
B 81 of 255 = 32%

103
76
81

R + G + B ~ 34%. #674C51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 76 + 81 = 260 (100%)
R 103 of 260 ~ 39.62%
G 76 of 260 ~ 29.23%
B 81 of 260 ~ 31.15%

%39.62
%29.23
%31.15

CMYK color model

#674C51 color CMYK value is (0,26,21,60).

  • cyan value is 0.00%
  • magenta value is 26.21%
  • yellow value is 21.36%
  • key color value is 59.61%
CMYK:
(0,26,21,60)
C0M26Y21K60 
(0%,26%,21%,60%)
(0.00/0.26/0.21/0.60)	

CMYK percentages

%0
%26.21
%21.36
%59.61

Codes

Color #674C51 in popluar color models

674C51
RGB1037681
HSL349°15.08%35.10%
HSB/HSV349°26.21%40.39%
CMYK0.00%26.21%21.36%
59.61%

Color #674C51 in popluar number systems.

HEX674C51
Decimal1037681
Binary110011110011001010001
Octal147114121

Shades and tints

Shades of #674C51

#674C51
(103,76,81)
#5E464A
(94,70,74)
#554043
(85,64,67)
#4C3A3C
(76,58,60)
#433435
(67,52,53)
#3A2E2E
(58,46,46)
#312827
(49,40,39)
#282220
(40,34,32)
#1F1C19
(31,28,25)
#161612
(22,22,18)
#0D100B
(13,16,11)
#000000
(0,0,0)

Tints of #674C51

#674C51
(103,76,81)
#745C60
(116,92,96)
#816C6F
(129,108,111)
#8E7C7E
(142,124,126)
#9B8C8D
(155,140,141)
#A89C9C
(168,156,156)
#B5ACAB
(181,172,171)
#C2BCBA
(194,188,186)
#CFCCC9
(207,204,201)
#DCDCD8
(220,220,216)
#E9ECE7
(233,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #674C51 color. Also use rgb(103,76,81) instead hex code.

Text Font Color

.myTextColor { color: #674C51; }

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

This text font color is #674C51.


Background Color

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

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

This div background color is #674C51.


Border color

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

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

This div border color is #674C51.


Opacity

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

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

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

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

This text has shadow with #674C51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674C51 on black background.


Color preview on white background

This text has color #674C51 on white background.



Black color preview on #674C51 background

This text has black color on #674C51 background.


White color preview on #674C51 background

This text has white color on #674C51 background.