COLOR #433340

HEX: #433340
RGB: (67,51,64)

Color info

#433340 contains red, green and blue colors in about the same proportion. Web safe color of #433340 is #333333 (or #333).

RGB color model

#433340 color RGB value is (67,51,64).

  • red value is 67;
  • green value is 51;
  • blue value is 64.
RGB:
(67,51,64)
(26%,20%,25%)

RGB channels and saturation

R 67 of 255 = 26%
G 51 of 255 = 20%
B 64 of 255 = 25%

67
51
64

R + G + B ~ 24%. #433340 is dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 51 + 64 = 182 (100%)
R 67 of 182 ~ 36.81%
G 51 of 182 ~ 28.02%
B 64 of 182 ~ 35.16%

%36.81
%28.02
%35.16

CMYK color model

#433340 color CMYK value is (0,24,4,74).

  • cyan value is 0.00%
  • magenta value is 23.88%
  • yellow value is 4.48%
  • key color value is 73.73%
CMYK:
(0,24,4,74)
C0M24Y4K74 
(0%,24%,4%,74%)
(0.00/0.24/0.04/0.74)	

CMYK percentages

%0
%23.88
%4.48
%73.73

Codes

Color #433340 in popluar color models

433340
RGB675164
HSL311°13.56%23.14%
HSB/HSV311°23.88%26.27%
CMYK0.00%23.88%4.48%
73.73%

Color #433340 in popluar number systems.

HEX433340
Decimal675164
Binary10000111100111000000
Octal10363100

Shades and tints

Shades of #433340

#433340
(67,51,64)
#3D2F3B
(61,47,59)
#372B36
(55,43,54)
#312731
(49,39,49)
#2B232C
(43,35,44)
#251F27
(37,31,39)
#1F1B22
(31,27,34)
#19171D
(25,23,29)
#131318
(19,19,24)
#0D0F13
(13,15,19)
#070B0E
(7,11,14)
#000000
(0,0,0)

Tints of #433340

#433340
(67,51,64)
#544551
(84,69,81)
#655762
(101,87,98)
#766973
(118,105,115)
#877B84
(135,123,132)
#988D95
(152,141,149)
#A99FA6
(169,159,166)
#BAB1B7
(186,177,183)
#CBC3C8
(203,195,200)
#DCD5D9
(220,213,217)
#EDE7EA
(237,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #433340; }

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

This text font color is #433340.


Background Color

.myBgColor { background-color: #433340; }

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

This div background color is #433340.


Border color

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

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

This div border color is #433340.


Opacity

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

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

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

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

This text has shadow with #433340 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #433340 on black background.


Color preview on white background

This text has color #433340 on white background.



Black color preview on #433340 background

This text has black color on #433340 background.


White color preview on #433340 background

This text has white color on #433340 background.