Color Hex Logo

#cb6f34 Color Hex

#CB6F34
(203,111,52)
0 Favorites   0 Comments

Color spaces of #cb6f34

RGB 20311152
HSL0.070.590.50
HSV23°74°80°
CMYK 0.000.450.74   0.20
XYZ30.932924.31336.3114
Yxy24.31330.50250.3950
Hunter Lab49.308525.689226.9270
CIE-Lab56.400131.855847.4259

#cb6f34 color RGB value is (203,111,52).

#cb6f34 hex color red value is 203, green value is 111 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #cb6f34 hue: 0.07 , saturation: 0.59 and the lightness value of cb6f34 is 0.50.

The process color (four color CMYK) of #cb6f34 color hex is 0.00, 0.45, 0.74, 0.20. Web safe color of #cb6f34 is #cc6633. Color #cb6f34 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01101111 00110100
Octal 313 157 64
Decimal 203 111 52
Hex CB 6F 34

RGB Percentages of Color #cb6f34

%55.46
%30.33
%14.21

CMYK Percentages of Color #cb6f34

%0
%45
%74
%20

Triadic Colors of #cb6f34

#cb6f34 #34cb6f #6f34cb

Analogous Colors of #cb6f34

#cb6f34 #cbbb34 #cb3445

Monochromatic Colors of #cb6f34

#cb6f34

Complementary Color

#cb6f34 #3490cb

#cb6f34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb6f34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb6f34 Color CSS Codes

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

#cb6f34 Text Font Color

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

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


#cb6f34 Background Color

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

This div background color is #cb6f34


#cb6f34 Border Color

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

This div border color is #cb6f34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb6f34


Comments

No comments written yet.

Please login to write comment.