Color Hex Logo

#48674b Color Hex

#48674B
(72,103,75)
0 Favorites   0 Comments

Color spaces of #48674b

RGB 7210375
HSL0.350.180.34
HSV126°30°40°
CMYK 0.300.000.27   0.60
XYZ8.792711.58628.4295
Yxy11.58620.30520.4022
Hunter Lab34.0385-13.45799.1440
CIE-Lab40.5507-17.619912.2612

#48674b color RGB value is (72,103,75).

#48674b hex color red value is 72, green value is 103 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #48674b hue: 0.35 , saturation: 0.18 and the lightness value of 48674b is 0.34.

The process color (four color CMYK) of #48674b color hex is 0.30, 0.00, 0.27, 0.60. Web safe color of #48674b is #336633. Color #48674b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01100111 01001011
Octal 110 147 113
Decimal 72 103 75
Hex 48 67 4B

RGB Percentages of Color #48674b

%28.80
%41.20
%30.00

CMYK Percentages of Color #48674b

%30
%0
%27
%60

Triadic Colors of #48674b

#48674b #4b4867 #674b48

Analogous Colors of #48674b

#48674b #48675b #556748

Monochromatic Colors of #48674b

#48674b

Complementary Color

#48674b #674864

#48674b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48674b Color Preview on White Background

Lorem ipsum dolor sit amet.

#48674b Color CSS Codes

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

#48674b Text Font Color

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

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


#48674b Background Color

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

This div background color is #48674b


#48674b Border Color

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

This div border color is #48674b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,103,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #48674b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #48674b;
  -webkit-box-shadow: 1px 1px 3px 2px #48674b;
  box-shadow:         1px 1px 3px 2px #48674b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48674b

#48674b Color Palettes


Comments

No comments written yet.

Please login to write comment.