Color Hex Logo

#674902 Color Hex

#674902
(103,73,2)
0 Favorites   0 Comments

Color spaces of #674902

RGB 103732
HSL0.120.960.21
HSV42°98°40°
CMYK 0.000.290.98   0.60
XYZ7.98707.65301.1137
Yxy7.65300.47670.4568
Hunter Lab27.66413.123316.9779
CIE-Lab33.24956.721541.4987

#674902 color RGB value is (103,73,2).

#674902 hex color red value is 103, green value is 73 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #674902 hue: 0.12 , saturation: 0.96 and the lightness value of 674902 is 0.21.

The process color (four color CMYK) of #674902 color hex is 0.00, 0.29, 0.98, 0.60. Web safe color of #674902 is #663300. Color #674902 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01001001 00000010
Octal 147 111 2
Decimal 103 73 2
Hex 67 49 2

RGB Percentages of Color #674902

%57.87
%41.01
%1.12

CMYK Percentages of Color #674902

%0
%29
%98
%60

Triadic Colors of #674902

#674902 #026749 #490267

Analogous Colors of #674902

#674902 #536702 #671602

Monochromatic Colors of #674902

#674902

Complementary Color

#674902 #022067

#674902 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#674902 Color Preview on White Background

Lorem ipsum dolor sit amet.

#674902 Color CSS Codes

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

#674902 Text Font Color

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

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


#674902 Background Color

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

This div background color is #674902


#674902 Border Color

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

This div border color is #674902


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #674902


Comments

No comments written yet.

Please login to write comment.