COLOR #304D3F

HEX: #304D3F RGB: (48,77,63)

Color info

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

RGB color model

#304D3F color RGB value is (48,77,63).

RGB: (48,77,63) (19%, 30%, 25%)

RGB channels and saturation

R 48 of 255 = 19%
G 77 of 255 = 30%
B 63 of 255 = 25%

48
77
63

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

Portions of RGB colors in percentages

R + G + B = 48 + 77 + 63 = 188 (100%)
R 48 of 188 ~ 25.53%
G 77 of 188 ~ 40.96%
B 63 of 188 ~ 33.51'%

%25.53
%40.96
%33.51

CMYK color model

#304D3F color CMYK value is (38,0,18,70).

  • cyan value is 37.66%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 69.80%
CMYK: (38,0,18,70) C38M0Y18K70 (38%,0%,18%,70%) (0.38/0.00/0.18/0.70) 

CMYK percentages

%37.66
%0
%18.18
%69.8

Codes

Color #304D3F in popluar color models

30 4D 3F
RGB 48 77 63
HSL 151° 23.20% 24.51%
HSB/HSV 151° 37.66% 30.20%
CMYK 37.66% 0.00% 18.18%
69.80%

Color #304D3F in popluar number systems.

HEX 30 4D 3F
Decimal 48 77 63
Binary 110000 1001101 111111
Octal 60 115 77

Shades and tints

Shades of #304D3F

#304D3F
(48,77,63)
#2C463A
(44,70,58)
#283F35
(40,63,53)
#243830
(36,56,48)
#20312B
(32,49,43)
#1C2A26
(28,42,38)
#182321
(24,35,33)
#141C1C
(20,28,28)
#101517
(16,21,23)
#0C0E12
(12,14,18)
#08070D
(8,7,13)
#000000
(0,0,0)

Tints of #304D3F

#304D3F
(48,77,63)
#425D50
(66,93,80)
#546D61
(84,109,97)
#667D72
(102,125,114)
#788D83
(120,141,131)
#8A9D94
(138,157,148)
#9CADA5
(156,173,165)
#AEBDB6
(174,189,182)
#C0CDC7
(192,205,199)
#D2DDD8
(210,221,216)
#E4EDE9
(228,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #304D3F; }

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

This text font color is #304D3F.

Background Color

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

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

This div background color is #304D3F.

Border color

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

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

This div border color is #304D3F.

Opacity

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

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

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

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

This text has shadow with #304D3F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #304D3F.

Preview

Color preview on black background

This text has color #304D3F on black background.


Color preview on white background

This text has color #304D3F on white background.


Black color preview on #304D3F background

This text has black color on #304D3F background.


White color preview on #304D3F background

This text has white color on #304D3F background.


Related colors

Complementary color

Complementary color for #hex is #CFB2C0.


I love getcolorcode.com

Triadic colors

1 #3F304D and #4D3F30 with #304D3F are triadic colors.

2 #3F4D30 and #4D303F with #304D3F are triadic colors.