COLOR #433F3C

HEX: #433F3C RGB: (67,63,60)

Color info

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

RGB color model

#433F3C color RGB value is (67,63,60).

RGB: (67,63,60) (26%, 25%, 24%)

RGB channels and saturation

R 67 of 255 = 26%
G 63 of 255 = 25%
B 60 of 255 = 24%

67
63
60

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

Portions of RGB colors in percentages

R + G + B = 67 + 63 + 60 = 190 (100%)
R 67 of 190 ~ 35.26%
G 63 of 190 ~ 33.16%
B 60 of 190 ~ 31.58'%

%35.26
%33.16
%31.58

CMYK color model

#433F3C color CMYK value is (0,6,10,74).

  • cyan value is 0.00%
  • magenta value is 5.97%
  • yellow value is 10.45%
  • key color value is 73.73%
CMYK: (0,6,10,74) C0M6Y10K74 (0%,6%,10%,74%) (0.00/0.06/0.10/0.74) 

CMYK percentages

%0
%5.97
%10.45
%73.73

Codes

Color #433F3C in popluar color models

43 3F 3C
RGB 67 63 60
HSL 26° 5.51% 24.90%
HSB/HSV 26° 10.45% 26.27%
CMYK 0.00% 5.97% 10.45%
73.73%

Color #433F3C in popluar number systems.

HEX 43 3F 3C
Decimal 67 63 60
Binary 1000011 111111 111100
Octal 103 77 74

Shades and tints

Shades of #433F3C

#433F3C
(67,63,60)
#3D3A37
(61,58,55)
#373532
(55,53,50)
#31302D
(49,48,45)
#2B2B28
(43,43,40)
#252623
(37,38,35)
#1F211E
(31,33,30)
#191C19
(25,28,25)
#131714
(19,23,20)
#0D120F
(13,18,15)
#070D0A
(7,13,10)
#000000
(0,0,0)

Tints of #433F3C

#433F3C
(67,63,60)
#54504D
(84,80,77)
#65615E
(101,97,94)
#76726F
(118,114,111)
#878380
(135,131,128)
#989491
(152,148,145)
#A9A5A2
(169,165,162)
#BAB6B3
(186,182,179)
#CBC7C4
(203,199,196)
#DCD8D5
(220,216,213)
#EDE9E6
(237,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #433F3C; }

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

This text font color is #433F3C.

Background Color

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

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

This div background color is #433F3C.

Border color

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

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

This div border color is #433F3C.

Opacity

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

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

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

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

This text has shadow with #433F3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #433F3C.

Preview

Color preview on black background

This text has color #433F3C on black background.


Color preview on white background

This text has color #433F3C on white background.


Black color preview on #433F3C background

This text has black color on #433F3C background.


White color preview on #433F3C background

This text has white color on #433F3C background.


Related colors

Complementary color

Complementary color for #hex is #BCC0C3.


I love getcolorcode.com

Triadic colors

1 #3C433F and #3F3C43 with #433F3C are triadic colors.

2 #3C3F43 and #3F433C with #433F3C are triadic colors.