COLOR #412B03

HEX: #412B03 RGB: (65,43,3)

Color info

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

RGB color model

#412B03 color RGB value is (65,43,3).

RGB: (65,43,3) (25%, 17%, 1%)

RGB channels and saturation

R 65 of 255 = 25%
G 43 of 255 = 17%
B 3 of 255 = 1%

65
43
3

R + G + B ~ 14%. #412B03 is dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 43 + 3 = 111 (100%)
R 65 of 111 ~ 58.56%
G 43 of 111 ~ 38.74%
B 3 of 111 ~ 2.7'%

%58.56
%38.74

CMYK color model

#412B03 color CMYK value is (0,34,95,75).

  • cyan value is 0.00%
  • magenta value is 33.85%
  • yellow value is 95.38%
  • key color value is 74.51%

CMYK: (0,34,95,75)
C0M34Y95K75 (0%, 34%, 95%, 75%)
(0.00 / 0.34 / 0.95 / 0.75)

CMYK percentages

%0
%33.85
%95.38
%74.51

Codes

Color #412B03 in popluar color models

41 2B 03
RGB 65 43 3
HSL 39° 91.18% 13.33%
HSB/HSV 39° 95.38% 25.49%
CMYK 0.00% 33.85% 95.38%
74.51%

Color #412B03 in popluar number systems.

HEX 41 2B 03
Decimal 65 43 3
Binary 1000001 101011 11
Octal 101 53 3

Shades and tints

Shades of #412B03

#412B03
(65,43,3)
#3C2803
(60,40,3)
#372503
(55,37,3)
#322203
(50,34,3)
#2D1F03
(45,31,3)
#281C03
(40,28,3)
#231903
(35,25,3)
#1E1603
(30,22,3)
#191303
(25,19,3)
#141003
(20,16,3)
#0F0D03
(15,13,3)
#000000
(0,0,0)

Tints of #412B03

#412B03
(65,43,3)
#523E19
(82,62,25)
#63512F
(99,81,47)
#746445
(116,100,69)
#85775B
(133,119,91)
#968A71
(150,138,113)
#A79D87
(167,157,135)
#B8B09D
(184,176,157)
#C9C3B3
(201,195,179)
#DAD6C9
(218,214,201)
#EBE9DF
(235,233,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #412B03 color. Also use rgb(65,43,3) instead hex code.

Text Font Color

.myTextColor { color: #412B03; }

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

This text font color is #412B03.

Background Color

.myBgColor { background-color: #412B03; }

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

This div background color is #412B03.

Border color

.myBorderColor { border: 1px solid #412B03; }

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

This div border color is #412B03.

Opacity

.myOpacity80 { color: #412B03; opacity: 0.8; }

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

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

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

This text has shadow with #412B03 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #412B03.

Preview

Color preview on black background

This text has color #412B03 on black background.


Color preview on white background

This text has color #412B03 on white background.


Black color preview on #412B03 background

This text has black color on #412B03 background.


White color preview on #412B03 background

This text has white color on #412B03 background.


Related colors

Complementary color

Complementary color for #hex is #BED4FC.


I love getcolorcode.com

Triadic colors

1 #03412B and #2B0341 with #412B03 are triadic colors.

2 #032B41 and #2B4103 with #412B03 are triadic colors.