Color Hex Logo

#cb6828 Color Hex

#CB6828
(203,104,40)
0 Favorites   0 Comments

Color spaces of #cb6828

RGB 20310440
HSL0.070.670.48
HSV24°80°80°
CMYK 0.000.490.80   0.20
XYZ29.961922.75034.8196
Yxy22.75030.52080.3954
Hunter Lab47.697328.657827.3971
CIE-Lab54.814235.054651.3455

#cb6828 color RGB value is (203,104,40).

#cb6828 hex color red value is 203, green value is 104 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #cb6828 hue: 0.07 , saturation: 0.67 and the lightness value of cb6828 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01101000 00101000
Octal 313 150 50
Decimal 203 104 40
Hex CB 68 28

RGB Percentages of Color #cb6828

%58.50
%29.97
%11.53

CMYK Percentages of Color #cb6828

%0
%49
%80
%20

Triadic Colors of #cb6828

#cb6828 #28cb68 #6828cb

Analogous Colors of #cb6828

#cb6828 #cbba28 #cb2839

Monochromatic Colors of #cb6828

#cb6828

Complementary Color

#cb6828 #288bcb

#cb6828 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb6828 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb6828 Color CSS Codes

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

#cb6828 Text Font Color

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

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


#cb6828 Background Color

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

This div background color is #cb6828


#cb6828 Border Color

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

This div border color is #cb6828


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb6828


Comments

No comments written yet.

Please login to write comment.