COLOR #304846

HEX: #304846
RGB: (48,72,70)

Color info

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

RGB color model

#304846 color RGB value is (48,72,70).

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

RGB channels and saturation

R 48 of 255 = 19%
G 72 of 255 = 28%
B 70 of 255 = 27%

48
72
70

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

Portions of RGB colors in percentages

R + G + B =
48 + 72 + 70 = 190 (100%)
R 48 of 190 ~ 25.26%
G 72 of 190 ~ 37.89%
B 70 of 190 ~ 36.84%

%25.26
%37.89
%36.84

CMYK color model

#304846 color CMYK value is (33,0,3,72).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 2.78%
  • key color value is 71.76%
CMYK:
(33,0,3,72)
C33M0Y3K72 
(33%,0%,3%,72%)
(0.33/0.00/0.03/0.72)	

CMYK percentages

%33.33
%0
%2.78
%71.76

Codes

Color #304846 in popluar color models

304846
RGB487270
HSL175°20.00%23.53%
HSB/HSV175°33.33%28.24%
CMYK33.33%0.00%2.78%
71.76%

Color #304846 in popluar number systems.

HEX304846
Decimal487270
Binary11000010010001000110
Octal60110106

Shades and tints

Shades of #304846

#304846
(48,72,70)
#2C4240
(44,66,64)
#283C3A
(40,60,58)
#243634
(36,54,52)
#20302E
(32,48,46)
#1C2A28
(28,42,40)
#182422
(24,36,34)
#141E1C
(20,30,28)
#101816
(16,24,22)
#0C1210
(12,18,16)
#080C0A
(8,12,10)
#000000
(0,0,0)

Tints of #304846

#304846
(48,72,70)
#425856
(66,88,86)
#546866
(84,104,102)
#667876
(102,120,118)
#788886
(120,136,134)
#8A9896
(138,152,150)
#9CA8A6
(156,168,166)
#AEB8B6
(174,184,182)
#C0C8C6
(192,200,198)
#D2D8D6
(210,216,214)
#E4E8E6
(228,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #304846; }

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

This text font color is #304846.


Background Color

.myBgColor { background-color: #304846; }

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

This div background color is #304846.


Border color

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

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

This div border color is #304846.


Opacity

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

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

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

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

This text has shadow with #304846 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #304846 on black background.


Color preview on white background

This text has color #304846 on white background.



Black color preview on #304846 background

This text has black color on #304846 background.


White color preview on #304846 background

This text has white color on #304846 background.