Color Hex Logo

#7c2015 Color Hex

#7C2015
(124,32,21)
0 Favorites   0 Comments

Color spaces of #7c2015

RGB 1243221
HSL0.020.710.28
HSV83°49°
CMYK 0.000.740.83   0.51
XYZ8.96405.37231.2740
Yxy5.37230.57420.3442
Hunter Lab23.178228.471612.9659
CIE-Lab27.770238.928030.0612

#7c2015 color RGB value is (124,32,21).

#7c2015 hex color red value is 124, green value is 32 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #7c2015 hue: 0.02 , saturation: 0.71 and the lightness value of 7c2015 is 0.28.

The process color (four color CMYK) of #7c2015 color hex is 0.00, 0.74, 0.83, 0.51. Web safe color of #7c2015 is #663300. Color #7c2015 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 00100000 00010101
Octal 174 40 25
Decimal 124 32 21
Hex 7C 20 15

RGB Percentages of Color #7c2015

%70.06
%18.08
%11.86

CMYK Percentages of Color #7c2015

%0
%74
%83
%51

Triadic Colors of #7c2015

#7c2015 #157c20 #20157c

Analogous Colors of #7c2015

#7c2015 #7c5415 #7c153e

Monochromatic Colors of #7c2015

#7c2015

Complementary Color

#7c2015 #15717c

#7c2015 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c2015 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c2015 Color CSS Codes

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

#7c2015 Text Font Color

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

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


#7c2015 Background Color

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

This div background color is #7c2015


#7c2015 Border Color

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

This div border color is #7c2015


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c2015


Comments

No comments written yet.

Please login to write comment.