COLOR #433D41

HEX: #433D41 RGB: (67,61,65)

Color info

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

RGB color model

#433D41 color RGB value is (67,61,65).

RGB: (67,61,65) (26%, 24%, 25%)

RGB channels and saturation

R 67 of 255 = 26%
G 61 of 255 = 24%
B 65 of 255 = 25%

67
61
65

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

Portions of RGB colors in percentages

R + G + B = 67 + 61 + 65 = 193 (100%)
R 67 of 193 ~ 34.72%
G 61 of 193 ~ 31.61%
B 65 of 193 ~ 33.68'%

%34.72
%31.61
%33.68

CMYK color model

#433D41 color CMYK value is (0,9,3,74).

  • cyan value is 0.00%
  • magenta value is 8.96%
  • yellow value is 2.99%
  • key color value is 73.73%

CMYK: (0,9,3,74)
C0M9Y3K74 (0%, 9%, 3%, 74%)
(0.00 / 0.09 / 0.03 / 0.74)

CMYK percentages

%0
%8.96
%2.99
%73.73

Codes

Color #433D41 in popluar color models

43 3D 41
RGB 67 61 65
HSL 320° 4.69% 25.10%
HSB/HSV 320° 8.96% 26.27%
CMYK 0.00% 8.96% 2.99%
73.73%

Color #433D41 in popluar number systems.

HEX 43 3D 41
Decimal 67 61 65
Binary 1000011 111101 1000001
Octal 103 75 101

Shades and tints

Shades of #433D41

#433D41
(67,61,65)
#3D383C
(61,56,60)
#373337
(55,51,55)
#312E32
(49,46,50)
#2B292D
(43,41,45)
#252428
(37,36,40)
#1F1F23
(31,31,35)
#191A1E
(25,26,30)
#131519
(19,21,25)
#0D1014
(13,16,20)
#070B0F
(7,11,15)
#000000
(0,0,0)

Tints of #433D41

#433D41
(67,61,65)
#544E52
(84,78,82)
#655F63
(101,95,99)
#767074
(118,112,116)
#878185
(135,129,133)
#989296
(152,146,150)
#A9A3A7
(169,163,167)
#BAB4B8
(186,180,184)
#CBC5C9
(203,197,201)
#DCD6DA
(220,214,218)
#EDE7EB
(237,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #433D41; }

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

This text font color is #433D41.

Background Color

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

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

This div background color is #433D41.

Border color

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

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

This div border color is #433D41.

Opacity

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

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

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

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

This text has shadow with #433D41 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #433D41.

Preview

Color preview on black background

This text has color #433D41 on black background.


Color preview on white background

This text has color #433D41 on white background.


Black color preview on #433D41 background

This text has black color on #433D41 background.


White color preview on #433D41 background

This text has white color on #433D41 background.


Related colors

Complementary color

Complementary color for #hex is #BCC2BE.


I love getcolorcode.com

Triadic colors

1 #41433D and #3D4143 with #433D41 are triadic colors.

2 #413D43 and #3D4341 with #433D41 are triadic colors.