Color Hex Logo

#50230e Color Hex

#50230E
(80,35,14)
0 Favorites   0 Comments

Color spaces of #50230e

RGB 803514
HSL0.050.700.18
HSV19°83°31°
CMYK 0.000.560.83   0.69
XYZ3.98862.93920.7726
Yxy2.93920.51800.3817
Hunter Lab17.144111.52619.3290
CIE-Lab19.798719.447523.0849

#50230e color RGB value is (80,35,14).

#50230e hex color red value is 80, green value is 35 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #50230e hue: 0.05 , saturation: 0.70 and the lightness value of 50230e is 0.18.

The process color (four color CMYK) of #50230e color hex is 0.00, 0.56, 0.83, 0.69. Web safe color of #50230e is #663300. Color #50230e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00100011 00001110
Octal 120 43 16
Decimal 80 35 14
Hex 50 23 E

RGB Percentages of Color #50230e

%62.02
%27.13
%10.85

CMYK Percentages of Color #50230e

%0
%56
%83
%69

Triadic Colors of #50230e

#50230e #0e5023 #230e50

Analogous Colors of #50230e

#50230e #50440e #500e1a

Monochromatic Colors of #50230e

#50230e

Complementary Color

#50230e #0e3b50

#50230e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50230e Color Preview on White Background

Lorem ipsum dolor sit amet.

#50230e Color CSS Codes

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

#50230e Text Font Color

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

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


#50230e Background Color

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

This div background color is #50230e


#50230e Border Color

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

This div border color is #50230e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,35,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #50230e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #50230e;
  -webkit-box-shadow: 1px 1px 3px 2px #50230e;
  box-shadow:         1px 1px 3px 2px #50230e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50230e


Comments

No comments written yet.

Please login to write comment.