Color Hex Logo

#cc7d3d Color Hex

#CC7D3D
(204,125,61)
0 Favorites   0 Comments

Color spaces of #cc7d3d

RGB 20412561
HSL0.070.580.52
HSV27°70°80°
CMYK 0.000.390.70   0.20
XYZ33.077827.84158.0454
Yxy27.84150.47960.4037
Hunter Lab52.765019.560827.8952
CIE-Lab59.745325.209446.6701

#cc7d3d color RGB value is (204,125,61).

#cc7d3d hex color red value is 204, green value is 125 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #cc7d3d hue: 0.07 , saturation: 0.58 and the lightness value of cc7d3d is 0.52.

The process color (four color CMYK) of #cc7d3d color hex is 0.00, 0.39, 0.70, 0.20. Web safe color of #cc7d3d is #cc6633. Color #cc7d3d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01111101 00111101
Octal 314 175 75
Decimal 204 125 61
Hex CC 7D 3D

RGB Percentages of Color #cc7d3d

%52.31
%32.05
%15.64

CMYK Percentages of Color #cc7d3d

%0
%39
%70
%20

Triadic Colors of #cc7d3d

#cc7d3d #3dcc7d #7d3dcc

Analogous Colors of #cc7d3d

#cc7d3d #ccc53d #cc3d45

Monochromatic Colors of #cc7d3d

#cc7d3d

Complementary Color

#cc7d3d #3d8ccc

#cc7d3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc7d3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc7d3d Color CSS Codes

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

#cc7d3d Text Font Color

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

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


#cc7d3d Background Color

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

This div background color is #cc7d3d


#cc7d3d Border Color

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

This div border color is #cc7d3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc7d3d


Comments

No comments written yet.

Please login to write comment.