Color Hex Logo

#3f4603 Color Hex

#3F4603
(63,70,3)
0 Favorites   0 Comments

Color spaces of #3f4603

RGB 63703
HSL0.180.920.14
HSV66°96°27°
CMYK 0.100.000.96   0.73
XYZ4.25655.44370.9125
Yxy5.44370.40110.5129
Hunter Lab23.3317-8.266114.0134
CIE-Lab27.9632-11.938135.1606

#3f4603 color RGB value is (63,70,3).

#3f4603 hex color red value is 63, green value is 70 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #3f4603 hue: 0.18 , saturation: 0.92 and the lightness value of 3f4603 is 0.14.

The process color (four color CMYK) of #3f4603 color hex is 0.10, 0.00, 0.96, 0.73. Web safe color of #3f4603 is #333300. Color #3f4603 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 01000110 00000011
Octal 77 106 3
Decimal 63 70 3
Hex 3F 46 3

RGB Percentages of Color #3f4603

%46.32
%51.47
%2.21

CMYK Percentages of Color #3f4603

%10
%0
%96
%73

Triadic Colors of #3f4603

#3f4603 #033f46 #46033f

Analogous Colors of #3f4603

#3f4603 #1e4603 #462c03

Monochromatic Colors of #3f4603

#3f4603

Complementary Color

#3f4603 #0a0346

#3f4603 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f4603 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f4603 Color CSS Codes

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

#3f4603 Text Font Color

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

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


#3f4603 Background Color

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

This div background color is #3f4603


#3f4603 Border Color

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

This div border color is #3f4603


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f4603


Comments

No comments written yet.

Please login to write comment.