COLOR #674161

HEX: #674161
RGB: (103,65,97)

Color info

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

RGB color model

#674161 color RGB value is (103,65,97).

  • red value is 103;
  • green value is 65;
  • blue value is 97.
RGB: (103,65,97) (40%,25%,38%)

RGB channels and saturation

R 103 of 255 = 40%
G 65 of 255 = 25%
B 97 of 255 = 38%

103
65
97

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

Portions of RGB colors in percentages

R + G + B =
103 + 65 + 97 = 265 (100%)
R 103 of 265 ~ 38.87%
G 65 of 265 ~ 24.53%
B 97 of 265 ~ 36.6%

%38.87
%24.53
%36.6

CMYK color model

#674161 color CMYK value is (0,37,6,60).

  • cyan value is 0.00%
  • magenta value is 36.89%
  • yellow value is 5.83%
  • key color value is 59.61%
CMYK: (0,37,6,60) C0M37Y6K60 (0%,37%,6%,60%) (0.00/0.37/0.06/0.60)

CMYK percentages

%0
%36.89
%5.83
%59.61

Codes

Color #674161 in popluar color models

674161
RGB1036597
HSL309°22.62%32.94%
HSB/HSV309°36.89%40.39%
CMYK0.00%36.89%5.83%
59.61%

Color #674161 in popluar number systems.

HEX674161
Decimal1036597
Binary110011110000011100001
Octal147101141

Shades and tints

Shades of #674161

#674161
(103,65,97)
#5E3C59
(94,60,89)
#553751
(85,55,81)
#4C3249
(76,50,73)
#432D41
(67,45,65)
#3A2839
(58,40,57)
#312331
(49,35,49)
#281E29
(40,30,41)
#1F1921
(31,25,33)
#161419
(22,20,25)
#0D0F11
(13,15,17)
#000000
(0,0,0)

Tints of #674161

#674161
(103,65,97)
#74526F
(116,82,111)
#81637D
(129,99,125)
#8E748B
(142,116,139)
#9B8599
(155,133,153)
#A896A7
(168,150,167)
#B5A7B5
(181,167,181)
#C2B8C3
(194,184,195)
#CFC9D1
(207,201,209)
#DCDADF
(220,218,223)
#E9EBED
(233,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #674161 color. Also use rgb(103,65,97) instead hex code.

Text Font Color

.myTextColor { color: #674161; }

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

This text font color is #674161.


Background Color

.myBgColor { background-color: #674161; }

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

This div background color is #674161.


Border color

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

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

This div border color is #674161.


Opacity

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

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

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

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

This text has shadow with #674161 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #674161 on black background.


Color preview on white background

This text has color #674161 on white background.



Black color preview on #674161 background

This text has black color on #674161 background.


White color preview on #674161 background

This text has white color on #674161 background.