COLOR #433148

HEX: #433148
RGB: (67,49,72)

Color info

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

RGB color model

#433148 color RGB value is (67,49,72).

  • red value is 67;
  • green value is 49;
  • blue value is 72.
RGB:
(67,49,72)
(26%,19%,28%)

RGB channels and saturation

R 67 of 255 = 26%
G 49 of 255 = 19%
B 72 of 255 = 28%

67
49
72

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

Portions of RGB colors in percentages

R + G + B =
67 + 49 + 72 = 188 (100%)
R 67 of 188 ~ 35.64%
G 49 of 188 ~ 26.06%
B 72 of 188 ~ 38.3%

%35.64
%26.06
%38.3

CMYK color model

#433148 color CMYK value is (7,32,0,72).

  • cyan value is 6.94%
  • magenta value is 31.94%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(7,32,0,72)
C7M32Y0K72 
(7%,32%,0%,72%)
(0.07/0.32/0.00/0.72)	

CMYK percentages

%6.94
%31.94
%0
%71.76

Codes

Color #433148 in popluar color models

433148
RGB674972
HSL287°19.01%23.73%
HSB/HSV287°31.94%28.24%
CMYK6.94%31.94%0.00%
71.76%

Color #433148 in popluar number systems.

HEX433148
Decimal674972
Binary10000111100011001000
Octal10361110

Shades and tints

Shades of #433148

#433148
(67,49,72)
#3D2D42
(61,45,66)
#37293C
(55,41,60)
#312536
(49,37,54)
#2B2130
(43,33,48)
#251D2A
(37,29,42)
#1F1924
(31,25,36)
#19151E
(25,21,30)
#131118
(19,17,24)
#0D0D12
(13,13,18)
#07090C
(7,9,12)
#000000
(0,0,0)

Tints of #433148

#433148
(67,49,72)
#544358
(84,67,88)
#655568
(101,85,104)
#766778
(118,103,120)
#877988
(135,121,136)
#988B98
(152,139,152)
#A99DA8
(169,157,168)
#BAAFB8
(186,175,184)
#CBC1C8
(203,193,200)
#DCD3D8
(220,211,216)
#EDE5E8
(237,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #433148; }

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

This text font color is #433148.


Background Color

.myBgColor { background-color: #433148; }

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

This div background color is #433148.


Border color

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

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

This div border color is #433148.


Opacity

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

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

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

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

This text has shadow with #433148 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #433148 on black background.


Color preview on white background

This text has color #433148 on white background.



Black color preview on #433148 background

This text has black color on #433148 background.


White color preview on #433148 background

This text has white color on #433148 background.