COLOR #674F50

HEX: #674F50
RGB: (103,79,80)

Color info

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

RGB color model

#674F50 color RGB value is (103,79,80).

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

RGB channels and saturation

R 103 of 255 = 40%
G 79 of 255 = 31%
B 80 of 255 = 31%

103
79
80

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

Portions of RGB colors in percentages

R + G + B =
103 + 79 + 80 = 262 (100%)
R 103 of 262 ~ 39.31%
G 79 of 262 ~ 30.15%
B 80 of 262 ~ 30.53%

%39.31
%30.15
%30.53

CMYK color model

#674F50 color CMYK value is (0,23,22,60).

  • cyan value is 0.00%
  • magenta value is 23.30%
  • yellow value is 22.33%
  • key color value is 59.61%
CMYK:
(0,23,22,60)
C0M23Y22K60 
(0%,23%,22%,60%)
(0.00/0.23/0.22/0.60)	

CMYK percentages

%0
%23.3
%22.33
%59.61

Codes

Color #674F50 in popluar color models

674F50
RGB1037980
HSL358°13.19%35.69%
HSB/HSV358°23.30%40.39%
CMYK0.00%23.30%22.33%
59.61%

Color #674F50 in popluar number systems.

HEX674F50
Decimal1037980
Binary110011110011111010000
Octal147117120

Shades and tints

Shades of #674F50

#674F50
(103,79,80)
#5E4849
(94,72,73)
#554142
(85,65,66)
#4C3A3B
(76,58,59)
#433334
(67,51,52)
#3A2C2D
(58,44,45)
#312526
(49,37,38)
#281E1F
(40,30,31)
#1F1718
(31,23,24)
#161011
(22,16,17)
#0D090A
(13,9,10)
#000000
(0,0,0)

Tints of #674F50

#674F50
(103,79,80)
#745F5F
(116,95,95)
#816F6E
(129,111,110)
#8E7F7D
(142,127,125)
#9B8F8C
(155,143,140)
#A89F9B
(168,159,155)
#B5AFAA
(181,175,170)
#C2BFB9
(194,191,185)
#CFCFC8
(207,207,200)
#DCDFD7
(220,223,215)
#E9EFE6
(233,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #674F50; }

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

This text font color is #674F50.


Background Color

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

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

This div background color is #674F50.


Border color

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

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

This div border color is #674F50.


Opacity

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

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

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

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

This text has shadow with #674F50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674F50 on black background.


Color preview on white background

This text has color #674F50 on white background.



Black color preview on #674F50 background

This text has black color on #674F50 background.


White color preview on #674F50 background

This text has white color on #674F50 background.