COLOR #523043

HEX: #523043
RGB: (82,48,67)

Color info

#523043 contains red, green and blue colors in about the same proportion. Web safe color of #523043 is #663333 (or #633).

RGB color model

#523043 color RGB value is (82,48,67).

  • red value is 82;
  • green value is 48;
  • blue value is 67.
RGB:
(82,48,67)
(32%,19%,26%)

RGB channels and saturation

R 82 of 255 = 32%
G 48 of 255 = 19%
B 67 of 255 = 26%

82
48
67

R + G + B ~ 26%. #523043 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 48 + 67 = 197 (100%)
R 82 of 197 ~ 41.62%
G 48 of 197 ~ 24.37%
B 67 of 197 ~ 34.01%

%41.62
%24.37
%34.01

CMYK color model

#523043 color CMYK value is (0,41,18,68).

  • cyan value is 0.00%
  • magenta value is 41.46%
  • yellow value is 18.29%
  • key color value is 67.84%
CMYK:
(0,41,18,68)
C0M41Y18K68 
(0%,41%,18%,68%)
(0.00/0.41/0.18/0.68)	

CMYK percentages

%0
%41.46
%18.29
%67.84

Codes

Color #523043 in popluar color models

523043
RGB824867
HSL326°26.15%25.49%
HSB/HSV326°41.46%32.16%
CMYK0.00%41.46%18.29%
67.84%

Color #523043 in popluar number systems.

HEX523043
Decimal824867
Binary10100101100001000011
Octal12260103

Shades and tints

Shades of #523043

#523043
(82,48,67)
#4B2C3D
(75,44,61)
#442837
(68,40,55)
#3D2431
(61,36,49)
#36202B
(54,32,43)
#2F1C25
(47,28,37)
#28181F
(40,24,31)
#211419
(33,20,25)
#1A1013
(26,16,19)
#130C0D
(19,12,13)
#0C0807
(12,8,7)
#000000
(0,0,0)

Tints of #523043

#523043
(82,48,67)
#614254
(97,66,84)
#705465
(112,84,101)
#7F6676
(127,102,118)
#8E7887
(142,120,135)
#9D8A98
(157,138,152)
#AC9CA9
(172,156,169)
#BBAEBA
(187,174,186)
#CAC0CB
(202,192,203)
#D9D2DC
(217,210,220)
#E8E4ED
(232,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #523043; }

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

This text font color is #523043.


Background Color

.myBgColor { background-color: #523043; }

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

This div background color is #523043.


Border color

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

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

This div border color is #523043.


Opacity

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

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

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

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

This text has shadow with #523043 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523043 on black background.


Color preview on white background

This text has color #523043 on white background.



Black color preview on #523043 background

This text has black color on #523043 background.


White color preview on #523043 background

This text has white color on #523043 background.