Color Hex Logo

#48634a Color Hex

#48634A
(72,99,74)
0 Favorites   0 Comments

Color spaces of #48634a

RGB 729974
HSL0.350.160.34
HSV124°27°39°
CMYK 0.270.000.25   0.61
XYZ8.370410.79588.1212
Yxy10.79580.30670.3956
Hunter Lab32.8570-12.02638.3453
CIE-Lab39.2344-15.625811.0437

#48634a color RGB value is (72,99,74).

#48634a hex color red value is 72, green value is 99 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #48634a hue: 0.35 , saturation: 0.16 and the lightness value of 48634a is 0.34.

The process color (four color CMYK) of #48634a color hex is 0.27, 0.00, 0.25, 0.61. Web safe color of #48634a is #336633. Color #48634a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01100011 01001010
Octal 110 143 112
Decimal 72 99 74
Hex 48 63 4A

RGB Percentages of Color #48634a

%29.39
%40.41
%30.20

CMYK Percentages of Color #48634a

%27
%0
%25
%61

Triadic Colors of #48634a

#48634a #4a4863 #634a48

Analogous Colors of #48634a

#48634a #486358 #546348

Monochromatic Colors of #48634a

#48634a

Complementary Color

#48634a #634861

#48634a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48634a Color Preview on White Background

Lorem ipsum dolor sit amet.

#48634a Color CSS Codes

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

#48634a Text Font Color

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

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


#48634a Background Color

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

This div background color is #48634a


#48634a Border Color

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

This div border color is #48634a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,99,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #48634a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #48634a;
  -webkit-box-shadow: 1px 1px 3px 2px #48634a;
  box-shadow:         1px 1px 3px 2px #48634a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,99,74, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48634a


Comments

No comments written yet.

Please login to write comment.