Color Hex Logo

#827307 Color Hex

#827307
(130,115,7)
0 Favorites   0 Comments

Color spaces of #827307

RGB 1301157
HSL0.150.900.27
HSV53°95°51°
CMYK 0.000.120.95   0.49
XYZ15.375017.02262.6764
Yxy17.02260.43840.4853
Hunter Lab41.2585-5.684125.0348
CIE-Lab48.2885-4.671052.6908

#827307 color RGB value is (130,115,7).

#827307 hex color red value is 130, green value is 115 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #827307 hue: 0.15 , saturation: 0.90 and the lightness value of 827307 is 0.27.

The process color (four color CMYK) of #827307 color hex is 0.00, 0.12, 0.95, 0.49. Web safe color of #827307 is #996600. Color #827307 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01110011 00000111
Octal 202 163 7
Decimal 130 115 7
Hex 82 73 7

RGB Percentages of Color #827307

%51.59
%45.63
%2.78

CMYK Percentages of Color #827307

%0
%12
%95
%49

Triadic Colors of #827307

#827307 #078273 #730782

Analogous Colors of #827307

#827307 #548207 #823507

Monochromatic Colors of #827307

#827307

Complementary Color

#827307 #071682

#827307 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#827307 Color Preview on White Background

Lorem ipsum dolor sit amet.

#827307 Color CSS Codes

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

#827307 Text Font Color

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

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


#827307 Background Color

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

This div background color is #827307


#827307 Border Color

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

This div border color is #827307


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #827307


Comments

No comments written yet.

Please login to write comment.