Color Hex Logo

#748438 Color Hex

#748438
(116,132,56)
0 Favorites   0 Comments

Color spaces of #748438

RGB 11613256
HSL0.200.400.37
HSV73°58°52°
CMYK 0.120.000.58   0.48
XYZ16.167520.50116.8464
Yxy20.50110.37150.4711
Hunter Lab45.2781-15.499622.7296
CIE-Lab52.3991-17.786538.3995

#748438 color RGB value is (116,132,56).

#748438 hex color red value is 116, green value is 132 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #748438 hue: 0.20 , saturation: 0.40 and the lightness value of 748438 is 0.37.

The process color (four color CMYK) of #748438 color hex is 0.12, 0.00, 0.58, 0.48. Web safe color of #748438 is #669933. Color #748438 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10000100 00111000
Octal 164 204 70
Decimal 116 132 56
Hex 74 84 38

RGB Percentages of Color #748438

%38.16
%43.42
%18.42

CMYK Percentages of Color #748438

%12
%0
%58
%48

Triadic Colors of #748438

#748438 #387484 #843874

Analogous Colors of #748438

#748438 #4e8438 #846e38

Monochromatic Colors of #748438

#748438

Complementary Color

#748438 #483884

#748438 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748438 Color Preview on White Background

Lorem ipsum dolor sit amet.

#748438 Color CSS Codes

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

#748438 Text Font Color

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

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


#748438 Background Color

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

This div background color is #748438


#748438 Border Color

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

This div border color is #748438


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748438


Comments

No comments written yet.

Please login to write comment.