COLOR #40330D

HEX: #40330D RGB: (64,51,13)

Color info

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

RGB color model

#40330D color RGB value is (64,51,13).

RGB: (64,51,13) (25%, 20%, 5%)

RGB channels and saturation

R 64 of 255 = 25%
G 51 of 255 = 20%
B 13 of 255 = 5%

64
51
13

R + G + B ~ 17%. #40330D is dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 51 + 13 = 128 (100%)
R 64 of 128 ~ 50%
G 51 of 128 ~ 39.84%
B 13 of 128 ~ 10.16'%

%50
%39.84
%10.16

CMYK color model

#40330D color CMYK value is (0,20,80,75).

  • cyan value is 0.00%
  • magenta value is 20.31%
  • yellow value is 79.69%
  • key color value is 74.90%
CMYK: (0,20,80,75) C0M20Y80K75 (0%,20%,80%,75%) (0.00/0.20/0.80/0.75) 

CMYK percentages

%0
%20.31
%79.69
%74.9

Codes

Color #40330D in popluar color models

40 33 0D
RGB 64 51 13
HSL 45° 66.23% 15.10%
HSB/HSV 45° 79.69% 25.10%
CMYK 0.00% 20.31% 79.69%
74.90%

Color #40330D in popluar number systems.

HEX 40 33 0D
Decimal 64 51 13
Binary 1000000 110011 1101
Octal 100 63 15

Shades and tints

Shades of #40330D

#40330D
(64,51,13)
#3B2F0C
(59,47,12)
#362B0B
(54,43,11)
#31270A
(49,39,10)
#2C2309
(44,35,9)
#271F08
(39,31,8)
#221B07
(34,27,7)
#1D1706
(29,23,6)
#181305
(24,19,5)
#130F04
(19,15,4)
#0E0B03
(14,11,3)
#000000
(0,0,0)

Tints of #40330D

#40330D
(64,51,13)
#514523
(81,69,35)
#625739
(98,87,57)
#73694F
(115,105,79)
#847B65
(132,123,101)
#958D7B
(149,141,123)
#A69F91
(166,159,145)
#B7B1A7
(183,177,167)
#C8C3BD
(200,195,189)
#D9D5D3
(217,213,211)
#EAE7E9
(234,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40330D; }

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

This text font color is #40330D.

Background Color

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

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

This div background color is #40330D.

Border color

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

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

This div border color is #40330D.

Opacity

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

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

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

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

This text has shadow with #40330D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #40330D.

Preview

Color preview on black background

This text has color #40330D on black background.


Color preview on white background

This text has color #40330D on white background.


Black color preview on #40330D background

This text has black color on #40330D background.


White color preview on #40330D background

This text has white color on #40330D background.


Related colors

Complementary color

Complementary color for #hex is #BFCCF2.


I love getcolorcode.com

Triadic colors

1 #0D4033 and #330D40 with #40330D are triadic colors.

2 #0D3340 and #33400D with #40330D are triadic colors.