COLOR #464F02

HEX: #464F02 RGB: (70,79,2)

Color info

#464F02 contains mainly red and green colors. Web safe color of #464F02 is #336600 (or #360).

RGB color model

#464F02 color RGB value is (70,79,2).

RGB: (70,79,2) (27%, 31%, 1%)

RGB channels and saturation

R 70 of 255 = 27%
G 79 of 255 = 31%
B 2 of 255 = 1%

70
79
2

R + G + B ~ 20%. #464F02 is dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 79 + 2 = 151 (100%)
R 70 of 151 ~ 46.36%
G 79 of 151 ~ 52.32%
B 2 of 151 ~ 1.32'%

%46.36
%52.32

CMYK color model

#464F02 color CMYK value is (11,0,97,69).

  • cyan value is 11.39%
  • magenta value is 0.00%
  • yellow value is 97.47%
  • key color value is 69.02%

CMYK: (11,0,97,69)
C11M0Y97K69 (11%, 0%, 97%, 69%)
(0.11 / 0.00 / 0.97 / 0.69)

CMYK percentages

%11.39
%0
%97.47
%69.02

Codes

Color #464F02 in popluar color models

46 4F 02
RGB 70 79 2
HSL 67° 95.06% 15.88%
HSB/HSV 67° 97.47% 30.98%
CMYK 11.39% 0.00% 97.47%
69.02%

Color #464F02 in popluar number systems.

HEX 46 4F 02
Decimal 70 79 2
Binary 1000110 1001111 10
Octal 106 117 2

Shades and tints

Shades of #464F02

#464F02
(70,79,2)
#404802
(64,72,2)
#3A4102
(58,65,2)
#343A02
(52,58,2)
#2E3302
(46,51,2)
#282C02
(40,44,2)
#222502
(34,37,2)
#1C1E02
(28,30,2)
#161702
(22,23,2)
#101002
(16,16,2)
#0A0902
(10,9,2)
#000000
(0,0,0)

Tints of #464F02

#464F02
(70,79,2)
#565F19
(86,95,25)
#666F30
(102,111,48)
#767F47
(118,127,71)
#868F5E
(134,143,94)
#969F75
(150,159,117)
#A6AF8C
(166,175,140)
#B6BFA3
(182,191,163)
#C6CFBA
(198,207,186)
#D6DFD1
(214,223,209)
#E6EFE8
(230,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #464F02 color. Also use rgb(70,79,2) instead hex code.

Text Font Color

.myTextColor { color: #464F02; }

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

This text font color is #464F02.

Background Color

.myBgColor { background-color: #464F02; }

<div style="background-color:#464F02">Inner text</div>

This div background color is #464F02.

Border color

.myBorderColor { border: 1px solid #464F02; }

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

This div border color is #464F02.

Opacity

.myOpacity80 { color: #464F02; opacity: 0.8; }

<p style="color:#464F02;opacity:0.8;">80%</p>

Text with #464F02 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 #464F02;}

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

This text has shadow with #464F02 color.


.textShadow {text-shadow: 3px 3px 1px #464F02', 3px 3px 1px red;}

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

This text has shadow with #464F02 primary color and red secondary color.


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

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

This text has shadow with #464F02 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #464F02; -webkit-box-shadow: 1px 1px 3px 2px #464F02; box-shadow:1px 1px 3px 2px #464F02;">
Div content here
</div>

This div box has shadow with color #464F02.

Preview

Color preview on black background

This text has color #464F02 on black background.


Color preview on white background

This text has color #464F02 on white background.


Black color preview on #464F02 background

This text has black color on #464F02 background.


White color preview on #464F02 background

This text has white color on #464F02 background.


Related colors

Complementary color

Complementary color for #hex is #B9B0FD.


I love getcolorcode.com

Triadic colors

1 #02464F and #4F0246 with #464F02 are triadic colors.

2 #024F46 and #4F4602 with #464F02 are triadic colors.