Color Hex Logo

#748206 Color Hex

#748206
(116,130,6)
0 Favorites   0 Comments

Color spaces of #748206

RGB 1161306
HSL0.190.910.27
HSV67°95°51°
CMYK 0.110.000.95   0.49
XYZ15.218019.69143.1710
Yxy19.69140.39960.5171
Hunter Lab44.3750-16.441326.8257
CIE-Lab51.4865-19.386054.8229

#748206 color RGB value is (116,130,6).

#748206 hex color red value is 116, green value is 130 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #748206 hue: 0.19 , saturation: 0.91 and the lightness value of 748206 is 0.27.

The process color (four color CMYK) of #748206 color hex is 0.11, 0.00, 0.95, 0.49. Web safe color of #748206 is #669900. Color #748206 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10000010 00000110
Octal 164 202 6
Decimal 116 130 6
Hex 74 82 6

RGB Percentages of Color #748206

%46.03
%51.59
%2.38

CMYK Percentages of Color #748206

%11
%0
%95
%49

Triadic Colors of #748206

#748206 #067482 #820674

Analogous Colors of #748206

#748206 #368206 #825206

Monochromatic Colors of #748206

#748206

Complementary Color

#748206 #140682

#748206 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748206 Color Preview on White Background

Lorem ipsum dolor sit amet.

#748206 Color CSS Codes

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

#748206 Text Font Color

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

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


#748206 Background Color

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

This div background color is #748206


#748206 Border Color

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

This div border color is #748206


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748206


Comments

No comments written yet.

Please login to write comment.