COLOR #40330E

HEX: #40330E
RGB: (64,51,14)

Color info

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

RGB color model

#40330E color RGB value is (64,51,14).

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

RGB channels and saturation

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

64
51
14

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

Portions of RGB colors in percentages

R + G + B =
64 + 51 + 14 = 129 (100%)
R 64 of 129 ~ 49.61%
G 51 of 129 ~ 39.53%
B 14 of 129 ~ 10.85%

%49.61
%39.53
%10.85

CMYK color model

#40330E color CMYK value is (0,20,78,75).

  • cyan value is 0.00%
  • magenta value is 20.31%
  • yellow value is 78.13%
  • key color value is 74.90%
CMYK:
(0,20,78,75)
C0M20Y78K75 
(0%,20%,78%,75%)
(0.00/0.20/0.78/0.75)	

CMYK percentages

%0
%20.31
%78.13
%74.9

Codes

Color #40330E in popluar color models

40330E
RGB645114
HSL44°64.10%15.29%
HSB/HSV44°78.13%25.10%
CMYK0.00%20.31%78.13%
74.90%

Color #40330E in popluar number systems.

HEX40330E
Decimal645114
Binary10000001100111110
Octal1006316

Shades and tints

Shades of #40330E

#40330E
(64,51,14)
#3B2F0D
(59,47,13)
#362B0C
(54,43,12)
#31270B
(49,39,11)
#2C230A
(44,35,10)
#271F09
(39,31,9)
#221B08
(34,27,8)
#1D1707
(29,23,7)
#181306
(24,19,6)
#130F05
(19,15,5)
#0E0B04
(14,11,4)
#000000
(0,0,0)

Tints of #40330E

#40330E
(64,51,14)
#514523
(81,69,35)
#625738
(98,87,56)
#73694D
(115,105,77)
#847B62
(132,123,98)
#958D77
(149,141,119)
#A69F8C
(166,159,140)
#B7B1A1
(183,177,161)
#C8C3B6
(200,195,182)
#D9D5CB
(217,213,203)
#EAE7E0
(234,231,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40330E; }

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

This text font color is #40330E.


Background Color

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

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

This div background color is #40330E.


Border color

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

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

This div border color is #40330E.


Opacity

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

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

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

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

This text has shadow with #40330E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40330E on black background.


Color preview on white background

This text has color #40330E on white background.



Black color preview on #40330E background

This text has black color on #40330E background.


White color preview on #40330E background

This text has white color on #40330E background.