Color Hex Logo

#cb772d Color Hex

#CB772D
(203,119,45)
0 Favorites   0 Comments

Color spaces of #cb772d

RGB 20311945
HSL0.080.640.49
HSV28°78°80°
CMYK 0.000.410.78   0.20
XYZ31.699126.07965.8458
Yxy26.07960.49820.4099
Hunter Lab51.068221.429428.9608
CIE-Lab58.112527.291252.3304

#cb772d color RGB value is (203,119,45).

#cb772d hex color red value is 203, green value is 119 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #cb772d hue: 0.08 , saturation: 0.64 and the lightness value of cb772d is 0.49.

The process color (four color CMYK) of #cb772d color hex is 0.00, 0.41, 0.78, 0.20. Web safe color of #cb772d is #cc6633. Color #cb772d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110111 00101101
Octal 313 167 55
Decimal 203 119 45
Hex CB 77 2D

RGB Percentages of Color #cb772d

%55.31
%32.43
%12.26

CMYK Percentages of Color #cb772d

%0
%41
%78
%20

Triadic Colors of #cb772d

#cb772d #2dcb77 #772dcb

Analogous Colors of #cb772d

#cb772d #cbc62d #cb2d32

Monochromatic Colors of #cb772d

#cb772d

Complementary Color

#cb772d #2d81cb

#cb772d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb772d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb772d Color CSS Codes

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

#cb772d Text Font Color

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

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


#cb772d Background Color

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

This div background color is #cb772d


#cb772d Border Color

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

This div border color is #cb772d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb772d


Comments

No comments written yet.

Please login to write comment.