COLOR #304F4F

HEX: #304F4F
RGB: (48,79,79)

Color info

#304F4F contains red, green and blue colors in about the same proportion. Web safe color of #304F4F is #336666 (or #366).

RGB color model

#304F4F color RGB value is (48,79,79).

  • red value is 48;
  • green value is 79;
  • blue value is 79.
RGB:
(48,79,79)
(19%,31%,31%)

RGB channels and saturation

R 48 of 255 = 19%
G 79 of 255 = 31%
B 79 of 255 = 31%

48
79
79

R + G + B ~ 27%. #304F4F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 79 + 79 = 206 (100%)
R 48 of 206 ~ 23.3%
G 79 of 206 ~ 38.35%
B 79 of 206 ~ 38.35%

%23.3
%38.35
%38.35

CMYK color model

#304F4F color CMYK value is (39,0,0,69).

  • cyan value is 39.24%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(39,0,0,69)
C39M0Y0K69 
(39%,0%,0%,69%)
(0.39/0.00/0.00/0.69)	

CMYK percentages

%39.24
%0
%0
%69.02

Codes

Color #304F4F in popluar color models

304F4F
RGB487979
HSL180°24.41%24.90%
HSB/HSV180°39.24%30.98%
CMYK39.24%0.00%0.00%
69.02%

Color #304F4F in popluar number systems.

HEX304F4F
Decimal487979
Binary11000010011111001111
Octal60117117

Shades and tints

Shades of #304F4F

#304F4F
(48,79,79)
#2C4848
(44,72,72)
#284141
(40,65,65)
#243A3A
(36,58,58)
#203333
(32,51,51)
#1C2C2C
(28,44,44)
#182525
(24,37,37)
#141E1E
(20,30,30)
#101717
(16,23,23)
#0C1010
(12,16,16)
#080909
(8,9,9)
#000000
(0,0,0)

Tints of #304F4F

#304F4F
(48,79,79)
#425F5F
(66,95,95)
#546F6F
(84,111,111)
#667F7F
(102,127,127)
#788F8F
(120,143,143)
#8A9F9F
(138,159,159)
#9CAFAF
(156,175,175)
#AEBFBF
(174,191,191)
#C0CFCF
(192,207,207)
#D2DFDF
(210,223,223)
#E4EFEF
(228,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #304F4F; }

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

This text font color is #304F4F.


Background Color

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

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

This div background color is #304F4F.


Border color

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

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

This div border color is #304F4F.


Opacity

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

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

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

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

This text has shadow with #304F4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #304F4F on black background.


Color preview on white background

This text has color #304F4F on white background.



Black color preview on #304F4F background

This text has black color on #304F4F background.


White color preview on #304F4F background

This text has white color on #304F4F background.