COLOR #403301

HEX: #403301 RGB: (64,51,1)

Color info

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

RGB color model

#403301 color RGB value is (64,51,1).

RGB: (64,51,1) (25%, 20%, 0%)

RGB channels and saturation

R 64 of 255 = 25%
G 51 of 255 = 20%
B 1 of 255 = 0%

64
51
1

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

Portions of RGB colors in percentages

R + G + B = 64 + 51 + 1 = 116 (100%)
R 64 of 116 ~ 55.17%
G 51 of 116 ~ 43.97%
B 1 of 116 ~ 0.86'%

%55.17
%43.97

CMYK color model

#403301 color CMYK value is (0,20,98,75).

  • cyan value is 0.00%
  • magenta value is 20.31%
  • yellow value is 98.44%
  • key color value is 74.90%

CMYK: (0,20,98,75)
C0M20Y98K75 (0%, 20%, 98%, 75%)
(0.00 / 0.20 / 0.98 / 0.75)

CMYK percentages

%0
%20.31
%98.44
%74.9

Codes

Color #403301 in popluar color models

40 33 01
RGB 64 51 1
HSL 48° 96.92% 12.75%
HSB/HSV 48° 98.44% 25.10%
CMYK 0.00% 20.31% 98.44%
74.90%

Color #403301 in popluar number systems.

HEX 40 33 01
Decimal 64 51 1
Binary 1000000 110011 1
Octal 100 63 1

Shades and tints

Shades of #403301

#403301
(64,51,1)
#3B2F01
(59,47,1)
#362B01
(54,43,1)
#312701
(49,39,1)
#2C2301
(44,35,1)
#271F01
(39,31,1)
#221B01
(34,27,1)
#1D1701
(29,23,1)
#181301
(24,19,1)
#130F01
(19,15,1)
#0E0B01
(14,11,1)
#000000
(0,0,0)

Tints of #403301

#403301
(64,51,1)
#514518
(81,69,24)
#62572F
(98,87,47)
#736946
(115,105,70)
#847B5D
(132,123,93)
#958D74
(149,141,116)
#A69F8B
(166,159,139)
#B7B1A2
(183,177,162)
#C8C3B9
(200,195,185)
#D9D5D0
(217,213,208)
#EAE7E7
(234,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #403301; }

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

This text font color is #403301.

Background Color

.myBgColor { background-color: #403301; }

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

This div background color is #403301.

Border color

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

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

This div border color is #403301.

Opacity

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

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

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

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

This text has shadow with #403301 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #403301.

Preview

Color preview on black background

This text has color #403301 on black background.


Color preview on white background

This text has color #403301 on white background.


Black color preview on #403301 background

This text has black color on #403301 background.


White color preview on #403301 background

This text has white color on #403301 background.


Related colors

Complementary color

Complementary color for #hex is #BFCCFE.


I love getcolorcode.com

Triadic colors

1 #014033 and #330140 with #403301 are triadic colors.

2 #013340 and #334001 with #403301 are triadic colors.