Color Hex Logo

#3f764b Color Hex

#3F764B
(63,118,75)
0 Favorites   0 Comments

Color spaces of #3f764b

RGB 6311875
HSL0.370.300.35
HSV133°47°46°
CMYK 0.470.000.36   0.54
XYZ9.798314.52168.9431
Yxy14.52160.29460.4366
Hunter Lab38.1072-20.790912.7607
CIE-Lab44.9719-28.364918.1866

#3f764b color RGB value is (63,118,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 01110110 01001011
Octal 77 166 113
Decimal 63 118 75
Hex 3F 76 4B

RGB Percentages of Color #3f764b

%24.61
%46.09
%29.30

CMYK Percentages of Color #3f764b

%47
%0
%36
%54

Triadic Colors of #3f764b

#3f764b #4b3f76 #764b3f

Analogous Colors of #3f764b

#3f764b #3f7667 #4f763f

Monochromatic Colors of #3f764b

#3f764b

Complementary Color

#3f764b #763f6a

#3f764b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f764b Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f764b Color CSS Codes

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

#3f764b Text Font Color

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

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


#3f764b Background Color

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

This div background color is #3f764b


#3f764b Border Color

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

This div border color is #3f764b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f764b


Comments

No comments written yet.

Please login to write comment.