Color Hex Logo

#83414b Color Hex

#83414B
(131,65,75)
0 Favorites   0 Comments

Color spaces of #83414b

RGB 1316575
HSL0.970.340.38
HSV351°50°51°
CMYK 0.000.500.43   0.49
XYZ12.52049.11397.7559
Yxy9.11390.42600.3101
Hunter Lab30.189221.19825.9003
CIE-Lab36.202729.39607.0983

#83414b color RGB value is (131,65,75).

#83414b hex color red value is 131, green value is 65 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #83414b hue: 0.97 , saturation: 0.34 and the lightness value of 83414b is 0.38.

The process color (four color CMYK) of #83414b color hex is 0.00, 0.50, 0.43, 0.49. Web safe color of #83414b is #993333. Color #83414b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01000001 01001011
Octal 203 101 113
Decimal 131 65 75
Hex 83 41 4B

RGB Percentages of Color #83414b

%48.34
%23.99
%27.68

CMYK Percentages of Color #83414b

%0
%50
%43
%49

Triadic Colors of #83414b

#83414b #4b8341 #414b83

Analogous Colors of #83414b

#83414b #835841 #83416c

Monochromatic Colors of #83414b

#83414b

Complementary Color

#83414b #418379

#83414b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83414b Color Preview on White Background

Lorem ipsum dolor sit amet.

#83414b Color CSS Codes

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

#83414b Text Font Color

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

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


#83414b Background Color

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

This div background color is #83414b


#83414b Border Color

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

This div border color is #83414b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,65,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #83414b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #83414b;
  -webkit-box-shadow: 1px 1px 3px 2px #83414b;
  box-shadow:         1px 1px 3px 2px #83414b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,65,75, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83414b


Comments

No comments written yet.

Please login to write comment.