COLOR #43393C

HEX: #43393C
RGB: (67,57,60)

Color info

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

RGB color model

#43393C color RGB value is (67,57,60).

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

RGB channels and saturation

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

67
57
60

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

Portions of RGB colors in percentages

R + G + B =
67 + 57 + 60 = 184 (100%)
R 67 of 184 ~ 36.41%
G 57 of 184 ~ 30.98%
B 60 of 184 ~ 32.61%

%36.41
%30.98
%32.61

CMYK color model

#43393C color CMYK value is (0,15,10,74).

  • cyan value is 0.00%
  • magenta value is 14.93%
  • yellow value is 10.45%
  • key color value is 73.73%
CMYK:
(0,15,10,74)
C0M15Y10K74 
(0%,15%,10%,74%)
(0.00/0.15/0.10/0.74)	

CMYK percentages

%0
%14.93
%10.45
%73.73

Codes

Color #43393C in popluar color models

43393C
RGB675760
HSL342°8.06%24.31%
HSB/HSV342°14.93%26.27%
CMYK0.00%14.93%10.45%
73.73%

Color #43393C in popluar number systems.

HEX43393C
Decimal675760
Binary1000011111001111100
Octal1037174

Shades and tints

Shades of #43393C

#43393C
(67,57,60)
#3D3437
(61,52,55)
#372F32
(55,47,50)
#312A2D
(49,42,45)
#2B2528
(43,37,40)
#252023
(37,32,35)
#1F1B1E
(31,27,30)
#191619
(25,22,25)
#131114
(19,17,20)
#0D0C0F
(13,12,15)
#07070A
(7,7,10)
#000000
(0,0,0)

Tints of #43393C

#43393C
(67,57,60)
#544B4D
(84,75,77)
#655D5E
(101,93,94)
#766F6F
(118,111,111)
#878180
(135,129,128)
#989391
(152,147,145)
#A9A5A2
(169,165,162)
#BAB7B3
(186,183,179)
#CBC9C4
(203,201,196)
#DCDBD5
(220,219,213)
#EDEDE6
(237,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #43393C; }

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

This text font color is #43393C.


Background Color

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

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

This div background color is #43393C.


Border color

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

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

This div border color is #43393C.


Opacity

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

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

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

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

This text has shadow with #43393C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #43393C on black background.


Color preview on white background

This text has color #43393C on white background.



Black color preview on #43393C background

This text has black color on #43393C background.


White color preview on #43393C background

This text has white color on #43393C background.