Color Hex Logo

#672200 Color Hex

#672200
(103,34,0)
0 Favorites   0 Comments

Color spaces of #672200

RGB 103340
HSL0.061.000.20
HSV20°100°40°
CMYK 0.000.671.00   0.60
XYZ6.16554.02760.4524
Yxy4.02760.57920.3783
Hunter Lab20.068919.717712.7117
CIE-Lab23.762529.510034.4989

#672200 color RGB value is (103,34,0).

#672200 hex color red value is 103, green value is 34 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #672200 hue: 0.06 , saturation: 1.00 and the lightness value of 672200 is 0.20.

The process color (four color CMYK) of #672200 color hex is 0.00, 0.67, 1.00, 0.60. Web safe color of #672200 is #663300. Color #672200 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00100010 00000000
Octal 147 42 0
Decimal 103 34 0
Hex 67 22 0

RGB Percentages of Color #672200

%75.18
%24.82
%0.00

CMYK Percentages of Color #672200

%0
%67
%100
%60

Triadic Colors of #672200

#672200 #006722 #220067

Analogous Colors of #672200

#672200 #675600 #670012

Monochromatic Colors of #672200

#672200

Complementary Color

#672200 #004567

#672200 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#672200 Color Preview on White Background

Lorem ipsum dolor sit amet.

#672200 Color CSS Codes

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

#672200 Text Font Color

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

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


#672200 Background Color

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

This div background color is #672200


#672200 Border Color

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

This div border color is #672200


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #672200


Comments

No comments written yet.

Please login to write comment.