COLOR #403300

HEX: #403300
RGB: (64,51,0)

Color info

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

RGB color model

#403300 color RGB value is (64,51,0).

  • red value is 64;
  • green value is 51;
  • blue value is 0.
RGB:
(64,51,0)
(25%,20%,0%)

RGB channels and saturation

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

64
51
0

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

Portions of RGB colors in percentages

R + G + B =
64 + 51 + 0 = 115 (100%)
R 64 of 115 ~ 55.65%
G 51 of 115 ~ 44.35%
B 0 of 115 ~ 0%

%55.65
%44.35

CMYK color model

#403300 color CMYK value is (0,20,100,75).

  • cyan value is 0.00%
  • magenta value is 20.31%
  • yellow value is 100.00%
  • key color value is 74.90%
CMYK:
(0,20,100,75)
C0M20Y100K75 
(0%,20%,100%,75%)
(0.00/0.20/1.00/0.75)	

CMYK percentages

%0
%20.31
%100
%74.9

Codes

Color #403300 in popluar color models

403300
RGB64510
HSL48°100.00%12.55%
HSB/HSV48°100.00%25.10%
CMYK0.00%20.31%100.00%
74.90%

Color #403300 in popluar number systems.

HEX403300
Decimal64510
Binary10000001100110
Octal100630

Shades and tints

Shades of #403300

#403300
(64,51,0)
#3B2F00
(59,47,0)
#362B00
(54,43,0)
#312700
(49,39,0)
#2C2300
(44,35,0)
#271F00
(39,31,0)
#221B00
(34,27,0)
#1D1700
(29,23,0)
#181300
(24,19,0)
#130F00
(19,15,0)
#0E0B00
(14,11,0)
#000000
(0,0,0)

Tints of #403300

#403300
(64,51,0)
#514517
(81,69,23)
#62572E
(98,87,46)
#736945
(115,105,69)
#847B5C
(132,123,92)
#958D73
(149,141,115)
#A69F8A
(166,159,138)
#B7B1A1
(183,177,161)
#C8C3B8
(200,195,184)
#D9D5CF
(217,213,207)
#EAE7E6
(234,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #403300; }

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

This text font color is #403300.


Background Color

.myBgColor { background-color: #403300; }

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

This div background color is #403300.


Border color

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

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

This div border color is #403300.


Opacity

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

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

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

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

This text has shadow with #403300 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #403300 on black background.


Color preview on white background

This text has color #403300 on white background.



Black color preview on #403300 background

This text has black color on #403300 background.


White color preview on #403300 background

This text has white color on #403300 background.