Color Hex Logo

#cb952f Color Hex

#CB952F
(203,149,47)
0 Favorites   0 Comments

Color spaces of #cb952f

RGB 20314947
HSL0.110.620.49
HSV39°77°80°
CMYK 0.000.270.77   0.20
XYZ35.889134.39667.4370
Yxy34.39660.46180.4426
Hunter Lab58.64866.595233.5357
CIE-Lab65.276211.063358.3773

#cb952f color RGB value is (203,149,47).

#cb952f hex color red value is 203, green value is 149 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #cb952f hue: 0.11 , saturation: 0.62 and the lightness value of cb952f is 0.49.

The process color (four color CMYK) of #cb952f color hex is 0.00, 0.27, 0.77, 0.20. Web safe color of #cb952f is #cc9933. Color #cb952f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10010101 00101111
Octal 313 225 57
Decimal 203 149 47
Hex CB 95 2F

RGB Percentages of Color #cb952f

%50.88
%37.34
%11.78

CMYK Percentages of Color #cb952f

%0
%27
%77
%20

Triadic Colors of #cb952f

#cb952f #2fcb95 #952fcb

Analogous Colors of #cb952f

#cb952f #b3cb2f #cb472f

Monochromatic Colors of #cb952f

#cb952f

Complementary Color

#cb952f #2f65cb

#cb952f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb952f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb952f Color CSS Codes

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

#cb952f Text Font Color

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

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


#cb952f Background Color

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

This div background color is #cb952f


#cb952f Border Color

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

This div border color is #cb952f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb952f

#cb952f Color Palettes


Comments

No comments written yet.

Please login to write comment.