Color Hex Logo

#cb672e Color Hex

#CB672E
(203,103,46)
0 Favorites   0 Comments

Color spaces of #cb672e

RGB 20310346
HSL0.060.630.49
HSV22°77°80°
CMYK 0.000.490.77   0.20
XYZ29.972022.59435.3662
Yxy22.59430.51740.3900
Hunter Lab47.533529.368826.5800
CIE-Lab54.652035.792148.4865

#cb672e color RGB value is (203,103,46).

#cb672e hex color red value is 203, green value is 103 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #cb672e hue: 0.06 , saturation: 0.63 and the lightness value of cb672e is 0.49.

The process color (four color CMYK) of #cb672e color hex is 0.00, 0.49, 0.77, 0.20. Web safe color of #cb672e is #cc6633. Color #cb672e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01100111 00101110
Octal 313 147 56
Decimal 203 103 46
Hex CB 67 2E

RGB Percentages of Color #cb672e

%57.67
%29.26
%13.07

CMYK Percentages of Color #cb672e

%0
%49
%77
%20

Triadic Colors of #cb672e

#cb672e #2ecb67 #672ecb

Analogous Colors of #cb672e

#cb672e #cbb62e #cb2e43

Monochromatic Colors of #cb672e

#cb672e

Complementary Color

#cb672e #2e92cb

#cb672e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb672e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb672e Color CSS Codes

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

#cb672e Text Font Color

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

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


#cb672e Background Color

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

This div background color is #cb672e


#cb672e Border Color

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

This div border color is #cb672e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb672e

#cb672e Color Palettes


Comments

No comments written yet.

Please login to write comment.