Color Hex Logo

#748108 Color Hex

#748108
(116,129,8)
0 Favorites   0 Comments

Color spaces of #748108

RGB 1161298
HSL0.180.880.27
HSV66°94°51°
CMYK 0.100.000.94   0.49
XYZ15.096519.43103.1846
Yxy19.43100.40030.5152
Hunter Lab44.0806-16.009326.5730
CIE-Lab51.1877-18.822554.2199

#748108 color RGB value is (116,129,8).

#748108 hex color red value is 116, green value is 129 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #748108 hue: 0.18 , saturation: 0.88 and the lightness value of 748108 is 0.27.

The process color (four color CMYK) of #748108 color hex is 0.10, 0.00, 0.94, 0.49. Web safe color of #748108 is #669900. Color #748108 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10000001 00001000
Octal 164 201 10
Decimal 116 129 8
Hex 74 81 8

RGB Percentages of Color #748108

%45.85
%50.99
%3.16

CMYK Percentages of Color #748108

%10
%0
%94
%49

Triadic Colors of #748108

#748108 #087481 #810874

Analogous Colors of #748108

#748108 #378108 #815208

Monochromatic Colors of #748108

#748108

Complementary Color

#748108 #150881

#748108 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748108 Color Preview on White Background

Lorem ipsum dolor sit amet.

#748108 Color CSS Codes

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

#748108 Text Font Color

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

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


#748108 Background Color

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

This div background color is #748108


#748108 Border Color

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

This div border color is #748108


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748108


Comments

No comments written yet.

Please login to write comment.