Color Hex Logo

#747123 Color Hex

#747123
(116,113,35)
0 Favorites   0 Comments

Color spaces of #747123

RGB 11611335
HSL0.160.540.30
HSV58°70°45°
CMYK 0.000.030.70   0.55
XYZ13.411015.64463.9030
Yxy15.64460.40690.4747
Hunter Lab39.5533-8.695721.8367
CIE-Lab46.5047-9.114841.8226

#747123 color RGB value is (116,113,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01110001 00100011
Octal 164 161 43
Decimal 116 113 35
Hex 74 71 23

RGB Percentages of Color #747123

%43.94
%42.80
%13.26

CMYK Percentages of Color #747123

%0
%3
%70
%55

Triadic Colors of #747123

#747123 #237471 #712374

Analogous Colors of #747123

#747123 #4f7423 #744923

Monochromatic Colors of #747123

#747123

Complementary Color

#747123 #232674

#747123 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747123 Color Preview on White Background

Lorem ipsum dolor sit amet.

#747123 Color CSS Codes

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

#747123 Text Font Color

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

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


#747123 Background Color

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

This div background color is #747123


#747123 Border Color

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

This div border color is #747123


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,113,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 #747123">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747123


Comments

No comments written yet.

Please login to write comment.