Color Hex Logo

#834749 Color Hex

#834749
(131,71,73)
0 Favorites   0 Comments

Color spaces of #834749

RGB 1317173
HSL0.990.300.40
HSV358°46°51°
CMYK 0.000.460.44   0.49
XYZ12.81599.81287.5219
Yxy9.81280.42510.3255
Hunter Lab31.325418.20887.6910
CIE-Lab37.504325.771310.1849

#834749 color RGB value is (131,71,73).

#834749 hex color red value is 131, green value is 71 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #834749 hue: 0.99 , saturation: 0.30 and the lightness value of 834749 is 0.40.

The process color (four color CMYK) of #834749 color hex is 0.00, 0.46, 0.44, 0.49. Web safe color of #834749 is #993333. Color #834749 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01000111 01001001
Octal 203 107 111
Decimal 131 71 73
Hex 83 47 49

RGB Percentages of Color #834749

%47.64
%25.82
%26.55

CMYK Percentages of Color #834749

%0
%46
%44
%49

Triadic Colors of #834749

#834749 #498347 #474983

Analogous Colors of #834749

#834749 #836347 #834767

Monochromatic Colors of #834749

#834749

Complementary Color

#834749 #478381

#834749 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#834749 Color Preview on White Background

Lorem ipsum dolor sit amet.

#834749 Color CSS Codes

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

#834749 Text Font Color

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

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


#834749 Background Color

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

This div background color is #834749


#834749 Border Color

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

This div border color is #834749


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,71,73, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #834749; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #834749;
  -webkit-box-shadow: 1px 1px 3px 2px #834749;
  box-shadow:         1px 1px 3px 2px #834749; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,71,73, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #834749


Comments

No comments written yet.

Please login to write comment.