Color Hex Logo

#cc7b27 Color Hex

#CC7B27
(204,123,39)
0 Favorites   0 Comments

Color spaces of #cc7b27

RGB 20412339
HSL0.080.680.48
HSV31°81°80°
CMYK 0.000.400.81   0.20
XYZ32.351027.14985.4548
Yxy27.14980.49800.4180
Hunter Lab52.105519.641730.2669
CIE-Lab59.112725.340955.7761

#cc7b27 color RGB value is (204,123,39).

#cc7b27 hex color red value is 204, green value is 123 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #cc7b27 hue: 0.08 , saturation: 0.68 and the lightness value of cc7b27 is 0.48.

The process color (four color CMYK) of #cc7b27 color hex is 0.00, 0.40, 0.81, 0.20. Web safe color of #cc7b27 is #cc6633. Color #cc7b27 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01111011 00100111
Octal 314 173 47
Decimal 204 123 39
Hex CC 7B 27

RGB Percentages of Color #cc7b27

%55.74
%33.61
%10.66

CMYK Percentages of Color #cc7b27

%0
%40
%81
%20

Triadic Colors of #cc7b27

#cc7b27 #27cc7b #7b27cc

Analogous Colors of #cc7b27

#cc7b27 #cbcc27 #cc2927

Monochromatic Colors of #cc7b27

#cc7b27

Complementary Color

#cc7b27 #2778cc

#cc7b27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc7b27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc7b27 Color CSS Codes

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

#cc7b27 Text Font Color

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

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


#cc7b27 Background Color

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

This div background color is #cc7b27


#cc7b27 Border Color

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

This div border color is #cc7b27


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,123,39, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cc7b27; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cc7b27;
  -webkit-box-shadow: 1px 1px 3px 2px #cc7b27;
  box-shadow:         1px 1px 3px 2px #cc7b27; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc7b27


Comments

No comments written yet.

Please login to write comment.