Color Hex Logo

#514033 Color Hex

#514033
(81,64,51)
0 Favorites   0 Comments

Color spaces of #514033

RGB 816451
HSL0.070.230.26
HSV26°37°32°
CMYK 0.000.210.37   0.68
XYZ5.82435.65513.9165
Yxy5.65510.37830.3673
Hunter Lab23.78052.10246.8816
CIE-Lab28.52515.205110.7473

#514033 color RGB value is (81,64,51).

#514033 hex color red value is 81, green value is 64 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #514033 hue: 0.07 , saturation: 0.23 and the lightness value of 514033 is 0.26.

The process color (four color CMYK) of #514033 color hex is 0.00, 0.21, 0.37, 0.68. Web safe color of #514033 is #663333. Color #514033 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000000 00110011
Octal 121 100 63
Decimal 81 64 51
Hex 51 40 33

RGB Percentages of Color #514033

%41.33
%32.65
%26.02

CMYK Percentages of Color #514033

%0
%21
%37
%68

Triadic Colors of #514033

#514033 #335140 #403351

Analogous Colors of #514033

#514033 #514f33 #513335

Monochromatic Colors of #514033

#514033

Complementary Color

#514033 #334451

#514033 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514033 Color Preview on White Background

Lorem ipsum dolor sit amet.

#514033 Color CSS Codes

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

#514033 Text Font Color

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

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


#514033 Background Color

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

This div background color is #514033


#514033 Border Color

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

This div border color is #514033


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,64,51, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #514033; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #514033;
  -webkit-box-shadow: 1px 1px 3px 2px #514033;
  box-shadow:         1px 1px 3px 2px #514033; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,64,51, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514033


Comments

No comments written yet.

Please login to write comment.