COLOR #484001

HEX: #484001 RGB: (72,64,1)

Color info

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

RGB color model

#484001 color RGB value is (72,64,1).

RGB: (72,64,1) (28%, 25%, 0%)

RGB channels and saturation

R 72 of 255 = 28%
G 64 of 255 = 25%
B 1 of 255 = 0%

72
64
1

R + G + B ~ 18%. #484001 is dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 64 + 1 = 137 (100%)
R 72 of 137 ~ 52.55%
G 64 of 137 ~ 46.72%
B 1 of 137 ~ 0.73'%

%52.55
%46.72

CMYK color model

#484001 color CMYK value is (0,11,99,72).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 98.61%
  • key color value is 71.76%

CMYK: (0,11,99,72)
C0M11Y99K72 (0%, 11%, 99%, 72%)
(0.00 / 0.11 / 0.99 / 0.72)

CMYK percentages

%0
%11.11
%98.61
%71.76

Codes

Color #484001 in popluar color models

48 40 01
RGB 72 64 1
HSL 53° 97.26% 14.31%
HSB/HSV 53° 98.61% 28.24%
CMYK 0.00% 11.11% 98.61%
71.76%

Color #484001 in popluar number systems.

HEX 48 40 01
Decimal 72 64 1
Binary 1001000 1000000 1
Octal 110 100 1

Shades and tints

Shades of #484001

#484001
(72,64,1)
#423B01
(66,59,1)
#3C3601
(60,54,1)
#363101
(54,49,1)
#302C01
(48,44,1)
#2A2701
(42,39,1)
#242201
(36,34,1)
#1E1D01
(30,29,1)
#181801
(24,24,1)
#121301
(18,19,1)
#0C0E01
(12,14,1)
#000000
(0,0,0)

Tints of #484001

#484001
(72,64,1)
#585118
(88,81,24)
#68622F
(104,98,47)
#787346
(120,115,70)
#88845D
(136,132,93)
#989574
(152,149,116)
#A8A68B
(168,166,139)
#B8B7A2
(184,183,162)
#C8C8B9
(200,200,185)
#D8D9D0
(216,217,208)
#E8EAE7
(232,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #484001 color. Also use rgb(72,64,1) instead hex code.

Text Font Color

.myTextColor { color: #484001; }

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

This text font color is #484001.

Background Color

.myBgColor { background-color: #484001; }

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

This div background color is #484001.

Border color

.myBorderColor { border: 1px solid #484001; }

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

This div border color is #484001.

Opacity

.myOpacity80 { color: #484001; opacity: 0.8; }

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

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

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

This text has shadow with #484001 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #484001.

Preview

Color preview on black background

This text has color #484001 on black background.


Color preview on white background

This text has color #484001 on white background.


Black color preview on #484001 background

This text has black color on #484001 background.


White color preview on #484001 background

This text has white color on #484001 background.


Related colors

Complementary color

Complementary color for #hex is #B7BFFE.


I love getcolorcode.com

Triadic colors

1 #014840 and #400148 with #484001 are triadic colors.

2 #014048 and #404801 with #484001 are triadic colors.