COLOR #303843

HEX: #303843 RGB: (48,56,67)

Color info

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

RGB color model

#303843 color RGB value is (48,56,67).

RGB: (48,56,67) (19%, 22%, 26%)

RGB channels and saturation

R 48 of 255 = 19%
G 56 of 255 = 22%
B 67 of 255 = 26%

48
56
67

R + G + B ~ 22%. #303843 is dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 56 + 67 = 171 (100%)
R 48 of 171 ~ 28.07%
G 56 of 171 ~ 32.75%
B 67 of 171 ~ 39.18'%

%28.07
%32.75
%39.18

CMYK color model

#303843 color CMYK value is (28,16,0,74).

  • cyan value is 28.36%
  • magenta value is 16.42%
  • yellow value is 0.00%
  • key color value is 73.73%

CMYK: (28,16,0,74)
C28M16Y0K74 (28%, 16%, 0%, 74%)
(0.28 / 0.16 / 0.00 / 0.74)

CMYK percentages

%28.36
%16.42
%0
%73.73

Codes

Color #303843 in popluar color models

30 38 43
RGB 48 56 67
HSL 215° 16.52% 22.55%
HSB/HSV 215° 28.36% 26.27%
CMYK 28.36% 16.42% 0.00%
73.73%

Color #303843 in popluar number systems.

HEX 30 38 43
Decimal 48 56 67
Binary 110000 111000 1000011
Octal 60 70 103

Shades and tints

Shades of #303843

#303843
(48,56,67)
#2C333D
(44,51,61)
#282E37
(40,46,55)
#242931
(36,41,49)
#20242B
(32,36,43)
#1C1F25
(28,31,37)
#181A1F
(24,26,31)
#141519
(20,21,25)
#101013
(16,16,19)
#0C0B0D
(12,11,13)
#080607
(8,6,7)
#000000
(0,0,0)

Tints of #303843

#303843
(48,56,67)
#424A54
(66,74,84)
#545C65
(84,92,101)
#666E76
(102,110,118)
#788087
(120,128,135)
#8A9298
(138,146,152)
#9CA4A9
(156,164,169)
#AEB6BA
(174,182,186)
#C0C8CB
(192,200,203)
#D2DADC
(210,218,220)
#E4ECED
(228,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #303843; }

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

This text font color is #303843.

Background Color

.myBgColor { background-color: #303843; }

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

This div background color is #303843.

Border color

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

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

This div border color is #303843.

Opacity

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

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

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

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

This text has shadow with #303843 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #303843.

Preview

Color preview on black background

This text has color #303843 on black background.


Color preview on white background

This text has color #303843 on white background.


Black color preview on #303843 background

This text has black color on #303843 background.


White color preview on #303843 background

This text has white color on #303843 background.


Related colors

Complementary color

Complementary color for #hex is #CFC7BC.


I love getcolorcode.com

Triadic colors

1 #433038 and #384330 with #303843 are triadic colors.

2 #433830 and #383043 with #303843 are triadic colors.