Color Hex Logo

#823427 Color Hex

#823427
(130,52,39)
0 Favorites   0 Comments

Color spaces of #823427

RGB 1305239
HSL0.020.540.33
HSV70°51°
CMYK 0.000.600.70   0.49
XYZ10.80017.34832.7686
Yxy7.34830.51630.3513
Hunter Lab27.107723.678312.9199
CIE-Lab32.587032.750324.9591

#823427 color RGB value is (130,52,39).

#823427 hex color red value is 130, green value is 52 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #823427 hue: 0.02 , saturation: 0.54 and the lightness value of 823427 is 0.33.

The process color (four color CMYK) of #823427 color hex is 0.00, 0.60, 0.70, 0.49. Web safe color of #823427 is #993333. Color #823427 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00110100 00100111
Octal 202 64 47
Decimal 130 52 39
Hex 82 34 27

RGB Percentages of Color #823427

%58.82
%23.53
%17.65

CMYK Percentages of Color #823427

%0
%60
%70
%49

Triadic Colors of #823427

#823427 #278234 #342782

Analogous Colors of #823427

#823427 #826227 #822747

Monochromatic Colors of #823427

#823427

Complementary Color

#823427 #277582

#823427 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#823427 Color Preview on White Background

Lorem ipsum dolor sit amet.

#823427 Color CSS Codes

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

#823427 Text Font Color

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

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


#823427 Background Color

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

This div background color is #823427


#823427 Border Color

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

This div border color is #823427


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #823427


Comments

No comments written yet.

Please login to write comment.