Color Hex Logo

#74631d Color Hex

#74631D
(116,99,29)
0 Favorites   0 Comments

Color spaces of #74631d

RGB 1169929
HSL0.130.600.28
HSV48°75°45°
CMYK 0.000.150.75   0.55
XYZ11.886112.72542.9922
Yxy12.72540.43060.4610
Hunter Lab35.6727-2.951219.9977
CIE-Lab42.3465-1.457140.2434

#74631d color RGB value is (116,99,29).

#74631d hex color red value is 116, green value is 99 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #74631d hue: 0.13 , saturation: 0.60 and the lightness value of 74631d is 0.28.

The process color (four color CMYK) of #74631d color hex is 0.00, 0.15, 0.75, 0.55. Web safe color of #74631d is #666633. Color #74631d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01100011 00011101
Octal 164 143 35
Decimal 116 99 29
Hex 74 63 1D

RGB Percentages of Color #74631d

%47.54
%40.57
%11.89

CMYK Percentages of Color #74631d

%0
%15
%75
%55

Triadic Colors of #74631d

#74631d #1d7463 #631d74

Analogous Colors of #74631d

#74631d #5a741d #74381d

Monochromatic Colors of #74631d

#74631d

Complementary Color

#74631d #1d2e74

#74631d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74631d Color Preview on White Background

Lorem ipsum dolor sit amet.

#74631d Color CSS Codes

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

#74631d Text Font Color

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

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


#74631d Background Color

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

This div background color is #74631d


#74631d Border Color

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

This div border color is #74631d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,99,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74631d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74631d;
  -webkit-box-shadow: 1px 1px 3px 2px #74631d;
  box-shadow:         1px 1px 3px 2px #74631d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74631d


Comments

No comments written yet.

Please login to write comment.