COLOR #674753

HEX: #674753
RGB: (103,71,83)

Color info

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

RGB color model

#674753 color RGB value is (103,71,83).

  • red value is 103;
  • green value is 71;
  • blue value is 83.
RGB:
(103,71,83)
(40%,28%,33%)

RGB channels and saturation

R 103 of 255 = 40%
G 71 of 255 = 28%
B 83 of 255 = 33%

103
71
83

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

Portions of RGB colors in percentages

R + G + B =
103 + 71 + 83 = 257 (100%)
R 103 of 257 ~ 40.08%
G 71 of 257 ~ 27.63%
B 83 of 257 ~ 32.3%

%40.08
%27.63
%32.3

CMYK color model

#674753 color CMYK value is (0,31,19,60).

  • cyan value is 0.00%
  • magenta value is 31.07%
  • yellow value is 19.42%
  • key color value is 59.61%
CMYK:
(0,31,19,60)
C0M31Y19K60 
(0%,31%,19%,60%)
(0.00/0.31/0.19/0.60)	

CMYK percentages

%0
%31.07
%19.42
%59.61

Codes

Color #674753 in popluar color models

674753
RGB1037183
HSL338°18.39%34.12%
HSB/HSV338°31.07%40.39%
CMYK0.00%31.07%19.42%
59.61%

Color #674753 in popluar number systems.

HEX674753
Decimal1037183
Binary110011110001111010011
Octal147107123

Shades and tints

Shades of #674753

#674753
(103,71,83)
#5E414C
(94,65,76)
#553B45
(85,59,69)
#4C353E
(76,53,62)
#432F37
(67,47,55)
#3A2930
(58,41,48)
#312329
(49,35,41)
#281D22
(40,29,34)
#1F171B
(31,23,27)
#161114
(22,17,20)
#0D0B0D
(13,11,13)
#000000
(0,0,0)

Tints of #674753

#674753
(103,71,83)
#745762
(116,87,98)
#816771
(129,103,113)
#8E7780
(142,119,128)
#9B878F
(155,135,143)
#A8979E
(168,151,158)
#B5A7AD
(181,167,173)
#C2B7BC
(194,183,188)
#CFC7CB
(207,199,203)
#DCD7DA
(220,215,218)
#E9E7E9
(233,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #674753 color. Also use rgb(103,71,83) instead hex code.

Text Font Color

.myTextColor { color: #674753; }

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

This text font color is #674753.


Background Color

.myBgColor { background-color: #674753; }

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

This div background color is #674753.


Border color

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

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

This div border color is #674753.


Opacity

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

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

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

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

This text has shadow with #674753 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674753 on black background.


Color preview on white background

This text has color #674753 on white background.



Black color preview on #674753 background

This text has black color on #674753 background.


White color preview on #674753 background

This text has white color on #674753 background.