COLOR #304B3F

HEX: #304B3F RGB: (48,75,63)

Color info

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

RGB color model

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

RGB: (48,75,63) (19%, 29%, 25%)

RGB channels and saturation

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

48
75
63

R + G + B ~ 24%. #304B3F is dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 75 + 63 = 186 (100%)
R 48 of 186 ~ 25.81%
G 75 of 186 ~ 40.32%
B 63 of 186 ~ 33.87'%

%25.81
%40.32
%33.87

CMYK color model

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

  • cyan value is 36.00%
  • magenta value is 0.00%
  • yellow value is 16.00%
  • key color value is 70.59%

CMYK: (36,0,16,71)
C36M0Y16K71 (36%, 0%, 16%, 71%)
(0.36 / 0.00 / 0.16 / 0.71)

CMYK percentages

%36
%0
%16
%70.59

Codes

Color #304B3F in popluar color models

30 4B 3F
RGB 48 75 63
HSL 153° 21.95% 24.12%
HSB/HSV 153° 36.00% 29.41%
CMYK 36.00% 0.00% 16.00%
70.59%

Color #304B3F in popluar number systems.

HEX 30 4B 3F
Decimal 48 75 63
Binary 110000 1001011 111111
Octal 60 113 77

Shades and tints

Shades of #304B3F

#304B3F
(48,75,63)
#2C453A
(44,69,58)
#283F35
(40,63,53)
#243930
(36,57,48)
#20332B
(32,51,43)
#1C2D26
(28,45,38)
#182721
(24,39,33)
#14211C
(20,33,28)
#101B17
(16,27,23)
#0C1512
(12,21,18)
#080F0D
(8,15,13)
#000000
(0,0,0)

Tints of #304B3F

#304B3F
(48,75,63)
#425B50
(66,91,80)
#546B61
(84,107,97)
#667B72
(102,123,114)
#788B83
(120,139,131)
#8A9B94
(138,155,148)
#9CABA5
(156,171,165)
#AEBBB6
(174,187,182)
#C0CBC7
(192,203,199)
#D2DBD8
(210,219,216)
#E4EBE9
(228,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #304B3F; }

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

This text font color is #304B3F.

Background Color

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

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

This div background color is #304B3F.

Border color

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

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

This div border color is #304B3F.

Opacity

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

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

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

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

This text has shadow with #304B3F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #304B3F.

Preview

Color preview on black background

This text has color #304B3F on black background.


Color preview on white background

This text has color #304B3F on white background.


Black color preview on #304B3F background

This text has black color on #304B3F background.


White color preview on #304B3F background

This text has white color on #304B3F background.


Related colors

Complementary color

Complementary color for #hex is #CFB4C0.


I love getcolorcode.com

Triadic colors

1 #3F304B and #4B3F30 with #304B3F are triadic colors.

2 #3F4B30 and #4B303F with #304B3F are triadic colors.