COLOR #304E44

HEX: #304E44
RGB: (48,78,68)

Color info

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

RGB color model

#304E44 color RGB value is (48,78,68).

  • red value is 48;
  • green value is 78;
  • blue value is 68.
RGB:
(48,78,68)
(19%,31%,27%)

RGB channels and saturation

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

48
78
68

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

Portions of RGB colors in percentages

R + G + B =
48 + 78 + 68 = 194 (100%)
R 48 of 194 ~ 24.74%
G 78 of 194 ~ 40.21%
B 68 of 194 ~ 35.05%

%24.74
%40.21
%35.05

CMYK color model

#304E44 color CMYK value is (38,0,13,69).

  • cyan value is 38.46%
  • magenta value is 0.00%
  • yellow value is 12.82%
  • key color value is 69.41%
CMYK:
(38,0,13,69)
C38M0Y13K69 
(38%,0%,13%,69%)
(0.38/0.00/0.13/0.69)	

CMYK percentages

%38.46
%0
%12.82
%69.41

Codes

Color #304E44 in popluar color models

304E44
RGB487868
HSL160°23.81%24.71%
HSB/HSV160°38.46%30.59%
CMYK38.46%0.00%12.82%
69.41%

Color #304E44 in popluar number systems.

HEX304E44
Decimal487868
Binary11000010011101000100
Octal60116104

Shades and tints

Shades of #304E44

#304E44
(48,78,68)
#2C473E
(44,71,62)
#284038
(40,64,56)
#243932
(36,57,50)
#20322C
(32,50,44)
#1C2B26
(28,43,38)
#182420
(24,36,32)
#141D1A
(20,29,26)
#101614
(16,22,20)
#0C0F0E
(12,15,14)
#080808
(8,8,8)
#000000
(0,0,0)

Tints of #304E44

#304E44
(48,78,68)
#425E55
(66,94,85)
#546E66
(84,110,102)
#667E77
(102,126,119)
#788E88
(120,142,136)
#8A9E99
(138,158,153)
#9CAEAA
(156,174,170)
#AEBEBB
(174,190,187)
#C0CECC
(192,206,204)
#D2DEDD
(210,222,221)
#E4EEEE
(228,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #304E44; }

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

This text font color is #304E44.


Background Color

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

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

This div background color is #304E44.


Border color

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

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

This div border color is #304E44.


Opacity

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

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

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

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

This text has shadow with #304E44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #304E44 on black background.


Color preview on white background

This text has color #304E44 on white background.



Black color preview on #304E44 background

This text has black color on #304E44 background.


White color preview on #304E44 background

This text has white color on #304E44 background.