COLOR #413300

HEX: #413300 RGB: (65,51,0)

Color info

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

RGB color model

#413300 color RGB value is (65,51,0).

RGB: (65,51,0) (25%, 20%, 0%)

RGB channels and saturation

R 65 of 255 = 25%
G 51 of 255 = 20%
B 0 of 255 = 0%

65
51
0

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

Portions of RGB colors in percentages

R + G + B = 65 + 51 + 0 = 116 (100%)
R 65 of 116 ~ 56.03%
G 51 of 116 ~ 43.97%
B 0 of 116 ~ 0'%

%56.03
%43.97

CMYK color model

#413300 color CMYK value is (0,22,100,75).

  • cyan value is 0.00%
  • magenta value is 21.54%
  • yellow value is 100.00%
  • key color value is 74.51%

CMYK: (0,22,100,75)
C0M22Y100K75 (0%, 22%, 100%, 75%)
(0.00 / 0.22 / 1.00 / 0.75)

CMYK percentages

%0
%21.54
%100
%74.51

Codes

Color #413300 in popluar color models

41 33 00
RGB 65 51 0
HSL 47° 100.00% 12.75%
HSB/HSV 47° 100.00% 25.49%
CMYK 0.00% 21.54% 100.00%
74.51%

Color #413300 in popluar number systems.

HEX 41 33 00
Decimal 65 51 0
Binary 1000001 110011 0
Octal 101 63 0

Shades and tints

Shades of #413300

#413300
(65,51,0)
#3C2F00
(60,47,0)
#372B00
(55,43,0)
#322700
(50,39,0)
#2D2300
(45,35,0)
#281F00
(40,31,0)
#231B00
(35,27,0)
#1E1700
(30,23,0)
#191300
(25,19,0)
#140F00
(20,15,0)
#0F0B00
(15,11,0)
#000000
(0,0,0)

Tints of #413300

#413300
(65,51,0)
#524517
(82,69,23)
#63572E
(99,87,46)
#746945
(116,105,69)
#857B5C
(133,123,92)
#968D73
(150,141,115)
#A79F8A
(167,159,138)
#B8B1A1
(184,177,161)
#C9C3B8
(201,195,184)
#DAD5CF
(218,213,207)
#EBE7E6
(235,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #413300; }

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

This text font color is #413300.

Background Color

.myBgColor { background-color: #413300; }

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

This div background color is #413300.

Border color

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

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

This div border color is #413300.

Opacity

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

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

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

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

This text has shadow with #413300 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #413300.

Preview

Color preview on black background

This text has color #413300 on black background.


Color preview on white background

This text has color #413300 on white background.


Black color preview on #413300 background

This text has black color on #413300 background.


White color preview on #413300 background

This text has white color on #413300 background.


Related colors

Complementary color

Complementary color for #hex is #BECCFF.


I love getcolorcode.com

Triadic colors

1 #004133 and #330041 with #413300 are triadic colors.

2 #003341 and #334100 with #413300 are triadic colors.