COLOR #43353C

HEX: #43353C
RGB: (67,53,60)

Color info

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

RGB color model

#43353C color RGB value is (67,53,60).

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

RGB channels and saturation

R 67 of 255 = 26%
G 53 of 255 = 21%
B 60 of 255 = 24%

67
53
60

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

Portions of RGB colors in percentages

R + G + B =
67 + 53 + 60 = 180 (100%)
R 67 of 180 ~ 37.22%
G 53 of 180 ~ 29.44%
B 60 of 180 ~ 33.33%

%37.22
%29.44
%33.33

CMYK color model

#43353C color CMYK value is (0,21,10,74).

  • cyan value is 0.00%
  • magenta value is 20.90%
  • yellow value is 10.45%
  • key color value is 73.73%
CMYK:
(0,21,10,74)
C0M21Y10K74 
(0%,21%,10%,74%)
(0.00/0.21/0.10/0.74)	

CMYK percentages

%0
%20.9
%10.45
%73.73

Codes

Color #43353C in popluar color models

43353C
RGB675360
HSL330°11.67%23.53%
HSB/HSV330°20.90%26.27%
CMYK0.00%20.90%10.45%
73.73%

Color #43353C in popluar number systems.

HEX43353C
Decimal675360
Binary1000011110101111100
Octal1036574

Shades and tints

Shades of #43353C

#43353C
(67,53,60)
#3D3137
(61,49,55)
#372D32
(55,45,50)
#31292D
(49,41,45)
#2B2528
(43,37,40)
#252123
(37,33,35)
#1F1D1E
(31,29,30)
#191919
(25,25,25)
#131514
(19,21,20)
#0D110F
(13,17,15)
#070D0A
(7,13,10)
#000000
(0,0,0)

Tints of #43353C

#43353C
(67,53,60)
#54474D
(84,71,77)
#65595E
(101,89,94)
#766B6F
(118,107,111)
#877D80
(135,125,128)
#988F91
(152,143,145)
#A9A1A2
(169,161,162)
#BAB3B3
(186,179,179)
#CBC5C4
(203,197,196)
#DCD7D5
(220,215,213)
#EDE9E6
(237,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #43353C; }

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

This text font color is #43353C.


Background Color

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

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

This div background color is #43353C.


Border color

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

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

This div border color is #43353C.


Opacity

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

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

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

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

This text has shadow with #43353C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #43353C on black background.


Color preview on white background

This text has color #43353C on white background.



Black color preview on #43353C background

This text has black color on #43353C background.


White color preview on #43353C background

This text has white color on #43353C background.