COLOR #675252

HEX: #675252
RGB: (103,82,82)

Color info

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

RGB color model

#675252 color RGB value is (103,82,82).

  • red value is 103;
  • green value is 82;
  • blue value is 82.
RGB:
(103,82,82)
(40%,32%,32%)

RGB channels and saturation

R 103 of 255 = 40%
G 82 of 255 = 32%
B 82 of 255 = 32%

103
82
82

R + G + B ~ 35%. #675252 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 82 + 82 = 267 (100%)
R 103 of 267 ~ 38.58%
G 82 of 267 ~ 30.71%
B 82 of 267 ~ 30.71%

%38.58
%30.71
%30.71

CMYK color model

#675252 color CMYK value is (0,20,20,60).

  • cyan value is 0.00%
  • magenta value is 20.39%
  • yellow value is 20.39%
  • key color value is 59.61%
CMYK:
(0,20,20,60)
C0M20Y20K60 
(0%,20%,20%,60%)
(0.00/0.20/0.20/0.60)	

CMYK percentages

%0
%20.39
%20.39
%59.61

Codes

Color #675252 in popluar color models

675252
RGB1038282
HSL11.35%36.27%
HSB/HSV20.39%40.39%
CMYK0.00%20.39%20.39%
59.61%

Color #675252 in popluar number systems.

HEX675252
Decimal1038282
Binary110011110100101010010
Octal147122122

Shades and tints

Shades of #675252

#675252
(103,82,82)
#5E4B4B
(94,75,75)
#554444
(85,68,68)
#4C3D3D
(76,61,61)
#433636
(67,54,54)
#3A2F2F
(58,47,47)
#312828
(49,40,40)
#282121
(40,33,33)
#1F1A1A
(31,26,26)
#161313
(22,19,19)
#0D0C0C
(13,12,12)
#000000
(0,0,0)

Tints of #675252

#675252
(103,82,82)
#746161
(116,97,97)
#817070
(129,112,112)
#8E7F7F
(142,127,127)
#9B8E8E
(155,142,142)
#A89D9D
(168,157,157)
#B5ACAC
(181,172,172)
#C2BBBB
(194,187,187)
#CFCACA
(207,202,202)
#DCD9D9
(220,217,217)
#E9E8E8
(233,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #675252; }

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

This text font color is #675252.


Background Color

.myBgColor { background-color: #675252; }

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

This div background color is #675252.


Border color

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

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

This div border color is #675252.


Opacity

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

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

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

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

This text has shadow with #675252 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #675252 on black background.


Color preview on white background

This text has color #675252 on white background.



Black color preview on #675252 background

This text has black color on #675252 background.


White color preview on #675252 background

This text has white color on #675252 background.