Color Hex Logo

#cb673f Color Hex

#CB673F
(203,103,63)
0 Favorites   0 Comments

Color spaces of #cb673f

RGB 20310363
HSL0.050.570.52
HSV17°69°80°
CMYK 0.000.490.69   0.20
XYZ30.376122.75597.4940
Yxy22.75590.50100.3753
Hunter Lab47.703130.183624.0779
CIE-Lab54.820036.590540.1411

#cb673f color RGB value is (203,103,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01100111 00111111
Octal 313 147 77
Decimal 203 103 63
Hex CB 67 3F

RGB Percentages of Color #cb673f

%55.01
%27.91
%17.07

CMYK Percentages of Color #cb673f

%0
%49
%69
%20

Triadic Colors of #cb673f

#cb673f #3fcb67 #673fcb

Analogous Colors of #cb673f

#cb673f #cbad3f #cb3f5d

Monochromatic Colors of #cb673f

#cb673f

Complementary Color

#cb673f #3fa3cb

#cb673f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb673f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb673f Color CSS Codes

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

#cb673f Text Font Color

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

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


#cb673f Background Color

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

This div background color is #cb673f


#cb673f Border Color

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

This div border color is #cb673f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb673f


Comments

No comments written yet.

Please login to write comment.