COLOR #40330A

HEX: #40330A
RGB: (64,51,10)

Color info

#40330A contains red, green and blue colors in about the same proportion. Web safe color of #40330A is #333300 (or #330).

RGB color model

#40330A color RGB value is (64,51,10).

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

RGB channels and saturation

R 64 of 255 = 25%
G 51 of 255 = 20%
B 10 of 255 = 4%

64
51
10

R + G + B ~ 16%. #40330A is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 51 + 10 = 125 (100%)
R 64 of 125 ~ 51.2%
G 51 of 125 ~ 40.8%
B 10 of 125 ~ 8%

%51.2
%40.8

CMYK color model

#40330A color CMYK value is (0,20,84,75).

  • cyan value is 0.00%
  • magenta value is 20.31%
  • yellow value is 84.38%
  • key color value is 74.90%
CMYK:
(0,20,84,75)
C0M20Y84K75 
(0%,20%,84%,75%)
(0.00/0.20/0.84/0.75)	

CMYK percentages

%0
%20.31
%84.38
%74.9

Codes

Color #40330A in popluar color models

40330A
RGB645110
HSL46°72.97%14.51%
HSB/HSV46°84.38%25.10%
CMYK0.00%20.31%84.38%
74.90%

Color #40330A in popluar number systems.

HEX40330A
Decimal645110
Binary10000001100111010
Octal1006312

Shades and tints

Shades of #40330A

#40330A
(64,51,10)
#3B2F0A
(59,47,10)
#362B0A
(54,43,10)
#31270A
(49,39,10)
#2C230A
(44,35,10)
#271F0A
(39,31,10)
#221B0A
(34,27,10)
#1D170A
(29,23,10)
#18130A
(24,19,10)
#130F0A
(19,15,10)
#0E0B0A
(14,11,10)
#000000
(0,0,0)

Tints of #40330A

#40330A
(64,51,10)
#514520
(81,69,32)
#625736
(98,87,54)
#73694C
(115,105,76)
#847B62
(132,123,98)
#958D78
(149,141,120)
#A69F8E
(166,159,142)
#B7B1A4
(183,177,164)
#C8C3BA
(200,195,186)
#D9D5D0
(217,213,208)
#EAE7E6
(234,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40330A; }

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

This text font color is #40330A.


Background Color

.myBgColor { background-color: #40330A; }

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

This div background color is #40330A.


Border color

.myBorderColor { border: 1px solid #40330A; }

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

This div border color is #40330A.


Opacity

.myOpacity80 { color: #40330A; opacity: 0.8; }

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

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

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

This text has shadow with #40330A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40330A on black background.


Color preview on white background

This text has color #40330A on white background.



Black color preview on #40330A background

This text has black color on #40330A background.


White color preview on #40330A background

This text has white color on #40330A background.