Color Hex Logo

#823041 Color Hex

#823041
(130,48,65)
0 Favorites   0 Comments

Color spaces of #823041

RGB 1304865
HSL0.970.460.35
HSV348°63°51°
CMYK 0.000.630.50   0.49
XYZ11.21707.24145.8076
Yxy7.24140.46230.2984
Hunter Lab26.909827.31306.0411
CIE-Lab32.350336.84778.0774

#823041 color RGB value is (130,48,65).

#823041 hex color red value is 130, green value is 48 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #823041 hue: 0.97 , saturation: 0.46 and the lightness value of 823041 is 0.35.

The process color (four color CMYK) of #823041 color hex is 0.00, 0.63, 0.50, 0.49. Web safe color of #823041 is #993333. Color #823041 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00110000 01000001
Octal 202 60 101
Decimal 130 48 65
Hex 82 30 41

RGB Percentages of Color #823041

%53.50
%19.75
%26.75

CMYK Percentages of Color #823041

%0
%63
%50
%49

Triadic Colors of #823041

#823041 #418230 #304182

Analogous Colors of #823041

#823041 #824830 #82306a

Monochromatic Colors of #823041

#823041

Complementary Color

#823041 #308271

#823041 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#823041 Color Preview on White Background

Lorem ipsum dolor sit amet.

#823041 Color CSS Codes

.mybgcolor {background-color:#823041; } 
.myforecolor {color:#823041; }
.mybordercolor {border:3px solid #823041; }

#823041 Text Font Color

<p style="color:#823041">Text here</p>

This sample text font color is #823041
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#823041 Background Color

<div style="background-color:#823041">
Div content here</div>

This div background color is #823041


#823041 Border Color

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

This div border color is #823041


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,48,65, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #823041; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #823041;
  -webkit-box-shadow: 1px 1px 3px 2px #823041;
  box-shadow:         1px 1px 3px 2px #823041; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,48,65, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #823041">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #823041;
  -webkit-box-shadow: 1px 1px 3px 2px #823041;
  box-shadow:         1px 1px 3px 2px #823041;">
Div content here</div>

This div box has shadow with color #823041


Comments

No comments written yet.

Please login to write comment.