Color Hex Logo

#824923 Color Hex

#824923
(130,73,35)
0 Favorites   0 Comments

Color spaces of #824923

RGB 1307335
HSL0.070.580.32
HSV24°73°51°
CMYK 0.000.440.73   0.49
XYZ11.89189.63232.8226
Yxy9.63230.48840.3956
Hunter Lab31.035914.081516.3330
CIE-Lab37.174220.877332.4882

#824923 color RGB value is (130,73,35).

#824923 hex color red value is 130, green value is 73 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #824923 hue: 0.07 , saturation: 0.58 and the lightness value of 824923 is 0.32.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01001001 00100011
Octal 202 111 43
Decimal 130 73 35
Hex 82 49 23

RGB Percentages of Color #824923

%54.62
%30.67
%14.71

CMYK Percentages of Color #824923

%0
%44
%73
%49

Triadic Colors of #824923

#824923 #238249 #492382

Analogous Colors of #824923

#824923 #827923 #82232c

Monochromatic Colors of #824923

#824923

Complementary Color

#824923 #235c82

#824923 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#824923 Color Preview on White Background

Lorem ipsum dolor sit amet.

#824923 Color CSS Codes

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

#824923 Text Font Color

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

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


#824923 Background Color

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

This div background color is #824923


#824923 Border Color

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

This div border color is #824923


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #824923


Comments

No comments written yet.

Please login to write comment.