COLOR #304C46

HEX: #304C46
RGB: (48,76,70)

Color info

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

RGB color model

#304C46 color RGB value is (48,76,70).

  • red value is 48;
  • green value is 76;
  • blue value is 70.
RGB:
(48,76,70)
(19%,30%,27%)

RGB channels and saturation

R 48 of 255 = 19%
G 76 of 255 = 30%
B 70 of 255 = 27%

48
76
70

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

Portions of RGB colors in percentages

R + G + B =
48 + 76 + 70 = 194 (100%)
R 48 of 194 ~ 24.74%
G 76 of 194 ~ 39.18%
B 70 of 194 ~ 36.08%

%24.74
%39.18
%36.08

CMYK color model

#304C46 color CMYK value is (37,0,8,70).

  • cyan value is 36.84%
  • magenta value is 0.00%
  • yellow value is 7.89%
  • key color value is 70.20%
CMYK:
(37,0,8,70)
C37M0Y8K70 
(37%,0%,8%,70%)
(0.37/0.00/0.08/0.70)	

CMYK percentages

%36.84
%0
%7.89
%70.2

Codes

Color #304C46 in popluar color models

304C46
RGB487670
HSL167°22.58%24.31%
HSB/HSV167°36.84%29.80%
CMYK36.84%0.00%7.89%
70.20%

Color #304C46 in popluar number systems.

HEX304C46
Decimal487670
Binary11000010011001000110
Octal60114106

Shades and tints

Shades of #304C46

#304C46
(48,76,70)
#2C4640
(44,70,64)
#28403A
(40,64,58)
#243A34
(36,58,52)
#20342E
(32,52,46)
#1C2E28
(28,46,40)
#182822
(24,40,34)
#14221C
(20,34,28)
#101C16
(16,28,22)
#0C1610
(12,22,16)
#08100A
(8,16,10)
#000000
(0,0,0)

Tints of #304C46

#304C46
(48,76,70)
#425C56
(66,92,86)
#546C66
(84,108,102)
#667C76
(102,124,118)
#788C86
(120,140,134)
#8A9C96
(138,156,150)
#9CACA6
(156,172,166)
#AEBCB6
(174,188,182)
#C0CCC6
(192,204,198)
#D2DCD6
(210,220,214)
#E4ECE6
(228,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #304C46; }

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

This text font color is #304C46.


Background Color

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

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

This div background color is #304C46.


Border color

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

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

This div border color is #304C46.


Opacity

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

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

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

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

This text has shadow with #304C46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #304C46 on black background.


Color preview on white background

This text has color #304C46 on white background.



Black color preview on #304C46 background

This text has black color on #304C46 background.


White color preview on #304C46 background

This text has white color on #304C46 background.