COLOR #674850

HEX: #674850
RGB: (103,72,80)

Color info

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

RGB color model

#674850 color RGB value is (103,72,80).

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

RGB channels and saturation

R 103 of 255 = 40%
G 72 of 255 = 28%
B 80 of 255 = 31%

103
72
80

R + G + B ~ 33%. #674850 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 72 + 80 = 255 (100%)
R 103 of 255 ~ 40.39%
G 72 of 255 ~ 28.24%
B 80 of 255 ~ 31.37%

%40.39
%28.24
%31.37

CMYK color model

#674850 color CMYK value is (0,30,22,60).

  • cyan value is 0.00%
  • magenta value is 30.10%
  • yellow value is 22.33%
  • key color value is 59.61%
CMYK:
(0,30,22,60)
C0M30Y22K60 
(0%,30%,22%,60%)
(0.00/0.30/0.22/0.60)	

CMYK percentages

%0
%30.1
%22.33
%59.61

Codes

Color #674850 in popluar color models

674850
RGB1037280
HSL345°17.71%34.31%
HSB/HSV345°30.10%40.39%
CMYK0.00%30.10%22.33%
59.61%

Color #674850 in popluar number systems.

HEX674850
Decimal1037280
Binary110011110010001010000
Octal147110120

Shades and tints

Shades of #674850

#674850
(103,72,80)
#5E4249
(94,66,73)
#553C42
(85,60,66)
#4C363B
(76,54,59)
#433034
(67,48,52)
#3A2A2D
(58,42,45)
#312426
(49,36,38)
#281E1F
(40,30,31)
#1F1818
(31,24,24)
#161211
(22,18,17)
#0D0C0A
(13,12,10)
#000000
(0,0,0)

Tints of #674850

#674850
(103,72,80)
#74585F
(116,88,95)
#81686E
(129,104,110)
#8E787D
(142,120,125)
#9B888C
(155,136,140)
#A8989B
(168,152,155)
#B5A8AA
(181,168,170)
#C2B8B9
(194,184,185)
#CFC8C8
(207,200,200)
#DCD8D7
(220,216,215)
#E9E8E6
(233,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #674850; }

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

This text font color is #674850.


Background Color

.myBgColor { background-color: #674850; }

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

This div background color is #674850.


Border color

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

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

This div border color is #674850.


Opacity

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

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

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

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

This text has shadow with #674850 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674850 on black background.


Color preview on white background

This text has color #674850 on white background.



Black color preview on #674850 background

This text has black color on #674850 background.


White color preview on #674850 background

This text has white color on #674850 background.