Color Hex Logo

#827303 Color Hex

#827303
(130,115,3)
0 Favorites   0 Comments

Color spaces of #827303

RGB 1301153
HSL0.150.950.26
HSV53°98°51°
CMYK 0.000.120.98   0.49
XYZ15.353117.01392.5610
Yxy17.01390.43960.4871
Hunter Lab41.2479-5.743425.1923
CIE-Lab48.2775-4.753253.5200

#827303 color RGB value is (130,115,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01110011 00000011
Octal 202 163 3
Decimal 130 115 3
Hex 82 73 3

RGB Percentages of Color #827303

%52.42
%46.37
%1.21

CMYK Percentages of Color #827303

%0
%12
%98
%49

Triadic Colors of #827303

#827303 #038273 #730382

Analogous Colors of #827303

#827303 #518203 #823403

Monochromatic Colors of #827303

#827303

Complementary Color

#827303 #031282

#827303 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#827303 Color Preview on White Background

Lorem ipsum dolor sit amet.

#827303 Color CSS Codes

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

#827303 Text Font Color

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

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


#827303 Background Color

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

This div background color is #827303


#827303 Border Color

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

This div border color is #827303


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #827303


Comments

No comments written yet.

Please login to write comment.