COLOR #284A01

HEX: #284A01 RGB: (40,74,1)

Color info

#284A01 contains mainly red and green colors. Web safe color of #284A01 is #333300 (or #330).

RGB color model

#284A01 color RGB value is (40,74,1).

RGB: (40,74,1) (16%, 29%, 0%)

RGB channels and saturation

R 40 of 255 = 16%
G 74 of 255 = 29%
B 1 of 255 = 0%

40
74
1

R + G + B ~ 15%. #284A01 is dark color.

Portions of RGB colors in percentages

R + G + B = 40 + 74 + 1 = 115 (100%)
R 40 of 115 ~ 34.78%
G 74 of 115 ~ 64.35%
B 1 of 115 ~ 0.87'%

%34.78
%64.35

CMYK color model

#284A01 color CMYK value is (46,0,99,71).

  • cyan value is 45.95%
  • magenta value is 0.00%
  • yellow value is 98.65%
  • key color value is 70.98%

CMYK: (46,0,99,71)
C46M0Y99K71 (46%, 0%, 99%, 71%)
(0.46 / 0.00 / 0.99 / 0.71)

CMYK percentages

%45.95
%0
%98.65
%70.98

Codes

Color #284A01 in popluar color models

28 4A 01
RGB 40 74 1
HSL 88° 97.33% 14.71%
HSB/HSV 88° 98.65% 29.02%
CMYK 45.95% 0.00% 98.65%
70.98%

Color #284A01 in popluar number systems.

HEX 28 4A 01
Decimal 40 74 1
Binary 101000 1001010 1
Octal 50 112 1

Shades and tints

Shades of #284A01

#284A01
(40,74,1)
#254401
(37,68,1)
#223E01
(34,62,1)
#1F3801
(31,56,1)
#1C3201
(28,50,1)
#192C01
(25,44,1)
#162601
(22,38,1)
#132001
(19,32,1)
#101A01
(16,26,1)
#0D1401
(13,20,1)
#0A0E01
(10,14,1)
#000000
(0,0,0)

Tints of #284A01

#284A01
(40,74,1)
#3B5A18
(59,90,24)
#4E6A2F
(78,106,47)
#617A46
(97,122,70)
#748A5D
(116,138,93)
#879A74
(135,154,116)
#9AAA8B
(154,170,139)
#ADBAA2
(173,186,162)
#C0CAB9
(192,202,185)
#D3DAD0
(211,218,208)
#E6EAE7
(230,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #284A01 color. Also use rgb(40,74,1) instead hex code.

Text Font Color

.myTextColor { color: #284A01; }

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

This text font color is #284A01.

Background Color

.myBgColor { background-color: #284A01; }

<div style="background-color:#284A01">Inner text</div>

This div background color is #284A01.

Border color

.myBorderColor { border: 1px solid #284A01; }

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

This div border color is #284A01.

Opacity

.myOpacity80 { color: #284A01; opacity: 0.8; }

<p style="color:#284A01;opacity:0.8;">80%</p>

Text with #284A01 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 #284A01;}

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

This text has shadow with #284A01 color.


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

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

This text has shadow with #284A01 primary color and red secondary color.


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

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

This text has shadow with #284A01 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #284A01.

Preview

Color preview on black background

This text has color #284A01 on black background.


Color preview on white background

This text has color #284A01 on white background.


Black color preview on #284A01 background

This text has black color on #284A01 background.


White color preview on #284A01 background

This text has white color on #284A01 background.


Related colors

Complementary color

Complementary color for #hex is #D7B5FE.


I love getcolorcode.com

Triadic colors

1 #01284A and #4A0128 with #284A01 are triadic colors.

2 #014A28 and #4A2801 with #284A01 are triadic colors.