Color Hex Logo

#b7311e Color Hex

#B7311E
(183,49,30)
0 Favorites   0 Comments

Color spaces of #b7311e

RGB 1834930
HSL0.020.720.42
HSV84°72°
CMYK 0.000.730.84   0.28
XYZ20.861112.35762.5141
Yxy12.35760.58380.3458
Hunter Lab35.153444.409020.3671
CIE-Lab41.778952.556442.6674

#b7311e color RGB value is (183,49,30).

#b7311e hex color red value is 183, green value is 49 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #b7311e hue: 0.02 , saturation: 0.72 and the lightness value of b7311e is 0.42.

The process color (four color CMYK) of #b7311e color hex is 0.00, 0.73, 0.84, 0.28. Web safe color of #b7311e is #cc3333. Color #b7311e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00110001 00011110
Octal 267 61 36
Decimal 183 49 30
Hex B7 31 1E

RGB Percentages of Color #b7311e

%69.85
%18.70
%11.45

CMYK Percentages of Color #b7311e

%0
%73
%84
%28

Triadic Colors of #b7311e

#b7311e #1eb731 #311eb7

Analogous Colors of #b7311e

#b7311e #b77e1e #b71e58

Monochromatic Colors of #b7311e

#b7311e

Complementary Color

#b7311e #1ea4b7

#b7311e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7311e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7311e Color CSS Codes

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

#b7311e Text Font Color

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

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


#b7311e Background Color

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

This div background color is #b7311e


#b7311e Border Color

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

This div border color is #b7311e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(183,49,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b7311e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b7311e;
  -webkit-box-shadow: 1px 1px 3px 2px #b7311e;
  box-shadow:         1px 1px 3px 2px #b7311e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7311e


Comments

No comments written yet.

Please login to write comment.