COLOR #433A41

HEX: #433A41
RGB: (67,58,65)

Color info

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

RGB color model

#433A41 color RGB value is (67,58,65).

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

RGB channels and saturation

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

67
58
65

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

Portions of RGB colors in percentages

R + G + B =
67 + 58 + 65 = 190 (100%)
R 67 of 190 ~ 35.26%
G 58 of 190 ~ 30.53%
B 65 of 190 ~ 34.21%

%35.26
%30.53
%34.21

CMYK color model

#433A41 color CMYK value is (0,13,3,74).

  • cyan value is 0.00%
  • magenta value is 13.43%
  • yellow value is 2.99%
  • key color value is 73.73%
CMYK:
(0,13,3,74)
C0M13Y3K74 
(0%,13%,3%,74%)
(0.00/0.13/0.03/0.74)	

CMYK percentages

%0
%13.43
%2.99
%73.73

Codes

Color #433A41 in popluar color models

433A41
RGB675865
HSL313°7.20%24.51%
HSB/HSV313°13.43%26.27%
CMYK0.00%13.43%2.99%
73.73%

Color #433A41 in popluar number systems.

HEX433A41
Decimal675865
Binary10000111110101000001
Octal10372101

Shades and tints

Shades of #433A41

#433A41
(67,58,65)
#3D353C
(61,53,60)
#373037
(55,48,55)
#312B32
(49,43,50)
#2B262D
(43,38,45)
#252128
(37,33,40)
#1F1C23
(31,28,35)
#19171E
(25,23,30)
#131219
(19,18,25)
#0D0D14
(13,13,20)
#07080F
(7,8,15)
#000000
(0,0,0)

Tints of #433A41

#433A41
(67,58,65)
#544B52
(84,75,82)
#655C63
(101,92,99)
#766D74
(118,109,116)
#877E85
(135,126,133)
#988F96
(152,143,150)
#A9A0A7
(169,160,167)
#BAB1B8
(186,177,184)
#CBC2C9
(203,194,201)
#DCD3DA
(220,211,218)
#EDE4EB
(237,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #433A41; }

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

This text font color is #433A41.


Background Color

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

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

This div background color is #433A41.


Border color

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

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

This div border color is #433A41.


Opacity

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

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

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

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

This text has shadow with #433A41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #433A41 on black background.


Color preview on white background

This text has color #433A41 on white background.



Black color preview on #433A41 background

This text has black color on #433A41 background.


White color preview on #433A41 background

This text has white color on #433A41 background.