Color Hex Logo

#cb893d Color Hex

#CB893D
(203,137,61)
0 Favorites   0 Comments

Color spaces of #cb893d

RGB 20313761
HSL0.090.580.52
HSV32°70°80°
CMYK 0.000.330.70   0.20
XYZ34.416630.92488.5700
Yxy30.92480.46560.4184
Hunter Lab55.610113.154529.7899
CIE-Lab62.444118.258849.5374

#cb893d color RGB value is (203,137,61).

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

The process color (four color CMYK) of #cb893d color hex is 0.00, 0.33, 0.70, 0.20. Web safe color of #cb893d is #cc9933. Color #cb893d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10001001 00111101
Octal 313 211 75
Decimal 203 137 61
Hex CB 89 3D

RGB Percentages of Color #cb893d

%50.62
%34.16
%15.21

CMYK Percentages of Color #cb893d

%0
%33
%70
%20

Triadic Colors of #cb893d

#cb893d #3dcb89 #893dcb

Analogous Colors of #cb893d

#cb893d #c6cb3d #cb423d

Monochromatic Colors of #cb893d

#cb893d

Complementary Color

#cb893d #3d7fcb

#cb893d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb893d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb893d Color CSS Codes

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

#cb893d Text Font Color

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

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


#cb893d Background Color

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

This div background color is #cb893d


#cb893d Border Color

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

This div border color is #cb893d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb893d


Comments

No comments written yet.

Please login to write comment.