COLOR #674F51

HEX: #674F51
RGB: (103,79,81)

Color info

#674F51 contains red, green and blue colors in about the same proportion. Web safe color of #674F51 is #666666 (or #666).

RGB color model

#674F51 color RGB value is (103,79,81).

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

RGB channels and saturation

R 103 of 255 = 40%
G 79 of 255 = 31%
B 81 of 255 = 32%

103
79
81

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

Portions of RGB colors in percentages

R + G + B =
103 + 79 + 81 = 263 (100%)
R 103 of 263 ~ 39.16%
G 79 of 263 ~ 30.04%
B 81 of 263 ~ 30.8%

%39.16
%30.04
%30.8

CMYK color model

#674F51 color CMYK value is (0,23,21,60).

  • cyan value is 0.00%
  • magenta value is 23.30%
  • yellow value is 21.36%
  • key color value is 59.61%
CMYK:
(0,23,21,60)
C0M23Y21K60 
(0%,23%,21%,60%)
(0.00/0.23/0.21/0.60)	

CMYK percentages

%0
%23.3
%21.36
%59.61

Codes

Color #674F51 in popluar color models

674F51
RGB1037981
HSL355°13.19%35.69%
HSB/HSV355°23.30%40.39%
CMYK0.00%23.30%21.36%
59.61%

Color #674F51 in popluar number systems.

HEX674F51
Decimal1037981
Binary110011110011111010001
Octal147117121

Shades and tints

Shades of #674F51

#674F51
(103,79,81)
#5E484A
(94,72,74)
#554143
(85,65,67)
#4C3A3C
(76,58,60)
#433335
(67,51,53)
#3A2C2E
(58,44,46)
#312527
(49,37,39)
#281E20
(40,30,32)
#1F1719
(31,23,25)
#161012
(22,16,18)
#0D090B
(13,9,11)
#000000
(0,0,0)

Tints of #674F51

#674F51
(103,79,81)
#745F60
(116,95,96)
#816F6F
(129,111,111)
#8E7F7E
(142,127,126)
#9B8F8D
(155,143,141)
#A89F9C
(168,159,156)
#B5AFAB
(181,175,171)
#C2BFBA
(194,191,186)
#CFCFC9
(207,207,201)
#DCDFD8
(220,223,216)
#E9EFE7
(233,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #674F51; }

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

This text font color is #674F51.


Background Color

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

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

This div background color is #674F51.


Border color

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

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

This div border color is #674F51.


Opacity

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

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

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

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

This text has shadow with #674F51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674F51 on black background.


Color preview on white background

This text has color #674F51 on white background.



Black color preview on #674F51 background

This text has black color on #674F51 background.


White color preview on #674F51 background

This text has white color on #674F51 background.