Color Hex Logo

#823428 Color Hex

#823428
(130,52,40)
0 Favorites   0 Comments

Color spaces of #823428

RGB 1305240
HSL0.020.530.33
HSV69°51°
CMYK 0.000.600.69   0.49
XYZ10.81697.35502.8570
Yxy7.35500.51440.3498
Hunter Lab27.120123.734912.7381
CIE-Lab32.601832.812224.3651

#823428 color RGB value is (130,52,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 00110100 00101000
Octal 202 64 50
Decimal 130 52 40
Hex 82 34 28

RGB Percentages of Color #823428

%58.56
%23.42
%18.02

CMYK Percentages of Color #823428

%0
%60
%69
%49

Triadic Colors of #823428

#823428 #288234 #342882

Analogous Colors of #823428

#823428 #826128 #822849

Monochromatic Colors of #823428

#823428

Complementary Color

#823428 #287682

#823428 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#823428 Color Preview on White Background

Lorem ipsum dolor sit amet.

#823428 Color CSS Codes

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

#823428 Text Font Color

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

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


#823428 Background Color

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

This div background color is #823428


#823428 Border Color

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

This div border color is #823428


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #823428


Comments

No comments written yet.

Please login to write comment.