COLOR #433D3C

HEX: #433D3C
RGB: (67,61,60)

Color info

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

RGB color model

#433D3C color RGB value is (67,61,60).

  • red value is 67;
  • green value is 61;
  • blue value is 60.
RGB:
(67,61,60)
(26%,24%,24%)

RGB channels and saturation

R 67 of 255 = 26%
G 61 of 255 = 24%
B 60 of 255 = 24%

67
61
60

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

Portions of RGB colors in percentages

R + G + B =
67 + 61 + 60 = 188 (100%)
R 67 of 188 ~ 35.64%
G 61 of 188 ~ 32.45%
B 60 of 188 ~ 31.91%

%35.64
%32.45
%31.91

CMYK color model

#433D3C color CMYK value is (0,9,10,74).

  • cyan value is 0.00%
  • magenta value is 8.96%
  • yellow value is 10.45%
  • key color value is 73.73%
CMYK:
(0,9,10,74)
C0M9Y10K74 
(0%,9%,10%,74%)
(0.00/0.09/0.10/0.74)	

CMYK percentages

%0
%8.96
%10.45
%73.73

Codes

Color #433D3C in popluar color models

433D3C
RGB676160
HSL5.51%24.90%
HSB/HSV10.45%26.27%
CMYK0.00%8.96%10.45%
73.73%

Color #433D3C in popluar number systems.

HEX433D3C
Decimal676160
Binary1000011111101111100
Octal1037574

Shades and tints

Shades of #433D3C

#433D3C
(67,61,60)
#3D3837
(61,56,55)
#373332
(55,51,50)
#312E2D
(49,46,45)
#2B2928
(43,41,40)
#252423
(37,36,35)
#1F1F1E
(31,31,30)
#191A19
(25,26,25)
#131514
(19,21,20)
#0D100F
(13,16,15)
#070B0A
(7,11,10)
#000000
(0,0,0)

Tints of #433D3C

#433D3C
(67,61,60)
#544E4D
(84,78,77)
#655F5E
(101,95,94)
#76706F
(118,112,111)
#878180
(135,129,128)
#989291
(152,146,145)
#A9A3A2
(169,163,162)
#BAB4B3
(186,180,179)
#CBC5C4
(203,197,196)
#DCD6D5
(220,214,213)
#EDE7E6
(237,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #433D3C; }

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

This text font color is #433D3C.


Background Color

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

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

This div background color is #433D3C.


Border color

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

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

This div border color is #433D3C.


Opacity

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

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

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

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

This text has shadow with #433D3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #433D3C on black background.


Color preview on white background

This text has color #433D3C on white background.



Black color preview on #433D3C background

This text has black color on #433D3C background.


White color preview on #433D3C background

This text has white color on #433D3C background.