Color Hex Logo

#50230b Color Hex

#50230B
(80,35,11)
0 Favorites   0 Comments

Color spaces of #50230b

RGB 803511
HSL0.060.760.18
HSV21°86°31°
CMYK 0.000.560.86   0.69
XYZ3.96972.93170.6733
Yxy2.93170.52410.3870
Hunter Lab17.122211.42059.6541
CIE-Lab19.768319.303924.4527

#50230b color RGB value is (80,35,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00100011 00001011
Octal 120 43 13
Decimal 80 35 11
Hex 50 23 B

RGB Percentages of Color #50230b

%63.49
%27.78
%8.73

CMYK Percentages of Color #50230b

%0
%56
%86
%69

Triadic Colors of #50230b

#50230b #0b5023 #230b50

Analogous Colors of #50230b

#50230b #50460b #500b16

Monochromatic Colors of #50230b

#50230b

Complementary Color

#50230b #0b3850

#50230b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50230b Color Preview on White Background

Lorem ipsum dolor sit amet.

#50230b Color CSS Codes

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

#50230b Text Font Color

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

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


#50230b Background Color

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

This div background color is #50230b


#50230b Border Color

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

This div border color is #50230b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50230b


Comments

No comments written yet.

Please login to write comment.