COLOR #433940

HEX: #433940
RGB: (67,57,64)

Color info

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

RGB color model

#433940 color RGB value is (67,57,64).

  • red value is 67;
  • green value is 57;
  • blue value is 64.
RGB:
(67,57,64)
(26%,22%,25%)

RGB channels and saturation

R 67 of 255 = 26%
G 57 of 255 = 22%
B 64 of 255 = 25%

67
57
64

R + G + B ~ 24%. #433940 is dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 57 + 64 = 188 (100%)
R 67 of 188 ~ 35.64%
G 57 of 188 ~ 30.32%
B 64 of 188 ~ 34.04%

%35.64
%30.32
%34.04

CMYK color model

#433940 color CMYK value is (0,15,4,74).

  • cyan value is 0.00%
  • magenta value is 14.93%
  • yellow value is 4.48%
  • key color value is 73.73%
CMYK:
(0,15,4,74)
C0M15Y4K74 
(0%,15%,4%,74%)
(0.00/0.15/0.04/0.74)	

CMYK percentages

%0
%14.93
%4.48
%73.73

Codes

Color #433940 in popluar color models

433940
RGB675764
HSL318°8.06%24.31%
HSB/HSV318°14.93%26.27%
CMYK0.00%14.93%4.48%
73.73%

Color #433940 in popluar number systems.

HEX433940
Decimal675764
Binary10000111110011000000
Octal10371100

Shades and tints

Shades of #433940

#433940
(67,57,64)
#3D343B
(61,52,59)
#372F36
(55,47,54)
#312A31
(49,42,49)
#2B252C
(43,37,44)
#252027
(37,32,39)
#1F1B22
(31,27,34)
#19161D
(25,22,29)
#131118
(19,17,24)
#0D0C13
(13,12,19)
#07070E
(7,7,14)
#000000
(0,0,0)

Tints of #433940

#433940
(67,57,64)
#544B51
(84,75,81)
#655D62
(101,93,98)
#766F73
(118,111,115)
#878184
(135,129,132)
#989395
(152,147,149)
#A9A5A6
(169,165,166)
#BAB7B7
(186,183,183)
#CBC9C8
(203,201,200)
#DCDBD9
(220,219,217)
#EDEDEA
(237,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #433940 color. Also use rgb(67,57,64) instead hex code.

Text Font Color

.myTextColor { color: #433940; }

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

This text font color is #433940.


Background Color

.myBgColor { background-color: #433940; }

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

This div background color is #433940.


Border color

.myBorderColor { border: 1px solid #433940; }

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

This div border color is #433940.


Opacity

.myOpacity80 { color: #433940; opacity: 0.8; }

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

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

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

This text has shadow with #433940 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #433940 on black background.


Color preview on white background

This text has color #433940 on white background.



Black color preview on #433940 background

This text has black color on #433940 background.


White color preview on #433940 background

This text has white color on #433940 background.