COLOR #674F5E

HEX: #674F5E
RGB: (103,79,94)

Color info

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

RGB color model

#674F5E color RGB value is (103,79,94).

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

RGB channels and saturation

R 103 of 255 = 40%
G 79 of 255 = 31%
B 94 of 255 = 37%

103
79
94

R + G + B ~ 36%. #674F5E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 79 + 94 = 276 (100%)
R 103 of 276 ~ 37.32%
G 79 of 276 ~ 28.62%
B 94 of 276 ~ 34.06%

%37.32
%28.62
%34.06

CMYK color model

#674F5E color CMYK value is (0,23,9,60).

  • cyan value is 0.00%
  • magenta value is 23.30%
  • yellow value is 8.74%
  • key color value is 59.61%
CMYK:
(0,23,9,60)
C0M23Y9K60 
(0%,23%,9%,60%)
(0.00/0.23/0.09/0.60)	

CMYK percentages

%0
%23.3
%8.74
%59.61

Codes

Color #674F5E in popluar color models

674F5E
RGB1037994
HSL323°13.19%35.69%
HSB/HSV323°23.30%40.39%
CMYK0.00%23.30%8.74%
59.61%

Color #674F5E in popluar number systems.

HEX674F5E
Decimal1037994
Binary110011110011111011110
Octal147117136

Shades and tints

Shades of #674F5E

#674F5E
(103,79,94)
#5E4856
(94,72,86)
#55414E
(85,65,78)
#4C3A46
(76,58,70)
#43333E
(67,51,62)
#3A2C36
(58,44,54)
#31252E
(49,37,46)
#281E26
(40,30,38)
#1F171E
(31,23,30)
#161016
(22,16,22)
#0D090E
(13,9,14)
#000000
(0,0,0)

Tints of #674F5E

#674F5E
(103,79,94)
#745F6C
(116,95,108)
#816F7A
(129,111,122)
#8E7F88
(142,127,136)
#9B8F96
(155,143,150)
#A89FA4
(168,159,164)
#B5AFB2
(181,175,178)
#C2BFC0
(194,191,192)
#CFCFCE
(207,207,206)
#DCDFDC
(220,223,220)
#E9EFEA
(233,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #674F5E; }

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

This text font color is #674F5E.


Background Color

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

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

This div background color is #674F5E.


Border color

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

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

This div border color is #674F5E.


Opacity

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

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

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

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

This text has shadow with #674F5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674F5E on black background.


Color preview on white background

This text has color #674F5E on white background.



Black color preview on #674F5E background

This text has black color on #674F5E background.


White color preview on #674F5E background

This text has white color on #674F5E background.