COLOR #402E02

HEX: #402E02
RGB: (64,46,2)

Color info

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

RGB color model

#402E02 color RGB value is (64,46,2).

  • red value is 64;
  • green value is 46;
  • blue value is 2.
RGB:
(64,46,2)
(25%,18%,1%)

RGB channels and saturation

R 64 of 255 = 25%
G 46 of 255 = 18%
B 2 of 255 = 1%

64
46
2

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

Portions of RGB colors in percentages

R + G + B =
64 + 46 + 2 = 112 (100%)
R 64 of 112 ~ 57.14%
G 46 of 112 ~ 41.07%
B 2 of 112 ~ 1.79%

%57.14
%41.07

CMYK color model

#402E02 color CMYK value is (0,28,97,75).

  • cyan value is 0.00%
  • magenta value is 28.13%
  • yellow value is 96.88%
  • key color value is 74.90%
CMYK:
(0,28,97,75)
C0M28Y97K75 
(0%,28%,97%,75%)
(0.00/0.28/0.97/0.75)	

CMYK percentages

%0
%28.13
%96.88
%74.9

Codes

Color #402E02 in popluar color models

402E02
RGB64462
HSL43°93.94%12.94%
HSB/HSV43°96.88%25.10%
CMYK0.00%28.13%96.88%
74.90%

Color #402E02 in popluar number systems.

HEX402E02
Decimal64462
Binary100000010111010
Octal100562

Shades and tints

Shades of #402E02

#402E02
(64,46,2)
#3B2A02
(59,42,2)
#362602
(54,38,2)
#312202
(49,34,2)
#2C1E02
(44,30,2)
#271A02
(39,26,2)
#221602
(34,22,2)
#1D1202
(29,18,2)
#180E02
(24,14,2)
#130A02
(19,10,2)
#0E0602
(14,6,2)
#000000
(0,0,0)

Tints of #402E02

#402E02
(64,46,2)
#514119
(81,65,25)
#625430
(98,84,48)
#736747
(115,103,71)
#847A5E
(132,122,94)
#958D75
(149,141,117)
#A6A08C
(166,160,140)
#B7B3A3
(183,179,163)
#C8C6BA
(200,198,186)
#D9D9D1
(217,217,209)
#EAECE8
(234,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #402E02 color. Also use rgb(64,46,2) instead hex code.

Text Font Color

.myTextColor { color: #402E02; }

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

This text font color is #402E02.


Background Color

.myBgColor { background-color: #402E02; }

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

This div background color is #402E02.


Border color

.myBorderColor { border: 1px solid #402E02; }

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

This div border color is #402E02.


Opacity

.myOpacity80 { color: #402E02; opacity: 0.8; }

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

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

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

This text has shadow with #402E02 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #402E02 on black background.


Color preview on white background

This text has color #402E02 on white background.



Black color preview on #402E02 background

This text has black color on #402E02 background.


White color preview on #402E02 background

This text has white color on #402E02 background.