Color Hex Logo

#cb673e Color Hex

#CB673E
(203,103,62)
0 Favorites   0 Comments

Color spaces of #cb673e

RGB 20310362
HSL0.050.580.52
HSV17°69°80°
CMYK 0.000.490.69   0.20
XYZ30.348422.74487.3481
Yxy22.74480.50210.3763
Hunter Lab47.691530.128024.2489
CIE-Lab54.808536.536240.6566

#cb673e color RGB value is (203,103,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01100111 00111110
Octal 313 147 76
Decimal 203 103 62
Hex CB 67 3E

RGB Percentages of Color #cb673e

%55.16
%27.99
%16.85

CMYK Percentages of Color #cb673e

%0
%49
%69
%20

Triadic Colors of #cb673e

#cb673e #3ecb67 #673ecb

Analogous Colors of #cb673e

#cb673e #cbae3e #cb3e5b

Monochromatic Colors of #cb673e

#cb673e

Complementary Color

#cb673e #3ea2cb

#cb673e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb673e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb673e Color CSS Codes

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

#cb673e Text Font Color

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

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


#cb673e Background Color

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

This div background color is #cb673e


#cb673e Border Color

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

This div border color is #cb673e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb673e


Comments

No comments written yet.

Please login to write comment.