Color Hex Logo

#5d232b Color Hex

#5D232B
(93,35,43)
0 Favorites   0 Comments

Color spaces of #5d232b

RGB 933543
HSL0.980.450.25
HSV352°62°36°
CMYK 0.000.620.54   0.64
XYZ5.55133.70362.7078
Yxy3.70360.46410.3096
Hunter Lab19.244717.81155.1290
CIE-Lab22.666327.32918.2881

#5d232b color RGB value is (93,35,43).

#5d232b hex color red value is 93, green value is 35 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #5d232b hue: 0.98 , saturation: 0.45 and the lightness value of 5d232b is 0.25.

The process color (four color CMYK) of #5d232b color hex is 0.00, 0.62, 0.54, 0.64. Web safe color of #5d232b is #663333. Color #5d232b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 00100011 00101011
Octal 135 43 53
Decimal 93 35 43
Hex 5D 23 2B

RGB Percentages of Color #5d232b

%54.39
%20.47
%25.15

CMYK Percentages of Color #5d232b

%0
%62
%54
%64

Triadic Colors of #5d232b

#5d232b #2b5d23 #232b5d

Analogous Colors of #5d232b

#5d232b #5d3823 #5d2348

Monochromatic Colors of #5d232b

#5d232b

Complementary Color

#5d232b #235d55

#5d232b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d232b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d232b Color CSS Codes

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

#5d232b Text Font Color

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

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


#5d232b Background Color

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

This div background color is #5d232b


#5d232b Border Color

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

This div border color is #5d232b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(93,35,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5d232b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5d232b;
  -webkit-box-shadow: 1px 1px 3px 2px #5d232b;
  box-shadow:         1px 1px 3px 2px #5d232b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d232b


Comments

No comments written yet.

Please login to write comment.