Color Hex Logo

#748503 Color Hex

#748503
(116,133,3)
0 Favorites   0 Comments

Color spaces of #748503

RGB 1161333
HSL0.190.960.27
HSV68°98°52°
CMYK 0.130.000.98   0.48
XYZ15.606420.49463.2195
Yxy20.49460.39690.5212
Hunter Lab45.2710-17.689327.4732
CIE-Lab52.3919-20.998056.0718

#748503 color RGB value is (116,133,3).

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

The process color (four color CMYK) of #748503 color hex is 0.13, 0.00, 0.98, 0.48. Web safe color of #748503 is #669900. Color #748503 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10000101 00000011
Octal 164 205 3
Decimal 116 133 3
Hex 74 85 3

RGB Percentages of Color #748503

%46.03
%52.78
%1.19

CMYK Percentages of Color #748503

%13
%0
%98
%48

Triadic Colors of #748503

#748503 #037485 #850374

Analogous Colors of #748503

#748503 #338503 #855503

Monochromatic Colors of #748503

#748503

Complementary Color

#748503 #140385

#748503 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748503 Color Preview on White Background

Lorem ipsum dolor sit amet.

#748503 Color CSS Codes

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

#748503 Text Font Color

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

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


#748503 Background Color

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

This div background color is #748503


#748503 Border Color

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

This div border color is #748503


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748503


Comments

No comments written yet.

Please login to write comment.