COLOR #413E01

HEX: #413E01
RGB: (65,62,1)

Color info

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

RGB color model

#413E01 color RGB value is (65,62,1).

  • red value is 65;
  • green value is 62;
  • blue value is 1.
RGB:
(65,62,1)
(25%,24%,0%)

RGB channels and saturation

R 65 of 255 = 25%
G 62 of 255 = 24%
B 1 of 255 = 0%

65
62
1

R + G + B ~ 16%. #413E01 is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 62 + 1 = 128 (100%)
R 65 of 128 ~ 50.78%
G 62 of 128 ~ 48.44%
B 1 of 128 ~ 0.78%

%50.78
%48.44

CMYK color model

#413E01 color CMYK value is (0,5,98,75).

  • cyan value is 0.00%
  • magenta value is 4.62%
  • yellow value is 98.46%
  • key color value is 74.51%
CMYK:
(0,5,98,75)
C0M5Y98K75 
(0%,5%,98%,75%)
(0.00/0.05/0.98/0.75)	

CMYK percentages

%0
%4.62
%98.46
%74.51

Codes

Color #413E01 in popluar color models

413E01
RGB65621
HSL57°96.97%12.94%
HSB/HSV57°98.46%25.49%
CMYK0.00%4.62%98.46%
74.51%

Color #413E01 in popluar number systems.

HEX413E01
Decimal65621
Binary10000011111101
Octal101761

Shades and tints

Shades of #413E01

#413E01
(65,62,1)
#3C3901
(60,57,1)
#373401
(55,52,1)
#322F01
(50,47,1)
#2D2A01
(45,42,1)
#282501
(40,37,1)
#232001
(35,32,1)
#1E1B01
(30,27,1)
#191601
(25,22,1)
#141101
(20,17,1)
#0F0C01
(15,12,1)
#000000
(0,0,0)

Tints of #413E01

#413E01
(65,62,1)
#524F18
(82,79,24)
#63602F
(99,96,47)
#747146
(116,113,70)
#85825D
(133,130,93)
#969374
(150,147,116)
#A7A48B
(167,164,139)
#B8B5A2
(184,181,162)
#C9C6B9
(201,198,185)
#DAD7D0
(218,215,208)
#EBE8E7
(235,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #413E01 color. Also use rgb(65,62,1) instead hex code.

Text Font Color

.myTextColor { color: #413E01; }

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

This text font color is #413E01.


Background Color

.myBgColor { background-color: #413E01; }

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

This div background color is #413E01.


Border color

.myBorderColor { border: 1px solid #413E01; }

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

This div border color is #413E01.


Opacity

.myOpacity80 { color: #413E01; opacity: 0.8; }

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

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

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

This text has shadow with #413E01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #413E01 on black background.


Color preview on white background

This text has color #413E01 on white background.



Black color preview on #413E01 background

This text has black color on #413E01 background.


White color preview on #413E01 background

This text has white color on #413E01 background.