COLOR #433301

HEX: #433301 RGB: (67,51,1)

Color info

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

RGB color model

#433301 color RGB value is (67,51,1).

RGB: (67,51,1) (26%, 20%, 0%)

RGB channels and saturation

R 67 of 255 = 26%
G 51 of 255 = 20%
B 1 of 255 = 0%

67
51
1

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

Portions of RGB colors in percentages

R + G + B = 67 + 51 + 1 = 119 (100%)
R 67 of 119 ~ 56.3%
G 51 of 119 ~ 42.86%
B 1 of 119 ~ 0.84'%

%56.3
%42.86

CMYK color model

#433301 color CMYK value is (0,24,99,74).

  • cyan value is 0.00%
  • magenta value is 23.88%
  • yellow value is 98.51%
  • key color value is 73.73%
CMYK: (0,24,99,74) C0M24Y99K74 (0%,24%,99%,74%) (0.00/0.24/0.99/0.74) 

CMYK percentages

%0
%23.88
%98.51
%73.73

Codes

Color #433301 in popluar color models

43 33 01
RGB 67 51 1
HSL 45° 97.06% 13.33%
HSB/HSV 45° 98.51% 26.27%
CMYK 0.00% 23.88% 98.51%
73.73%

Color #433301 in popluar number systems.

HEX 43 33 01
Decimal 67 51 1
Binary 1000011 110011 1
Octal 103 63 1

Shades and tints

Shades of #433301

#433301
(67,51,1)
#3D2F01
(61,47,1)
#372B01
(55,43,1)
#312701
(49,39,1)
#2B2301
(43,35,1)
#251F01
(37,31,1)
#1F1B01
(31,27,1)
#191701
(25,23,1)
#131301
(19,19,1)
#0D0F01
(13,15,1)
#070B01
(7,11,1)
#000000
(0,0,0)

Tints of #433301

#433301
(67,51,1)
#544518
(84,69,24)
#65572F
(101,87,47)
#766946
(118,105,70)
#877B5D
(135,123,93)
#988D74
(152,141,116)
#A99F8B
(169,159,139)
#BAB1A2
(186,177,162)
#CBC3B9
(203,195,185)
#DCD5D0
(220,213,208)
#EDE7E7
(237,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #433301 color. Also use rgb(67,51,1) instead hex code.

Text Font Color

.myTextColor { color: #433301; }

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

This text font color is #433301.

Background Color

.myBgColor { background-color: #433301; }

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

This div background color is #433301.

Border color

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

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

This div border color is #433301.

Opacity

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

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

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

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

This text has shadow with #433301 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #433301.

Preview

Color preview on black background

This text has color #433301 on black background.


Color preview on white background

This text has color #433301 on white background.


Black color preview on #433301 background

This text has black color on #433301 background.


White color preview on #433301 background

This text has white color on #433301 background.


Related colors

Complementary color

Complementary color for #hex is #BCCCFE.


I love getcolorcode.com

Triadic colors

1 #014333 and #330143 with #433301 are triadic colors.

2 #013343 and #334301 with #433301 are triadic colors.