Color Hex Logo

#7d320b Color Hex

#7D320B
(125,50,11)
0 Favorites   0 Comments

Color spaces of #7d320b

RGB 1255011
HSL0.060.840.27
HSV21°91°49°
CMYK 0.000.600.91   0.51
XYZ9.65856.66531.0941
Yxy6.66530.55450.3827
Hunter Lab25.817221.598515.5594
CIE-Lab31.032530.598337.9324

#7d320b color RGB value is (125,50,11).

#7d320b hex color red value is 125, green value is 50 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #7d320b hue: 0.06 , saturation: 0.84 and the lightness value of 7d320b is 0.27.

The process color (four color CMYK) of #7d320b color hex is 0.00, 0.60, 0.91, 0.51. Web safe color of #7d320b is #663300. Color #7d320b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 00110010 00001011
Octal 175 62 13
Decimal 125 50 11
Hex 7D 32 B

RGB Percentages of Color #7d320b

%67.20
%26.88
%5.91

CMYK Percentages of Color #7d320b

%0
%60
%91
%51

Triadic Colors of #7d320b

#7d320b #0b7d32 #320b7d

Analogous Colors of #7d320b

#7d320b #7d6b0b #7d0b1d

Monochromatic Colors of #7d320b

#7d320b

Complementary Color

#7d320b #0b567d

#7d320b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d320b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d320b Color CSS Codes

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

#7d320b Text Font Color

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

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


#7d320b Background Color

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

This div background color is #7d320b


#7d320b Border Color

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

This div border color is #7d320b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(125,50,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7d320b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7d320b;
  -webkit-box-shadow: 1px 1px 3px 2px #7d320b;
  box-shadow:         1px 1px 3px 2px #7d320b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,50,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d320b


Comments

No comments written yet.

Please login to write comment.