Color Hex Logo

#827741 Color Hex

#827741
(130,119,65)
0 Favorites   0 Comments

Color spaces of #827741

RGB 13011965
HSL0.140.330.38
HSV50°50°51°
CMYK 0.000.080.50   0.49
XYZ16.756918.32117.6542
Yxy18.32110.39210.4287
Hunter Lab42.8032-5.025019.3598
CIE-Lab49.8833-3.615931.0496

#827741 color RGB value is (130,119,65).

#827741 hex color red value is 130, green value is 119 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #827741 hue: 0.14 , saturation: 0.33 and the lightness value of 827741 is 0.38.

The process color (four color CMYK) of #827741 color hex is 0.00, 0.08, 0.50, 0.49. Web safe color of #827741 is #996633. Color #827741 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01110111 01000001
Octal 202 167 101
Decimal 130 119 65
Hex 82 77 41

RGB Percentages of Color #827741

%41.40
%37.90
%20.70

CMYK Percentages of Color #827741

%0
%8
%50
%49

Triadic Colors of #827741

#827741 #418277 #774182

Analogous Colors of #827741

#827741 #6d8241 #825741

Monochromatic Colors of #827741

#827741

Complementary Color

#827741 #414c82

#827741 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#827741 Color Preview on White Background

Lorem ipsum dolor sit amet.

#827741 Color CSS Codes

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

#827741 Text Font Color

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

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


#827741 Background Color

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

This div background color is #827741


#827741 Border Color

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

This div border color is #827741


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #827741


Comments

No comments written yet.

Please login to write comment.