Color Hex Logo

#7b731f Color Hex

#7B731F
(123,115,31)
0 Favorites   0 Comments

Color spaces of #7b731f

RGB 12311531
HSL0.150.600.30
HSV55°75°48°
CMYK 0.000.070.75   0.52
XYZ14.546416.57143.7282
Yxy16.57140.41740.4756
Hunter Lab40.7080-7.454623.0656
CIE-Lab47.7154-7.185544.9095

#7b731f color RGB value is (123,115,31).

#7b731f hex color red value is 123, green value is 115 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #7b731f hue: 0.15 , saturation: 0.60 and the lightness value of 7b731f is 0.30.

The process color (four color CMYK) of #7b731f color hex is 0.00, 0.07, 0.75, 0.52. Web safe color of #7b731f is #666633. Color #7b731f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 01110011 00011111
Octal 173 163 37
Decimal 123 115 31
Hex 7B 73 1F

RGB Percentages of Color #7b731f

%45.72
%42.75
%11.52

CMYK Percentages of Color #7b731f

%0
%7
%75
%52

Triadic Colors of #7b731f

#7b731f #1f7b73 #731f7b

Analogous Colors of #7b731f

#7b731f #557b1f #7b451f

Monochromatic Colors of #7b731f

#7b731f

Complementary Color

#7b731f #1f277b

#7b731f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b731f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b731f Color CSS Codes

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

#7b731f Text Font Color

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

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


#7b731f Background Color

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

This div background color is #7b731f


#7b731f Border Color

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

This div border color is #7b731f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b731f


Comments

No comments written yet.

Please login to write comment.