COLOR #304F44

HEX: #304F44 RGB: (48,79,68)

Color info

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

RGB color model

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

RGB: (48,79,68) (19%, 31%, 27%)

RGB channels and saturation

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

48
79
68

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

Portions of RGB colors in percentages

R + G + B = 48 + 79 + 68 = 195 (100%)
R 48 of 195 ~ 24.62%
G 79 of 195 ~ 40.51%
B 68 of 195 ~ 34.87'%

%24.62
%40.51
%34.87

CMYK color model

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

  • cyan value is 39.24%
  • magenta value is 0.00%
  • yellow value is 13.92%
  • key color value is 69.02%

CMYK: (39,0,14,69)
C39M0Y14K69 (39%, 0%, 14%, 69%)
(0.39 / 0.00 / 0.14 / 0.69)

CMYK percentages

%39.24
%0
%13.92
%69.02

Codes

Color #304F44 in popluar color models

30 4F 44
RGB 48 79 68
HSL 159° 24.41% 24.90%
HSB/HSV 159° 39.24% 30.98%
CMYK 39.24% 0.00% 13.92%
69.02%

Color #304F44 in popluar number systems.

HEX 30 4F 44
Decimal 48 79 68
Binary 110000 1001111 1000100
Octal 60 117 104

Shades and tints

Shades of #304F44

#304F44
(48,79,68)
#2C483E
(44,72,62)
#284138
(40,65,56)
#243A32
(36,58,50)
#20332C
(32,51,44)
#1C2C26
(28,44,38)
#182520
(24,37,32)
#141E1A
(20,30,26)
#101714
(16,23,20)
#0C100E
(12,16,14)
#080908
(8,9,8)
#000000
(0,0,0)

Tints of #304F44

#304F44
(48,79,68)
#425F55
(66,95,85)
#546F66
(84,111,102)
#667F77
(102,127,119)
#788F88
(120,143,136)
#8A9F99
(138,159,153)
#9CAFAA
(156,175,170)
#AEBFBB
(174,191,187)
#C0CFCC
(192,207,204)
#D2DFDD
(210,223,221)
#E4EFEE
(228,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #304F44; }

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

This text font color is #304F44.

Background Color

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

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

This div background color is #304F44.

Border color

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

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

This div border color is #304F44.

Opacity

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

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

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

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

This text has shadow with #304F44 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #304F44.

Preview

Color preview on black background

This text has color #304F44 on black background.


Color preview on white background

This text has color #304F44 on white background.


Black color preview on #304F44 background

This text has black color on #304F44 background.


White color preview on #304F44 background

This text has white color on #304F44 background.


Related colors

Complementary color

Complementary color for #hex is #CFB0BB.


I love getcolorcode.com

Triadic colors

1 #44304F and #4F4430 with #304F44 are triadic colors.

2 #444F30 and #4F3044 with #304F44 are triadic colors.