COLOR #433C6A

HEX: #433C6A RGB: (67,60,106)

Color info

#433C6A contains red, green and blue colors in about the same proportion. Web safe color of #433C6A is #333366 (or #336).

RGB color model

#433C6A color RGB value is (67,60,106).

RGB: (67,60,106) (26%, 24%, 42%)

RGB channels and saturation

R 67 of 255 = 26%
G 60 of 255 = 24%
B 106 of 255 = 42%

67
60
106

R + G + B ~ 31%. #433C6A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 67 + 60 + 106 = 233 (100%)
R 67 of 233 ~ 28.76%
G 60 of 233 ~ 25.75%
B 106 of 233 ~ 45.49'%

%28.76
%25.75
%45.49

CMYK color model

#433C6A color CMYK value is (37,43,0,58).

  • cyan value is 36.79%
  • magenta value is 43.40%
  • yellow value is 0.00%
  • key color value is 58.43%

CMYK: (37,43,0,58)
C37M43Y0K58 (37%, 43%, 0%, 58%)
(0.37 / 0.43 / 0.00 / 0.58)

CMYK percentages

%36.79
%43.4
%0
%58.43

Codes

Color #433C6A in popluar color models

43 3C 6A
RGB 67 60 106
HSL 249° 27.71% 32.55%
HSB/HSV 249° 43.40% 41.57%
CMYK 36.79% 43.40% 0.00%
58.43%

Color #433C6A in popluar number systems.

HEX 43 3C 6A
Decimal 67 60 106
Binary 1000011 111100 1101010
Octal 103 74 152

Shades and tints

Shades of #433C6A

#433C6A
(67,60,106)
#3D3761
(61,55,97)
#373258
(55,50,88)
#312D4F
(49,45,79)
#2B2846
(43,40,70)
#25233D
(37,35,61)
#1F1E34
(31,30,52)
#19192B
(25,25,43)
#131422
(19,20,34)
#0D0F19
(13,15,25)
#070A10
(7,10,16)
#000000
(0,0,0)

Tints of #433C6A

#433C6A
(67,60,106)
#544D77
(84,77,119)
#655E84
(101,94,132)
#766F91
(118,111,145)
#87809E
(135,128,158)
#9891AB
(152,145,171)
#A9A2B8
(169,162,184)
#BAB3C5
(186,179,197)
#CBC4D2
(203,196,210)
#DCD5DF
(220,213,223)
#EDE6EC
(237,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #433C6A color. Also use rgb(67,60,106) instead hex code.

Text Font Color

.myTextColor { color: #433C6A; }

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

This text font color is #433C6A.

Background Color

.myBgColor { background-color: #433C6A; }

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

This div background color is #433C6A.

Border color

.myBorderColor { border: 1px solid #433C6A; }

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

This div border color is #433C6A.

Opacity

.myOpacity80 { color: #433C6A; opacity: 0.8; }

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

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

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

This text has shadow with #433C6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #433C6A.

Preview

Color preview on black background

This text has color #433C6A on black background.


Color preview on white background

This text has color #433C6A on white background.


Black color preview on #433C6A background

This text has black color on #433C6A background.


White color preview on #433C6A background

This text has white color on #433C6A background.


Related colors

Complementary color

Complementary color for #hex is #BCC395.


I love getcolorcode.com

Triadic colors

1 #6A433C and #3C6A43 with #433C6A are triadic colors.

2 #6A3C43 and #3C436A with #433C6A are triadic colors.