COLOR #433B41

HEX: #433B41
RGB: (67,59,65)

Color info

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

RGB color model

#433B41 color RGB value is (67,59,65).

  • red value is 67;
  • green value is 59;
  • blue value is 65.
RGB:
(67,59,65)
(26%,23%,25%)

RGB channels and saturation

R 67 of 255 = 26%
G 59 of 255 = 23%
B 65 of 255 = 25%

67
59
65

R + G + B ~ 25%. #433B41 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 59 + 65 = 191 (100%)
R 67 of 191 ~ 35.08%
G 59 of 191 ~ 30.89%
B 65 of 191 ~ 34.03%

%35.08
%30.89
%34.03

CMYK color model

#433B41 color CMYK value is (0,12,3,74).

  • cyan value is 0.00%
  • magenta value is 11.94%
  • yellow value is 2.99%
  • key color value is 73.73%
CMYK:
(0,12,3,74)
C0M12Y3K74 
(0%,12%,3%,74%)
(0.00/0.12/0.03/0.74)	

CMYK percentages

%0
%11.94
%2.99
%73.73

Codes

Color #433B41 in popluar color models

433B41
RGB675965
HSL315°6.35%24.71%
HSB/HSV315°11.94%26.27%
CMYK0.00%11.94%2.99%
73.73%

Color #433B41 in popluar number systems.

HEX433B41
Decimal675965
Binary10000111110111000001
Octal10373101

Shades and tints

Shades of #433B41

#433B41
(67,59,65)
#3D363C
(61,54,60)
#373137
(55,49,55)
#312C32
(49,44,50)
#2B272D
(43,39,45)
#252228
(37,34,40)
#1F1D23
(31,29,35)
#19181E
(25,24,30)
#131319
(19,19,25)
#0D0E14
(13,14,20)
#07090F
(7,9,15)
#000000
(0,0,0)

Tints of #433B41

#433B41
(67,59,65)
#544C52
(84,76,82)
#655D63
(101,93,99)
#766E74
(118,110,116)
#877F85
(135,127,133)
#989096
(152,144,150)
#A9A1A7
(169,161,167)
#BAB2B8
(186,178,184)
#CBC3C9
(203,195,201)
#DCD4DA
(220,212,218)
#EDE5EB
(237,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #433B41 color. Also use rgb(67,59,65) instead hex code.

Text Font Color

.myTextColor { color: #433B41; }

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

This text font color is #433B41.


Background Color

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

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

This div background color is #433B41.


Border color

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

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

This div border color is #433B41.


Opacity

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

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

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

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

This text has shadow with #433B41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #433B41 on black background.


Color preview on white background

This text has color #433B41 on white background.



Black color preview on #433B41 background

This text has black color on #433B41 background.


White color preview on #433B41 background

This text has white color on #433B41 background.