COLOR #304C41

HEX: #304C41 RGB: (48,76,65)

Color info

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

RGB color model

#304C41 color RGB value is (48,76,65).

RGB: (48,76,65) (19%, 30%, 25%)

RGB channels and saturation

R 48 of 255 = 19%
G 76 of 255 = 30%
B 65 of 255 = 25%

48
76
65

R + G + B ~ 25%. #304C41 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 76 + 65 = 189 (100%)
R 48 of 189 ~ 25.4%
G 76 of 189 ~ 40.21%
B 65 of 189 ~ 34.39'%

%25.4
%40.21
%34.39

CMYK color model

#304C41 color CMYK value is (37,0,14,70).

  • cyan value is 36.84%
  • magenta value is 0.00%
  • yellow value is 14.47%
  • key color value is 70.20%

CMYK: (37,0,14,70)
C37M0Y14K70 (37%, 0%, 14%, 70%)
(0.37 / 0.00 / 0.14 / 0.70)

CMYK percentages

%36.84
%0
%14.47
%70.2

Codes

Color #304C41 in popluar color models

30 4C 41
RGB 48 76 65
HSL 156° 22.58% 24.31%
HSB/HSV 156° 36.84% 29.80%
CMYK 36.84% 0.00% 14.47%
70.20%

Color #304C41 in popluar number systems.

HEX 30 4C 41
Decimal 48 76 65
Binary 110000 1001100 1000001
Octal 60 114 101

Shades and tints

Shades of #304C41

#304C41
(48,76,65)
#2C463C
(44,70,60)
#284037
(40,64,55)
#243A32
(36,58,50)
#20342D
(32,52,45)
#1C2E28
(28,46,40)
#182823
(24,40,35)
#14221E
(20,34,30)
#101C19
(16,28,25)
#0C1614
(12,22,20)
#08100F
(8,16,15)
#000000
(0,0,0)

Tints of #304C41

#304C41
(48,76,65)
#425C52
(66,92,82)
#546C63
(84,108,99)
#667C74
(102,124,116)
#788C85
(120,140,133)
#8A9C96
(138,156,150)
#9CACA7
(156,172,167)
#AEBCB8
(174,188,184)
#C0CCC9
(192,204,201)
#D2DCDA
(210,220,218)
#E4ECEB
(228,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #304C41; }

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

This text font color is #304C41.

Background Color

.myBgColor { background-color: #304C41; }

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

This div background color is #304C41.

Border color

.myBorderColor { border: 1px solid #304C41; }

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

This div border color is #304C41.

Opacity

.myOpacity80 { color: #304C41; opacity: 0.8; }

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

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

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

This text has shadow with #304C41 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #304C41.

Preview

Color preview on black background

This text has color #304C41 on black background.


Color preview on white background

This text has color #304C41 on white background.


Black color preview on #304C41 background

This text has black color on #304C41 background.


White color preview on #304C41 background

This text has white color on #304C41 background.


Related colors

Complementary color

Complementary color for #hex is #CFB3BE.


I love getcolorcode.com

Triadic colors

1 #41304C and #4C4130 with #304C41 are triadic colors.

2 #414C30 and #4C3041 with #304C41 are triadic colors.