Color Hex Logo

#823941 Color Hex

#823941
(130,57,65)
0 Favorites   0 Comments

Color spaces of #823941

RGB 1305765
HSL0.980.390.37
HSV353°56°51°
CMYK 0.000.560.50   0.49
XYZ11.62328.05375.9429
Yxy8.05370.45370.3144
Hunter Lab28.379023.44497.4493
CIE-Lab34.094532.255010.5045

#823941 color RGB value is (130,57,65).

#823941 hex color red value is 130, green value is 57 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #823941 hue: 0.98 , saturation: 0.39 and the lightness value of 823941 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 00111001 01000001
Octal 202 71 101
Decimal 130 57 65
Hex 82 39 41

RGB Percentages of Color #823941

%51.59
%22.62
%25.79

CMYK Percentages of Color #823941

%0
%56
%50
%49

Triadic Colors of #823941

#823941 #418239 #394182

Analogous Colors of #823941

#823941 #825639 #823966

Monochromatic Colors of #823941

#823941

Complementary Color

#823941 #39827a

#823941 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#823941 Color Preview on White Background

Lorem ipsum dolor sit amet.

#823941 Color CSS Codes

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

#823941 Text Font Color

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

This sample text font color is #823941
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.


#823941 Background Color

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

This div background color is #823941


#823941 Border Color

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

This div border color is #823941


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,57,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 #823941">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #823941


Comments

No comments written yet.

Please login to write comment.