Color Hex Logo

#7b313d Color Hex

#7B313D
(123,49,61)
0 Favorites   0 Comments

Color spaces of #7b313d

RGB 1234961
HSL0.970.430.34
HSV350°60°48°
CMYK 0.000.600.50   0.52
XYZ10.10906.74455.1839
Yxy6.74450.45870.3060
Hunter Lab25.970224.03416.3443
CIE-Lab31.218033.37128.9231

#7b313d color RGB value is (123,49,61).

#7b313d hex color red value is 123, green value is 49 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #7b313d hue: 0.97 , saturation: 0.43 and the lightness value of 7b313d is 0.34.

The process color (four color CMYK) of #7b313d color hex is 0.00, 0.60, 0.50, 0.52. Web safe color of #7b313d is #663333. Color #7b313d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 00110001 00111101
Octal 173 61 75
Decimal 123 49 61
Hex 7B 31 3D

RGB Percentages of Color #7b313d

%52.79
%21.03
%26.18

CMYK Percentages of Color #7b313d

%0
%60
%50
%52

Triadic Colors of #7b313d

#7b313d #3d7b31 #313d7b

Analogous Colors of #7b313d

#7b313d #7b4a31 #7b3162

Monochromatic Colors of #7b313d

#7b313d

Complementary Color

#7b313d #317b6f

#7b313d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b313d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b313d Color CSS Codes

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

#7b313d Text Font Color

<p style="color:#7b313d">Text here</p>

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


#7b313d Background Color

<div style="background-color:#7b313d">
Div content here</div>

This div background color is #7b313d


#7b313d Border Color

<div style="border:3px solid #7b313d">
Div here</div>

This div border color is #7b313d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(123,49,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7b313d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7b313d;
  -webkit-box-shadow: 1px 1px 3px 2px #7b313d;
  box-shadow:         1px 1px 3px 2px #7b313d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(123,49,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b313d


Comments

No comments written yet.

Please login to write comment.