Color Hex Logo

#3f482f Color Hex

#3F482F
(63,72,47)
0 Favorites   0 Comments

Color spaces of #3f482f

RGB 637247
HSL0.230.210.23
HSV82°35°28°
CMYK 0.130.000.35   0.72
XYZ4.88045.89673.5703
Yxy5.89670.34020.4110
Hunter Lab24.2831-6.62078.2809
CIE-Lab29.1503-8.772213.8309

#3f482f color RGB value is (63,72,47).

#3f482f hex color red value is 63, green value is 72 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #3f482f hue: 0.23 , saturation: 0.21 and the lightness value of 3f482f is 0.23.

The process color (four color CMYK) of #3f482f color hex is 0.13, 0.00, 0.35, 0.72. Web safe color of #3f482f is #333333. Color #3f482f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 01001000 00101111
Octal 77 110 57
Decimal 63 72 47
Hex 3F 48 2F

RGB Percentages of Color #3f482f

%34.62
%39.56
%25.82

CMYK Percentages of Color #3f482f

%13
%0
%35
%72

Triadic Colors of #3f482f

#3f482f #2f3f48 #482f3f

Analogous Colors of #3f482f

#3f482f #33482f #48452f

Monochromatic Colors of #3f482f

#3f482f

Complementary Color

#3f482f #382f48

#3f482f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f482f Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f482f Color CSS Codes

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

#3f482f Text Font Color

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

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


#3f482f Background Color

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

This div background color is #3f482f


#3f482f Border Color

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

This div border color is #3f482f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(63,72,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3f482f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3f482f;
  -webkit-box-shadow: 1px 1px 3px 2px #3f482f;
  box-shadow:         1px 1px 3px 2px #3f482f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f482f


Comments

No comments written yet.

Please login to write comment.