COLOR #304341

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

48
67
65

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

Portions of RGB colors in percentages

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

%26.67
%37.22
%36.11

CMYK color model

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

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

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

CMYK percentages

%28.36
%0
%2.99
%73.73

Codes

Color #304341 in popluar color models

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

Color #304341 in popluar number systems.

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

Shades and tints

Shades of #304341

#304341
(48,67,65)
#2C3D3C
(44,61,60)
#283737
(40,55,55)
#243132
(36,49,50)
#202B2D
(32,43,45)
#1C2528
(28,37,40)
#181F23
(24,31,35)
#14191E
(20,25,30)
#101319
(16,19,25)
#0C0D14
(12,13,20)
#08070F
(8,7,15)
#000000
(0,0,0)

Tints of #304341

#304341
(48,67,65)
#425452
(66,84,82)
#546563
(84,101,99)
#667674
(102,118,116)
#788785
(120,135,133)
#8A9896
(138,152,150)
#9CA9A7
(156,169,167)
#AEBAB8
(174,186,184)
#C0CBC9
(192,203,201)
#D2DCDA
(210,220,218)
#E4EDEB
(228,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #304341; }

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

This text font color is #304341.

Background Color

.myBgColor { background-color: #304341; }

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

This div background color is #304341.

Border color

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

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

This div border color is #304341.

Opacity

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

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

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

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

This text has shadow with #304341 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #304341.

Preview

Color preview on black background

This text has color #304341 on black background.


Color preview on white background

This text has color #304341 on white background.


Black color preview on #304341 background

This text has black color on #304341 background.


White color preview on #304341 background

This text has white color on #304341 background.


Related colors

Complementary color

Complementary color for #hex is #CFBCBE.


I love getcolorcode.com

Triadic colors

1 #413043 and #434130 with #304341 are triadic colors.

2 #414330 and #433041 with #304341 are triadic colors.