Color Hex Logo

#672243 Color Hex

#672243
(103,34,67)
0 Favorites   0 Comments

Color spaces of #672243

RGB 1033467
HSL0.920.500.27
HSV331°67°40°
CMYK 0.000.670.35   0.60
XYZ7.17874.43295.7875
Yxy4.43290.41260.2548
Hunter Lab21.054524.0158-1.5597
CIE-Lab25.053934.3954-4.4156

#672243 color RGB value is (103,34,67).

#672243 hex color red value is 103, green value is 34 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #672243 hue: 0.92 , saturation: 0.50 and the lightness value of 672243 is 0.27.

The process color (four color CMYK) of #672243 color hex is 0.00, 0.67, 0.35, 0.60. Web safe color of #672243 is #663333. Color #672243 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00100010 01000011
Octal 147 42 103
Decimal 103 34 67
Hex 67 22 43

RGB Percentages of Color #672243

%50.49
%16.67
%32.84

CMYK Percentages of Color #672243

%0
%67
%35
%60

Triadic Colors of #672243

#672243 #436722 #224367

Analogous Colors of #672243

#672243 #672422 #672266

Monochromatic Colors of #672243

#672243

Complementary Color

#672243 #226746

#672243 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#672243 Color Preview on White Background

Lorem ipsum dolor sit amet.

#672243 Color CSS Codes

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

#672243 Text Font Color

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

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


#672243 Background Color

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

This div background color is #672243


#672243 Border Color

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

This div border color is #672243


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #672243


Comments

No comments written yet.

Please login to write comment.