COLOR #495F01

HEX: #495F01 RGB: (73,95,1)

Color info

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

RGB color model

#495F01 color RGB value is (73,95,1).

RGB: (73,95,1) (29%, 37%, 0%)

RGB channels and saturation

R 73 of 255 = 29%
G 95 of 255 = 37%
B 1 of 255 = 0%

73
95
1

R + G + B ~ 22%. #495F01 is dark color.

Portions of RGB colors in percentages

R + G + B = 73 + 95 + 1 = 169 (100%)
R 73 of 169 ~ 43.2%
G 95 of 169 ~ 56.21%
B 1 of 169 ~ 0.59'%

%43.2
%56.21

CMYK color model

#495F01 color CMYK value is (23,0,99,63).

  • cyan value is 23.16%
  • magenta value is 0.00%
  • yellow value is 98.95%
  • key color value is 62.75%

CMYK: (23,0,99,63)
C23M0Y99K63 (23%, 0%, 99%, 63%)
(0.23 / 0.00 / 0.99 / 0.63)

CMYK percentages

%23.16
%0
%98.95
%62.75

Codes

Color #495F01 in popluar color models

49 5F 01
RGB 73 95 1
HSL 74° 97.92% 18.82%
HSB/HSV 74° 98.95% 37.25%
CMYK 23.16% 0.00% 98.95%
62.75%

Color #495F01 in popluar number systems.

HEX 49 5F 01
Decimal 73 95 1
Binary 1001001 1011111 1
Octal 111 137 1

Shades and tints

Shades of #495F01

#495F01
(73,95,1)
#435701
(67,87,1)
#3D4F01
(61,79,1)
#374701
(55,71,1)
#313F01
(49,63,1)
#2B3701
(43,55,1)
#252F01
(37,47,1)
#1F2701
(31,39,1)
#191F01
(25,31,1)
#131701
(19,23,1)
#0D0F01
(13,15,1)
#000000
(0,0,0)

Tints of #495F01

#495F01
(73,95,1)
#596D18
(89,109,24)
#697B2F
(105,123,47)
#798946
(121,137,70)
#89975D
(137,151,93)
#99A574
(153,165,116)
#A9B38B
(169,179,139)
#B9C1A2
(185,193,162)
#C9CFB9
(201,207,185)
#D9DDD0
(217,221,208)
#E9EBE7
(233,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #495F01 color. Also use rgb(73,95,1) instead hex code.

Text Font Color

.myTextColor { color: #495F01; }

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

This text font color is #495F01.

Background Color

.myBgColor { background-color: #495F01; }

<div style="background-color:#495F01">Inner text</div>

This div background color is #495F01.

Border color

.myBorderColor { border: 1px solid #495F01; }

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

This div border color is #495F01.

Opacity

.myOpacity80 { color: #495F01; opacity: 0.8; }

<p style="color:#495F01;opacity:0.8;">80%</p>

Text with #495F01 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 #495F01;}

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

This text has shadow with #495F01 color.


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

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

This text has shadow with #495F01 primary color and red secondary color.


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

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

This text has shadow with #495F01 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #495F01.

Preview

Color preview on black background

This text has color #495F01 on black background.


Color preview on white background

This text has color #495F01 on white background.


Black color preview on #495F01 background

This text has black color on #495F01 background.


White color preview on #495F01 background

This text has white color on #495F01 background.


Related colors

Complementary color

Complementary color for #hex is #B6A0FE.


I love getcolorcode.com

Triadic colors

1 #01495F and #5F0149 with #495F01 are triadic colors.

2 #015F49 and #5F4901 with #495F01 are triadic colors.