Color Hex Logo

#7c390f Color Hex

#7C390F
(124,57,15)
0 Favorites   0 Comments

Color spaces of #7c390f

RGB 1245715
HSL0.060.780.27
HSV23°88°49°
CMYK 0.000.540.88   0.51
XYZ9.86157.24581.3308
Yxy7.24580.53480.3930
Hunter Lab26.918018.287515.9114
CIE-Lab32.360126.499437.3098

#7c390f color RGB value is (124,57,15).

#7c390f hex color red value is 124, green value is 57 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #7c390f hue: 0.06 , saturation: 0.78 and the lightness value of 7c390f is 0.27.

The process color (four color CMYK) of #7c390f color hex is 0.00, 0.54, 0.88, 0.51. Web safe color of #7c390f is #663300. Color #7c390f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 00111001 00001111
Octal 174 71 17
Decimal 124 57 15
Hex 7C 39 F

RGB Percentages of Color #7c390f

%63.27
%29.08
%7.65

CMYK Percentages of Color #7c390f

%0
%54
%88
%51

Triadic Colors of #7c390f

#7c390f #0f7c39 #390f7c

Analogous Colors of #7c390f

#7c390f #7c700f #7c0f1c

Monochromatic Colors of #7c390f

#7c390f

Complementary Color

#7c390f #0f527c

#7c390f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c390f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c390f Color CSS Codes

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

#7c390f Text Font Color

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

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


#7c390f Background Color

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

This div background color is #7c390f


#7c390f Border Color

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

This div border color is #7c390f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(124,57,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7c390f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7c390f;
  -webkit-box-shadow: 1px 1px 3px 2px #7c390f;
  box-shadow:         1px 1px 3px 2px #7c390f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,57,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c390f


Comments

No comments written yet.

Please login to write comment.