COLOR #675A53

HEX: #675A53
RGB: (103,90,83)

Color info

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

RGB color model

#675A53 color RGB value is (103,90,83).

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

RGB channels and saturation

R 103 of 255 = 40%
G 90 of 255 = 35%
B 83 of 255 = 33%

103
90
83

R + G + B ~ 36%. #675A53 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 90 + 83 = 276 (100%)
R 103 of 276 ~ 37.32%
G 90 of 276 ~ 32.61%
B 83 of 276 ~ 30.07%

%37.32
%32.61
%30.07

CMYK color model

#675A53 color CMYK value is (0,13,19,60).

  • cyan value is 0.00%
  • magenta value is 12.62%
  • yellow value is 19.42%
  • key color value is 59.61%
CMYK: (0,13,19,60) C0M13Y19K60 (0%,13%,19%,60%) (0.00/0.13/0.19/0.60)

CMYK percentages

%0
%12.62
%19.42
%59.61

Codes

Color #675A53 in popluar color models

675A53
RGB1039083
HSL21°10.75%36.47%
HSB/HSV21°19.42%40.39%
CMYK0.00%12.62%19.42%
59.61%

Color #675A53 in popluar number systems.

HEX675A53
Decimal1039083
Binary110011110110101010011
Octal147132123

Shades and tints

Shades of #675A53

#675A53
(103,90,83)
#5E524C
(94,82,76)
#554A45
(85,74,69)
#4C423E
(76,66,62)
#433A37
(67,58,55)
#3A3230
(58,50,48)
#312A29
(49,42,41)
#282222
(40,34,34)
#1F1A1B
(31,26,27)
#161214
(22,18,20)
#0D0A0D
(13,10,13)
#000000
(0,0,0)

Tints of #675A53

#675A53
(103,90,83)
#746962
(116,105,98)
#817871
(129,120,113)
#8E8780
(142,135,128)
#9B968F
(155,150,143)
#A8A59E
(168,165,158)
#B5B4AD
(181,180,173)
#C2C3BC
(194,195,188)
#CFD2CB
(207,210,203)
#DCE1DA
(220,225,218)
#E9F0E9
(233,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #675A53; }

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

This text font color is #675A53.


Background Color

.myBgColor { background-color: #675A53; }

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

This div background color is #675A53.


Border color

.myBorderColor { border: 1px solid #675A53; }

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

This div border color is #675A53.


Opacity

.myOpacity80 { color: #675A53; opacity: 0.8; }

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

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

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

This text has shadow with #675A53 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #675A53 on black background.


Color preview on white background

This text has color #675A53 on white background.



Black color preview on #675A53 background

This text has black color on #675A53 background.


White color preview on #675A53 background

This text has white color on #675A53 background.