Color Hex Logo

#823033 Color Hex

#823033
(130,48,51)
0 Favorites   0 Comments

Color spaces of #823033

RGB 1304851
HSL0.990.460.35
HSV358°63°51°
CMYK 0.000.630.61   0.49
XYZ10.86047.09873.9298
Yxy7.09870.49620.3243
Hunter Lab26.643426.13449.9053
CIE-Lab32.030635.598816.7166

#823033 color RGB value is (130,48,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 00110000 00110011
Octal 202 60 63
Decimal 130 48 51
Hex 82 30 33

RGB Percentages of Color #823033

%56.77
%20.96
%22.27

CMYK Percentages of Color #823033

%0
%63
%61
%49

Triadic Colors of #823033

#823033 #338230 #303382

Analogous Colors of #823033

#823033 #825630 #82305c

Monochromatic Colors of #823033

#823033

Complementary Color

#823033 #30827f

#823033 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#823033 Color Preview on White Background

Lorem ipsum dolor sit amet.

#823033 Color CSS Codes

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

#823033 Text Font Color

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

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


#823033 Background Color

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

This div background color is #823033


#823033 Border Color

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

This div border color is #823033


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #823033


Comments

No comments written yet.

Please login to write comment.