COLOR #304143

HEX: #304143 RGB: (48,65,67)

Color info

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

RGB color model

#304143 color RGB value is (48,65,67).

RGB: (48,65,67) (19%, 25%, 26%)

RGB channels and saturation

R 48 of 255 = 19%
G 65 of 255 = 25%
B 67 of 255 = 26%

48
65
67

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

Portions of RGB colors in percentages

R + G + B = 48 + 65 + 67 = 180 (100%)
R 48 of 180 ~ 26.67%
G 65 of 180 ~ 36.11%
B 67 of 180 ~ 37.22'%

%26.67
%36.11
%37.22

CMYK color model

#304143 color CMYK value is (28,3,0,74).

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

CMYK: (28,3,0,74)
C28M3Y0K74 (28%, 3%, 0%, 74%)
(0.28 / 0.03 / 0.00 / 0.74)

CMYK percentages

%28.36
%2.99
%0
%73.73

Codes

Color #304143 in popluar color models

30 41 43
RGB 48 65 67
HSL 186° 16.52% 22.55%
HSB/HSV 186° 28.36% 26.27%
CMYK 28.36% 2.99% 0.00%
73.73%

Color #304143 in popluar number systems.

HEX 30 41 43
Decimal 48 65 67
Binary 110000 1000001 1000011
Octal 60 101 103

Shades and tints

Shades of #304143

#304143
(48,65,67)
#2C3C3D
(44,60,61)
#283737
(40,55,55)
#243231
(36,50,49)
#202D2B
(32,45,43)
#1C2825
(28,40,37)
#18231F
(24,35,31)
#141E19
(20,30,25)
#101913
(16,25,19)
#0C140D
(12,20,13)
#080F07
(8,15,7)
#000000
(0,0,0)

Tints of #304143

#304143
(48,65,67)
#425254
(66,82,84)
#546365
(84,99,101)
#667476
(102,116,118)
#788587
(120,133,135)
#8A9698
(138,150,152)
#9CA7A9
(156,167,169)
#AEB8BA
(174,184,186)
#C0C9CB
(192,201,203)
#D2DADC
(210,218,220)
#E4EBED
(228,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #304143; }

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

This text font color is #304143.

Background Color

.myBgColor { background-color: #304143; }

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

This div background color is #304143.

Border color

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

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

This div border color is #304143.

Opacity

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

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

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

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

This text has shadow with #304143 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #304143.

Preview

Color preview on black background

This text has color #304143 on black background.


Color preview on white background

This text has color #304143 on white background.


Black color preview on #304143 background

This text has black color on #304143 background.


White color preview on #304143 background

This text has white color on #304143 background.


Related colors

Complementary color

Complementary color for #hex is #CFBEBC.


I love getcolorcode.com

Triadic colors

1 #433041 and #414330 with #304143 are triadic colors.

2 #434130 and #413043 with #304143 are triadic colors.