COLOR #304F4B

HEX: #304F4B
RGB: (48,79,75)

Color info

#304F4B contains red, green and blue colors in about the same proportion. Web safe color of #304F4B is #336633 (or #363).

RGB color model

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

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

RGB channels and saturation

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

48
79
75

R + G + B ~ 26%. #304F4B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 79 + 75 = 202 (100%)
R 48 of 202 ~ 23.76%
G 79 of 202 ~ 39.11%
B 75 of 202 ~ 37.13%

%23.76
%39.11
%37.13

CMYK color model

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

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

CMYK percentages

%39.24
%0
%5.06
%69.02

Codes

Color #304F4B in popluar color models

304F4B
RGB487975
HSL172°24.41%24.90%
HSB/HSV172°39.24%30.98%
CMYK39.24%0.00%5.06%
69.02%

Color #304F4B in popluar number systems.

HEX304F4B
Decimal487975
Binary11000010011111001011
Octal60117113

Shades and tints

Shades of #304F4B

#304F4B
(48,79,75)
#2C4845
(44,72,69)
#28413F
(40,65,63)
#243A39
(36,58,57)
#203333
(32,51,51)
#1C2C2D
(28,44,45)
#182527
(24,37,39)
#141E21
(20,30,33)
#10171B
(16,23,27)
#0C1015
(12,16,21)
#08090F
(8,9,15)
#000000
(0,0,0)

Tints of #304F4B

#304F4B
(48,79,75)
#425F5B
(66,95,91)
#546F6B
(84,111,107)
#667F7B
(102,127,123)
#788F8B
(120,143,139)
#8A9F9B
(138,159,155)
#9CAFAB
(156,175,171)
#AEBFBB
(174,191,187)
#C0CFCB
(192,207,203)
#D2DFDB
(210,223,219)
#E4EFEB
(228,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #304F4B; }

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

This text font color is #304F4B.


Background Color

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

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

This div background color is #304F4B.


Border color

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

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

This div border color is #304F4B.


Opacity

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

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

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

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

This text has shadow with #304F4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #304F4B on black background.


Color preview on white background

This text has color #304F4B on white background.



Black color preview on #304F4B background

This text has black color on #304F4B background.


White color preview on #304F4B background

This text has white color on #304F4B background.