COLOR #43303D

HEX: #43303D
RGB: (67,48,61)

Color info

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

RGB color model

#43303D color RGB value is (67,48,61).

  • red value is 67;
  • green value is 48;
  • blue value is 61.
RGB:
(67,48,61)
(26%,19%,24%)

RGB channels and saturation

R 67 of 255 = 26%
G 48 of 255 = 19%
B 61 of 255 = 24%

67
48
61

R + G + B ~ 23%. #43303D is dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 48 + 61 = 176 (100%)
R 67 of 176 ~ 38.07%
G 48 of 176 ~ 27.27%
B 61 of 176 ~ 34.66%

%38.07
%27.27
%34.66

CMYK color model

#43303D color CMYK value is (0,28,9,74).

  • cyan value is 0.00%
  • magenta value is 28.36%
  • yellow value is 8.96%
  • key color value is 73.73%
CMYK:
(0,28,9,74)
C0M28Y9K74 
(0%,28%,9%,74%)
(0.00/0.28/0.09/0.74)	

CMYK percentages

%0
%28.36
%8.96
%73.73

Codes

Color #43303D in popluar color models

43303D
RGB674861
HSL319°16.52%22.55%
HSB/HSV319°28.36%26.27%
CMYK0.00%28.36%8.96%
73.73%

Color #43303D in popluar number systems.

HEX43303D
Decimal674861
Binary1000011110000111101
Octal1036075

Shades and tints

Shades of #43303D

#43303D
(67,48,61)
#3D2C38
(61,44,56)
#372833
(55,40,51)
#31242E
(49,36,46)
#2B2029
(43,32,41)
#251C24
(37,28,36)
#1F181F
(31,24,31)
#19141A
(25,20,26)
#131015
(19,16,21)
#0D0C10
(13,12,16)
#07080B
(7,8,11)
#000000
(0,0,0)

Tints of #43303D

#43303D
(67,48,61)
#54424E
(84,66,78)
#65545F
(101,84,95)
#766670
(118,102,112)
#877881
(135,120,129)
#988A92
(152,138,146)
#A99CA3
(169,156,163)
#BAAEB4
(186,174,180)
#CBC0C5
(203,192,197)
#DCD2D6
(220,210,214)
#EDE4E7
(237,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #43303D color. Also use rgb(67,48,61) instead hex code.

Text Font Color

.myTextColor { color: #43303D; }

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

This text font color is #43303D.


Background Color

.myBgColor { background-color: #43303D; }

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

This div background color is #43303D.


Border color

.myBorderColor { border: 1px solid #43303D; }

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

This div border color is #43303D.


Opacity

.myOpacity80 { color: #43303D; opacity: 0.8; }

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

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

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

This text has shadow with #43303D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #43303D on black background.


Color preview on white background

This text has color #43303D on white background.



Black color preview on #43303D background

This text has black color on #43303D background.


White color preview on #43303D background

This text has white color on #43303D background.