Color Hex Logo

#748215 Color Hex

#748215
(116,130,21)
0 Favorites   0 Comments

Color spaces of #748215

RGB 11613021
HSL0.190.720.30
HSV68°84°51°
CMYK 0.110.000.84   0.49
XYZ15.320419.73243.7107
Yxy19.73240.39520.5090
Hunter Lab44.4212-16.174226.1421
CIE-Lab51.5333-18.980151.5939

#748215 color RGB value is (116,130,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10000010 00010101
Octal 164 202 25
Decimal 116 130 21
Hex 74 82 15

RGB Percentages of Color #748215

%43.45
%48.69
%7.87

CMYK Percentages of Color #748215

%11
%0
%84
%49

Triadic Colors of #748215

#748215 #157482 #821574

Analogous Colors of #748215

#748215 #3e8215 #825a15

Monochromatic Colors of #748215

#748215

Complementary Color

#748215 #231582

#748215 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748215 Color Preview on White Background

Lorem ipsum dolor sit amet.

#748215 Color CSS Codes

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

#748215 Text Font Color

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

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


#748215 Background Color

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

This div background color is #748215


#748215 Border Color

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

This div border color is #748215


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748215


Comments

No comments written yet.

Please login to write comment.