Color Hex Logo

#71383a Color Hex

#71383A
(113,56,58)
0 Favorites   0 Comments

Color spaces of #71383a

RGB 1135658
HSL0.990.340.33
HSV358°50°44°
CMYK 0.000.500.49   0.56
XYZ8.98796.64454.8118
Yxy6.64450.43960.3250
Hunter Lab25.776917.12986.9761
CIE-Lab30.983525.279410.2963

#71383a color RGB value is (113,56,58).

#71383a hex color red value is 113, green value is 56 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #71383a hue: 0.99 , saturation: 0.34 and the lightness value of 71383a is 0.33.

The process color (four color CMYK) of #71383a color hex is 0.00, 0.50, 0.49, 0.56. Web safe color of #71383a is #663333. Color #71383a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00111000 00111010
Octal 161 70 72
Decimal 113 56 58
Hex 71 38 3A

RGB Percentages of Color #71383a

%49.78
%24.67
%25.55

CMYK Percentages of Color #71383a

%0
%50
%49
%56

Triadic Colors of #71383a

#71383a #3a7138 #383a71

Analogous Colors of #71383a

#71383a #715238 #713857

Monochromatic Colors of #71383a

#71383a

Complementary Color

#71383a #38716f

#71383a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71383a Color Preview on White Background

Lorem ipsum dolor sit amet.

#71383a Color CSS Codes

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

#71383a Text Font Color

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

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


#71383a Background Color

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

This div background color is #71383a


#71383a Border Color

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

This div border color is #71383a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,56,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71383a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71383a;
  -webkit-box-shadow: 1px 1px 3px 2px #71383a;
  box-shadow:         1px 1px 3px 2px #71383a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,56,58, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71383a


Comments

No comments written yet.

Please login to write comment.