Color Hex Logo

#cd7b33 Color Hex

#CD7B33
(205,123,51)
0 Favorites   0 Comments

Color spaces of #cd7b33

RGB 20512351
HSL0.080.610.50
HSV28°75°80°
CMYK 0.000.400.75   0.20
XYZ32.857327.38416.6859
Yxy27.38410.49090.4092
Hunter Lab52.329820.500929.0557
CIE-Lab59.328226.223950.9726

#cd7b33 color RGB value is (205,123,51).

#cd7b33 hex color red value is 205, green value is 123 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #cd7b33 hue: 0.08 , saturation: 0.61 and the lightness value of cd7b33 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01111011 00110011
Octal 315 173 63
Decimal 205 123 51
Hex CD 7B 33

RGB Percentages of Color #cd7b33

%54.09
%32.45
%13.46

CMYK Percentages of Color #cd7b33

%0
%40
%75
%20

Triadic Colors of #cd7b33

#cd7b33 #33cd7b #7b33cd

Analogous Colors of #cd7b33

#cd7b33 #cdc833 #cd3338

Monochromatic Colors of #cd7b33

#cd7b33

Complementary Color

#cd7b33 #3385cd

#cd7b33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd7b33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd7b33 Color CSS Codes

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

#cd7b33 Text Font Color

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

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


#cd7b33 Background Color

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

This div background color is #cd7b33


#cd7b33 Border Color

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

This div border color is #cd7b33


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd7b33


Comments

No comments written yet.

Please login to write comment.