COLOR #3F7B00

HEX: #3F7B00
RGB: (63,123,0)

Color info

#3F7B00 contains mainly green color. Web safe color of #3F7B00 is #336600 (or #360).

RGB color model

#3F7B00 color RGB value is (63,123,0).

  • red value is 63;
  • green value is 123;
  • blue value is 0.
RGB:
(63,123,0)
(25%,48%,0%)

RGB channels and saturation

R 63 of 255 = 25%
G 123 of 255 = 48%
B 0 of 255 = 0%

63
123
0

R + G + B ~ 24%. #3F7B00 is dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 123 + 0 = 186 (100%)
R 63 of 186 ~ 33.87%
G 123 of 186 ~ 66.13%
B 0 of 186 ~ 0%

%33.87
%66.13

CMYK color model

#3F7B00 color CMYK value is (49,0,100,52).

  • cyan value is 48.78%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 51.76%
CMYK:
(49,0,100,52)
C49M0Y100K52 
(49%,0%,100%,52%)
(0.49/0.00/1.00/0.52)	

CMYK percentages

%48.78
%0
%100
%51.76

Codes

Color #3F7B00 in popluar color models

3F7B00
RGB631230
HSL89°100.00%24.12%
HSB/HSV89°100.00%48.24%
CMYK48.78%0.00%100.00%
51.76%

Color #3F7B00 in popluar number systems.

HEX3F7B00
Decimal631230
Binary11111111110110
Octal771730

Shades and tints

Shades of #3F7B00

#3F7B00
(63,123,0)
#3A7000
(58,112,0)
#356500
(53,101,0)
#305A00
(48,90,0)
#2B4F00
(43,79,0)
#264400
(38,68,0)
#213900
(33,57,0)
#1C2E00
(28,46,0)
#172300
(23,35,0)
#121800
(18,24,0)
#0D0D00
(13,13,0)
#000000
(0,0,0)

Tints of #3F7B00

#3F7B00
(63,123,0)
#508717
(80,135,23)
#61932E
(97,147,46)
#729F45
(114,159,69)
#83AB5C
(131,171,92)
#94B773
(148,183,115)
#A5C38A
(165,195,138)
#B6CFA1
(182,207,161)
#C7DBB8
(199,219,184)
#D8E7CF
(216,231,207)
#E9F3E6
(233,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F7B00 color. Also use rgb(63,123,0) instead hex code.

Text Font Color

.myTextColor { color: #3F7B00; }

<p style="color:#3F7B00">This sample text font color is #3F7B00.</p>

This text font color is #3F7B00.


Background Color

.myBgColor { background-color: #3F7B00; }

<div style="background-color:#3F7B00">Inner text</div>

This div background color is #3F7B00.


Border color

.myBorderColor { border: 1px solid #3F7B00; }

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

This div border color is #3F7B00.


Opacity

.myOpacity80 { color: #3F7B00; opacity: 0.8; }

<p style="color:#3F7B00;opacity:0.8;">80%</p>

Text with #3F7B00 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #3F7B00;}

<p style="text-shadow: 3px 3px 1px #3F7B00">Text here.</p>

This text has shadow with #3F7B00 color.

.textShadow {text-shadow: 3px 3px 1px #3F7B00, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #3F7B00, 5px 5px 20px red">Text here.</p>

This text has shadow with #3F7B00 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#3F7B00, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#3F7B00, Direction=45, Strength=4)">Text</p>

This text has shadow with #3F7B00 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #3F7B00;
  -webkit-box-shadow:	1px 1px 3px 2px #3F7B00;
  box-shadow:		1px 1px 3px 2px #3F7B00;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #3F7B00;
-webkit-box-shadow: 1px 1px 3px 2px #3F7B00;
box-shadow:1px 1px 3px 2px #3F7B00;">
Div content here</div>
This div box has shadow with color #3F7B00.

Preview

Color preview on black background

This text has color #3F7B00 on black background.


Color preview on white background

This text has color #3F7B00 on white background.



Black color preview on #3F7B00 background

This text has black color on #3F7B00 background.


White color preview on #3F7B00 background

This text has white color on #3F7B00 background.