Color Hex Logo

#823740 Color Hex

#823740
(130,55,64)
0 Favorites   0 Comments

Color spaces of #823740

RGB 1305564
HSL0.980.410.36
HSV353°58°51°
CMYK 0.000.580.51   0.49
XYZ11.49757.84845.7594
Yxy7.84840.45800.3126
Hunter Lab28.015024.23117.4215
CIE-Lab33.665133.207610.5533

#823740 color RGB value is (130,55,64).

#823740 hex color red value is 130, green value is 55 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #823740 hue: 0.98 , saturation: 0.41 and the lightness value of 823740 is 0.36.

The process color (four color CMYK) of #823740 color hex is 0.00, 0.58, 0.51, 0.49. Web safe color of #823740 is #993333. Color #823740 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00110111 01000000
Octal 202 67 100
Decimal 130 55 64
Hex 82 37 40

RGB Percentages of Color #823740

%52.21
%22.09
%25.70

CMYK Percentages of Color #823740

%0
%58
%51
%49

Triadic Colors of #823740

#823740 #408237 #374082

Analogous Colors of #823740

#823740 #825437 #823766

Monochromatic Colors of #823740

#823740

Complementary Color

#823740 #378279

#823740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#823740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#823740 Color CSS Codes

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

#823740 Text Font Color

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

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


#823740 Background Color

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

This div background color is #823740


#823740 Border Color

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

This div border color is #823740


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #823740


Comments

No comments written yet.

Please login to write comment.