COLOR #304B4B

HEX: #304B4B
RGB: (48,75,75)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

48
75
75

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

Portions of RGB colors in percentages

R + G + B =
48 + 75 + 75 = 198 (100%)
R 48 of 198 ~ 24.24%
G 75 of 198 ~ 37.88%
B 75 of 198 ~ 37.88%

%24.24
%37.88
%37.88

CMYK color model

#304B4B color CMYK value is (36,0,0,71).

  • cyan value is 36.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(36,0,0,71)
C36M0Y0K71 
(36%,0%,0%,71%)
(0.36/0.00/0.00/0.71)	

CMYK percentages

%36
%0
%0
%70.59

Codes

Color #304B4B in popluar color models

304B4B
RGB487575
HSL180°21.95%24.12%
HSB/HSV180°36.00%29.41%
CMYK36.00%0.00%0.00%
70.59%

Color #304B4B in popluar number systems.

HEX304B4B
Decimal487575
Binary11000010010111001011
Octal60113113

Shades and tints

Shades of #304B4B

#304B4B
(48,75,75)
#2C4545
(44,69,69)
#283F3F
(40,63,63)
#243939
(36,57,57)
#203333
(32,51,51)
#1C2D2D
(28,45,45)
#182727
(24,39,39)
#142121
(20,33,33)
#101B1B
(16,27,27)
#0C1515
(12,21,21)
#080F0F
(8,15,15)
#000000
(0,0,0)

Tints of #304B4B

#304B4B
(48,75,75)
#425B5B
(66,91,91)
#546B6B
(84,107,107)
#667B7B
(102,123,123)
#788B8B
(120,139,139)
#8A9B9B
(138,155,155)
#9CABAB
(156,171,171)
#AEBBBB
(174,187,187)
#C0CBCB
(192,203,203)
#D2DBDB
(210,219,219)
#E4EBEB
(228,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #304B4B; }

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

This text font color is #304B4B.


Background Color

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

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

This div background color is #304B4B.


Border color

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

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

This div border color is #304B4B.


Opacity

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

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

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

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

This text has shadow with #304B4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #304B4B on black background.


Color preview on white background

This text has color #304B4B on white background.



Black color preview on #304B4B background

This text has black color on #304B4B background.


White color preview on #304B4B background

This text has white color on #304B4B background.