Color Hex Logo

#746923 Color Hex

#746923
(116,105,35)
0 Favorites   0 Comments

Color spaces of #746923

RGB 11610535
HSL0.140.540.30
HSV52°70°45°
CMYK 0.000.090.70   0.55
XYZ12.557413.93753.6185
Yxy13.93750.41700.4628
Hunter Lab37.3330-5.292020.3864
CIE-Lab44.1432-4.579939.3939

#746923 color RGB value is (116,105,35).

#746923 hex color red value is 116, green value is 105 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #746923 hue: 0.14 , saturation: 0.54 and the lightness value of 746923 is 0.30.

The process color (four color CMYK) of #746923 color hex is 0.00, 0.09, 0.70, 0.55. Web safe color of #746923 is #666633. Color #746923 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01101001 00100011
Octal 164 151 43
Decimal 116 105 35
Hex 74 69 23

RGB Percentages of Color #746923

%45.31
%41.02
%13.67

CMYK Percentages of Color #746923

%0
%9
%70
%55

Triadic Colors of #746923

#746923 #237469 #692374

Analogous Colors of #746923

#746923 #577423 #744123

Monochromatic Colors of #746923

#746923

Complementary Color

#746923 #232e74

#746923 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#746923 Color Preview on White Background

Lorem ipsum dolor sit amet.

#746923 Color CSS Codes

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

#746923 Text Font Color

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

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


#746923 Background Color

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

This div background color is #746923


#746923 Border Color

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

This div border color is #746923


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #746923


Comments

No comments written yet.

Please login to write comment.