COLOR #413500

HEX: #413500
RGB: (65,53,0)

Color info

#413500 contains only red and green colors. Web safe color of #413500 is #333300 (or #330).

RGB color model

#413500 color RGB value is (65,53,0).

  • red value is 65;
  • green value is 53;
  • blue value is 0.
RGB:
(65,53,0)
(25%,21%,0%)

RGB channels and saturation

R 65 of 255 = 25%
G 53 of 255 = 21%
B 0 of 255 = 0%

65
53
0

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

Portions of RGB colors in percentages

R + G + B =
65 + 53 + 0 = 118 (100%)
R 65 of 118 ~ 55.08%
G 53 of 118 ~ 44.92%
B 0 of 118 ~ 0%

%55.08
%44.92

CMYK color model

#413500 color CMYK value is (0,18,100,75).

  • cyan value is 0.00%
  • magenta value is 18.46%
  • yellow value is 100.00%
  • key color value is 74.51%
CMYK:
(0,18,100,75)
C0M18Y100K75 
(0%,18%,100%,75%)
(0.00/0.18/1.00/0.75)	

CMYK percentages

%0
%18.46
%100
%74.51

Codes

Color #413500 in popluar color models

413500
RGB65530
HSL49°100.00%12.75%
HSB/HSV49°100.00%25.49%
CMYK0.00%18.46%100.00%
74.51%

Color #413500 in popluar number systems.

HEX413500
Decimal65530
Binary10000011101010
Octal101650

Shades and tints

Shades of #413500

#413500
(65,53,0)
#3C3100
(60,49,0)
#372D00
(55,45,0)
#322900
(50,41,0)
#2D2500
(45,37,0)
#282100
(40,33,0)
#231D00
(35,29,0)
#1E1900
(30,25,0)
#191500
(25,21,0)
#141100
(20,17,0)
#0F0D00
(15,13,0)
#000000
(0,0,0)

Tints of #413500

#413500
(65,53,0)
#524717
(82,71,23)
#63592E
(99,89,46)
#746B45
(116,107,69)
#857D5C
(133,125,92)
#968F73
(150,143,115)
#A7A18A
(167,161,138)
#B8B3A1
(184,179,161)
#C9C5B8
(201,197,184)
#DAD7CF
(218,215,207)
#EBE9E6
(235,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #413500 color. Also use rgb(65,53,0) instead hex code.

Text Font Color

.myTextColor { color: #413500; }

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

This text font color is #413500.


Background Color

.myBgColor { background-color: #413500; }

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

This div background color is #413500.


Border color

.myBorderColor { border: 1px solid #413500; }

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

This div border color is #413500.


Opacity

.myOpacity80 { color: #413500; opacity: 0.8; }

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

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

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

This text has shadow with #413500 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #413500 on black background.


Color preview on white background

This text has color #413500 on white background.



Black color preview on #413500 background

This text has black color on #413500 background.


White color preview on #413500 background

This text has white color on #413500 background.