Color Hex Logo

#748335 Color Hex

#748335
(116,131,53)
0 Favorites   0 Comments

Color spaces of #748335

RGB 11613153
HSL0.200.420.36
HSV72°60°51°
CMYK 0.110.000.60   0.49
XYZ15.961420.20266.4264
Yxy20.20260.37480.4743
Hunter Lab44.9473-15.270022.9860
CIE-Lab52.0655-17.530839.4851

#748335 color RGB value is (116,131,53).

#748335 hex color red value is 116, green value is 131 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #748335 hue: 0.20 , saturation: 0.42 and the lightness value of 748335 is 0.36.

The process color (four color CMYK) of #748335 color hex is 0.11, 0.00, 0.60, 0.49. Web safe color of #748335 is #669933. Color #748335 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10000011 00110101
Octal 164 203 65
Decimal 116 131 53
Hex 74 83 35

RGB Percentages of Color #748335

%38.67
%43.67
%17.67

CMYK Percentages of Color #748335

%11
%0
%60
%49

Triadic Colors of #748335

#748335 #357483 #833574

Analogous Colors of #748335

#748335 #4d8335 #836b35

Monochromatic Colors of #748335

#748335

Complementary Color

#748335 #443583

#748335 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748335 Color Preview on White Background

Lorem ipsum dolor sit amet.

#748335 Color CSS Codes

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

#748335 Text Font Color

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

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


#748335 Background Color

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

This div background color is #748335


#748335 Border Color

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

This div border color is #748335


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748335


Comments

No comments written yet.

Please login to write comment.