Color Hex Logo

#672330 Color Hex

#672330
(103,35,48)
0 Favorites   0 Comments

Color spaces of #672330

RGB 1033548
HSL0.970.490.27
HSV349°66°40°
CMYK 0.000.660.53   0.60
XYZ6.72814.29903.2715
Yxy4.29900.47050.3007
Hunter Lab20.734021.63795.1588
CIE-Lab24.636331.67747.8861

#672330 color RGB value is (103,35,48).

#672330 hex color red value is 103, green value is 35 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #672330 hue: 0.97 , saturation: 0.49 and the lightness value of 672330 is 0.27.

The process color (four color CMYK) of #672330 color hex is 0.00, 0.66, 0.53, 0.60. Web safe color of #672330 is #663333. Color #672330 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00100011 00110000
Octal 147 43 60
Decimal 103 35 48
Hex 67 23 30

RGB Percentages of Color #672330

%55.38
%18.82
%25.81

CMYK Percentages of Color #672330

%0
%66
%53
%60

Triadic Colors of #672330

#672330 #306723 #233067

Analogous Colors of #672330

#672330 #673823 #672352

Monochromatic Colors of #672330

#672330

Complementary Color

#672330 #23675a

#672330 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#672330 Color Preview on White Background

Lorem ipsum dolor sit amet.

#672330 Color CSS Codes

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

#672330 Text Font Color

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

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


#672330 Background Color

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

This div background color is #672330


#672330 Border Color

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

This div border color is #672330


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #672330


Comments

No comments written yet.

Please login to write comment.