Color Hex Logo

#cd673d Color Hex

#CD673D
(205,103,61)
0 Favorites   0 Comments

Color spaces of #cd673d

RGB 20510361
HSL0.050.590.52
HSV18°70°80°
CMYK 0.000.500.70   0.20
XYZ30.869423.01667.2305
Yxy23.01660.50510.3766
Hunter Lab47.975630.896624.6472
CIE-Lab55.089437.269841.5777

#cd673d color RGB value is (205,103,61).

#cd673d hex color red value is 205, green value is 103 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #cd673d hue: 0.05 , saturation: 0.59 and the lightness value of cd673d is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01100111 00111101
Octal 315 147 75
Decimal 205 103 61
Hex CD 67 3D

RGB Percentages of Color #cd673d

%55.56
%27.91
%16.53

CMYK Percentages of Color #cd673d

%0
%50
%70
%20

Triadic Colors of #cd673d

#cd673d #3dcd67 #673dcd

Analogous Colors of #cd673d

#cd673d #cdaf3d #cd3d5b

Monochromatic Colors of #cd673d

#cd673d

Complementary Color

#cd673d #3da3cd

#cd673d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd673d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd673d Color CSS Codes

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

#cd673d Text Font Color

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

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


#cd673d Background Color

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

This div background color is #cd673d


#cd673d Border Color

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

This div border color is #cd673d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,103,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 #cd673d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd673d


Comments

No comments written yet.

Please login to write comment.