COLOR #43393E

HEX: #43393E
RGB: (67,57,62)

Color info

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

RGB color model

#43393E color RGB value is (67,57,62).

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

RGB channels and saturation

R 67 of 255 = 26%
G 57 of 255 = 22%
B 62 of 255 = 24%

67
57
62

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

Portions of RGB colors in percentages

R + G + B =
67 + 57 + 62 = 186 (100%)
R 67 of 186 ~ 36.02%
G 57 of 186 ~ 30.65%
B 62 of 186 ~ 33.33%

%36.02
%30.65
%33.33

CMYK color model

#43393E color CMYK value is (0,15,7,74).

  • cyan value is 0.00%
  • magenta value is 14.93%
  • yellow value is 7.46%
  • key color value is 73.73%
CMYK:
(0,15,7,74)
C0M15Y7K74 
(0%,15%,7%,74%)
(0.00/0.15/0.07/0.74)	

CMYK percentages

%0
%14.93
%7.46
%73.73

Codes

Color #43393E in popluar color models

43393E
RGB675762
HSL330°8.06%24.31%
HSB/HSV330°14.93%26.27%
CMYK0.00%14.93%7.46%
73.73%

Color #43393E in popluar number systems.

HEX43393E
Decimal675762
Binary1000011111001111110
Octal1037176

Shades and tints

Shades of #43393E

#43393E
(67,57,62)
#3D3439
(61,52,57)
#372F34
(55,47,52)
#312A2F
(49,42,47)
#2B252A
(43,37,42)
#252025
(37,32,37)
#1F1B20
(31,27,32)
#19161B
(25,22,27)
#131116
(19,17,22)
#0D0C11
(13,12,17)
#07070C
(7,7,12)
#000000
(0,0,0)

Tints of #43393E

#43393E
(67,57,62)
#544B4F
(84,75,79)
#655D60
(101,93,96)
#766F71
(118,111,113)
#878182
(135,129,130)
#989393
(152,147,147)
#A9A5A4
(169,165,164)
#BAB7B5
(186,183,181)
#CBC9C6
(203,201,198)
#DCDBD7
(220,219,215)
#EDEDE8
(237,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #43393E; }

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

This text font color is #43393E.


Background Color

.myBgColor { background-color: #43393E; }

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

This div background color is #43393E.


Border color

.myBorderColor { border: 1px solid #43393E; }

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

This div border color is #43393E.


Opacity

.myOpacity80 { color: #43393E; opacity: 0.8; }

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

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

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

This text has shadow with #43393E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #43393E on black background.


Color preview on white background

This text has color #43393E on white background.



Black color preview on #43393E background

This text has black color on #43393E background.


White color preview on #43393E background

This text has white color on #43393E background.