COLOR #52674B

HEX: #52674B
RGB: (82,103,75)

Color info

#52674B contains red, green and blue colors in about the same proportion. Web safe color of #52674B is #666633 (or #663).

RGB color model

#52674B color RGB value is (82,103,75).

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

RGB channels and saturation

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

82
103
75

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

Portions of RGB colors in percentages

R + G + B =
82 + 103 + 75 = 260 (100%)
R 82 of 260 ~ 31.54%
G 103 of 260 ~ 39.62%
B 75 of 260 ~ 28.85%

%31.54
%39.62
%28.85

CMYK color model

#52674B color CMYK value is (20,0,27,60).

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

CMYK percentages

%20.39
%0
%27.18
%59.61

Codes

Color #52674B in popluar color models

52674B
RGB8210375
HSL105°15.73%34.90%
HSB/HSV105°27.18%40.39%
CMYK20.39%0.00%27.18%
59.61%

Color #52674B in popluar number systems.

HEX52674B
Decimal8210375
Binary101001011001111001011
Octal122147113

Shades and tints

Shades of #52674B

#52674B
(82,103,75)
#4B5E45
(75,94,69)
#44553F
(68,85,63)
#3D4C39
(61,76,57)
#364333
(54,67,51)
#2F3A2D
(47,58,45)
#283127
(40,49,39)
#212821
(33,40,33)
#1A1F1B
(26,31,27)
#131615
(19,22,21)
#0C0D0F
(12,13,15)
#000000
(0,0,0)

Tints of #52674B

#52674B
(82,103,75)
#61745B
(97,116,91)
#70816B
(112,129,107)
#7F8E7B
(127,142,123)
#8E9B8B
(142,155,139)
#9DA89B
(157,168,155)
#ACB5AB
(172,181,171)
#BBC2BB
(187,194,187)
#CACFCB
(202,207,203)
#D9DCDB
(217,220,219)
#E8E9EB
(232,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52674B; }

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

This text font color is #52674B.


Background Color

.myBgColor { background-color: #52674B; }

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

This div background color is #52674B.


Border color

.myBorderColor { border: 1px solid #52674B; }

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

This div border color is #52674B.


Opacity

.myOpacity80 { color: #52674B; opacity: 0.8; }

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

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

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

This text has shadow with #52674B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52674B on black background.


Color preview on white background

This text has color #52674B on white background.



Black color preview on #52674B background

This text has black color on #52674B background.


White color preview on #52674B background

This text has white color on #52674B background.