Color Hex Logo

#748121 Color Hex

#748121
(116,129,33)
0 Favorites   0 Comments

Color spaces of #748121

RGB 11612933
HSL0.190.590.32
HSV68°74°51°
CMYK 0.100.000.74   0.49
XYZ15.327219.52334.3994
Yxy19.52330.39050.4974
Hunter Lab44.1852-15.405025.0263
CIE-Lab51.2939-17.908047.3950

#748121 color RGB value is (116,129,33).

#748121 hex color red value is 116, green value is 129 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #748121 hue: 0.19 , saturation: 0.59 and the lightness value of 748121 is 0.32.

The process color (four color CMYK) of #748121 color hex is 0.10, 0.00, 0.74, 0.49. Web safe color of #748121 is #669933. Color #748121 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10000001 00100001
Octal 164 201 41
Decimal 116 129 33
Hex 74 81 21

RGB Percentages of Color #748121

%41.73
%46.40
%11.87

CMYK Percentages of Color #748121

%10
%0
%74
%49

Triadic Colors of #748121

#748121 #217481 #812174

Analogous Colors of #748121

#748121 #448121 #815e21

Monochromatic Colors of #748121

#748121

Complementary Color

#748121 #2e2181

#748121 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748121 Color Preview on White Background

Lorem ipsum dolor sit amet.

#748121 Color CSS Codes

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

#748121 Text Font Color

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

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


#748121 Background Color

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

This div background color is #748121


#748121 Border Color

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

This div border color is #748121


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748121


Comments

No comments written yet.

Please login to write comment.