Color Hex Logo

#cb783d Color Hex

#CB783D
(203,120,61)
0 Favorites   0 Comments

Color spaces of #cb783d

RGB 20312061
HSL0.070.580.52
HSV25°70°80°
CMYK 0.000.410.70   0.20
XYZ32.187426.46647.8269
Yxy26.46640.48420.3981
Hunter Lab51.445521.650726.9915
CIE-Lab58.477127.491045.2504

#cb783d color RGB value is (203,120,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01111000 00111101
Octal 313 170 75
Decimal 203 120 61
Hex CB 78 3D

RGB Percentages of Color #cb783d

%52.86
%31.25
%15.89

CMYK Percentages of Color #cb783d

%0
%41
%70
%20

Triadic Colors of #cb783d

#cb783d #3dcb78 #783dcb

Analogous Colors of #cb783d

#cb783d #cbbf3d #cb3d49

Monochromatic Colors of #cb783d

#cb783d

Complementary Color

#cb783d #3d90cb

#cb783d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb783d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb783d Color CSS Codes

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

#cb783d Text Font Color

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

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


#cb783d Background Color

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

This div background color is #cb783d


#cb783d Border Color

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

This div border color is #cb783d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb783d


Comments

No comments written yet.

Please login to write comment.