Color Hex Logo

#cb761e Color Hex

#CB761E
(203,118,30)
0 Favorites   0 Comments

Color spaces of #cb761e

RGB 20311830
HSL0.080.740.46
HSV31°85°80°
CMYK 0.000.420.85   0.20
XYZ31.341425.74714.5461
Yxy25.74710.50850.4177
Hunter Lab50.741621.455730.2071
CIE-Lab57.796227.345557.8513

#cb761e color RGB value is (203,118,30).

#cb761e hex color red value is 203, green value is 118 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #cb761e hue: 0.08 , saturation: 0.74 and the lightness value of cb761e is 0.46.

The process color (four color CMYK) of #cb761e color hex is 0.00, 0.42, 0.85, 0.20. Web safe color of #cb761e is #cc6633. Color #cb761e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110110 00011110
Octal 313 166 36
Decimal 203 118 30
Hex CB 76 1E

RGB Percentages of Color #cb761e

%57.83
%33.62
%8.55

CMYK Percentages of Color #cb761e

%0
%42
%85
%20

Triadic Colors of #cb761e

#cb761e #1ecb76 #761ecb

Analogous Colors of #cb761e

#cb761e #cacb1e #cb201e

Monochromatic Colors of #cb761e

#cb761e

Complementary Color

#cb761e #1e73cb

#cb761e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb761e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb761e Color CSS Codes

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

#cb761e Text Font Color

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

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


#cb761e Background Color

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

This div background color is #cb761e


#cb761e Border Color

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

This div border color is #cb761e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,118,30, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb761e


Comments

No comments written yet.

Please login to write comment.