COLOR #433140

HEX: #433140 RGB: (67,49,64)

Color info

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

RGB color model

#433140 color RGB value is (67,49,64).

RGB: (67,49,64) (26%, 19%, 25%)

RGB channels and saturation

R 67 of 255 = 26%
G 49 of 255 = 19%
B 64 of 255 = 25%

67
49
64

R + G + B ~ 23%. #433140 is dark color.

Portions of RGB colors in percentages

R + G + B = 67 + 49 + 64 = 180 (100%)
R 67 of 180 ~ 37.22%
G 49 of 180 ~ 27.22%
B 64 of 180 ~ 35.56'%

%37.22
%27.22
%35.56

CMYK color model

#433140 color CMYK value is (0,27,4,74).

  • cyan value is 0.00%
  • magenta value is 26.87%
  • yellow value is 4.48%
  • key color value is 73.73%

CMYK: (0,27,4,74)
C0M27Y4K74 (0%, 27%, 4%, 74%)
(0.00 / 0.27 / 0.04 / 0.74)

CMYK percentages

%0
%26.87
%4.48
%73.73

Codes

Color #433140 in popluar color models

43 31 40
RGB 67 49 64
HSL 310° 15.52% 22.75%
HSB/HSV 310° 26.87% 26.27%
CMYK 0.00% 26.87% 4.48%
73.73%

Color #433140 in popluar number systems.

HEX 43 31 40
Decimal 67 49 64
Binary 1000011 110001 1000000
Octal 103 61 100

Shades and tints

Shades of #433140

#433140
(67,49,64)
#3D2D3B
(61,45,59)
#372936
(55,41,54)
#312531
(49,37,49)
#2B212C
(43,33,44)
#251D27
(37,29,39)
#1F1922
(31,25,34)
#19151D
(25,21,29)
#131118
(19,17,24)
#0D0D13
(13,13,19)
#07090E
(7,9,14)
#000000
(0,0,0)

Tints of #433140

#433140
(67,49,64)
#544351
(84,67,81)
#655562
(101,85,98)
#766773
(118,103,115)
#877984
(135,121,132)
#988B95
(152,139,149)
#A99DA6
(169,157,166)
#BAAFB7
(186,175,183)
#CBC1C8
(203,193,200)
#DCD3D9
(220,211,217)
#EDE5EA
(237,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #433140; }

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

This text font color is #433140.

Background Color

.myBgColor { background-color: #433140; }

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

This div background color is #433140.

Border color

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

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

This div border color is #433140.

Opacity

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

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

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

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

This text has shadow with #433140 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #433140.

Preview

Color preview on black background

This text has color #433140 on black background.


Color preview on white background

This text has color #433140 on white background.


Black color preview on #433140 background

This text has black color on #433140 background.


White color preview on #433140 background

This text has white color on #433140 background.


Related colors

Complementary color

Complementary color for #hex is #BCCEBF.


I love getcolorcode.com

Triadic colors

1 #404331 and #314043 with #433140 are triadic colors.

2 #403143 and #314340 with #433140 are triadic colors.