Color Hex Logo

#3f764a Color Hex

#3F764A
(63,118,74)
0 Favorites   0 Comments

Color spaces of #3f764a

RGB 6311874
HSL0.370.300.35
HSV132°47°46°
CMYK 0.470.000.37   0.54
XYZ9.764414.50808.7643
Yxy14.50800.29560.4391
Hunter Lab38.0894-20.897013.0200
CIE-Lab44.9528-28.553518.7371

#3f764a color RGB value is (63,118,74).

#3f764a hex color red value is 63, green value is 118 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #3f764a hue: 0.37 , saturation: 0.30 and the lightness value of 3f764a is 0.35.

The process color (four color CMYK) of #3f764a color hex is 0.47, 0.00, 0.37, 0.54. Web safe color of #3f764a is #336633. Color #3f764a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 01110110 01001010
Octal 77 166 112
Decimal 63 118 74
Hex 3F 76 4A

RGB Percentages of Color #3f764a

%24.71
%46.27
%29.02

CMYK Percentages of Color #3f764a

%47
%0
%37
%54

Triadic Colors of #3f764a

#3f764a #4a3f76 #764a3f

Analogous Colors of #3f764a

#3f764a #3f7666 #50763f

Monochromatic Colors of #3f764a

#3f764a

Complementary Color

#3f764a #763f6b

#3f764a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f764a Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f764a Color CSS Codes

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

#3f764a Text Font Color

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

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


#3f764a Background Color

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

This div background color is #3f764a


#3f764a Border Color

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

This div border color is #3f764a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(63,118,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 #3f764a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f764a


Comments

No comments written yet.

Please login to write comment.