COLOR #304041

HEX: #304041
RGB: (48,64,65)

Color info

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

RGB color model

#304041 color RGB value is (48,64,65).

  • red value is 48;
  • green value is 64;
  • blue value is 65.
RGB:
(48,64,65)
(19%,25%,25%)

RGB channels and saturation

R 48 of 255 = 19%
G 64 of 255 = 25%
B 65 of 255 = 25%

48
64
65

R + G + B ~ 23%. #304041 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 64 + 65 = 177 (100%)
R 48 of 177 ~ 27.12%
G 64 of 177 ~ 36.16%
B 65 of 177 ~ 36.72%

%27.12
%36.16
%36.72

CMYK color model

#304041 color CMYK value is (26,2,0,75).

  • cyan value is 26.15%
  • magenta value is 1.54%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(26,2,0,75)
C26M2Y0K75 
(26%,2%,0%,75%)
(0.26/0.02/0.00/0.75)	

CMYK percentages

%26.15
%1.54
%0
%74.51

Codes

Color #304041 in popluar color models

304041
RGB486465
HSL184°15.04%22.16%
HSB/HSV184°26.15%25.49%
CMYK26.15%1.54%0.00%
74.51%

Color #304041 in popluar number systems.

HEX304041
Decimal486465
Binary11000010000001000001
Octal60100101

Shades and tints

Shades of #304041

#304041
(48,64,65)
#2C3B3C
(44,59,60)
#283637
(40,54,55)
#243132
(36,49,50)
#202C2D
(32,44,45)
#1C2728
(28,39,40)
#182223
(24,34,35)
#141D1E
(20,29,30)
#101819
(16,24,25)
#0C1314
(12,19,20)
#080E0F
(8,14,15)
#000000
(0,0,0)

Tints of #304041

#304041
(48,64,65)
#425152
(66,81,82)
#546263
(84,98,99)
#667374
(102,115,116)
#788485
(120,132,133)
#8A9596
(138,149,150)
#9CA6A7
(156,166,167)
#AEB7B8
(174,183,184)
#C0C8C9
(192,200,201)
#D2D9DA
(210,217,218)
#E4EAEB
(228,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #304041 color. Also use rgb(48,64,65) instead hex code.

Text Font Color

.myTextColor { color: #304041; }

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

This text font color is #304041.


Background Color

.myBgColor { background-color: #304041; }

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

This div background color is #304041.


Border color

.myBorderColor { border: 1px solid #304041; }

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

This div border color is #304041.


Opacity

.myOpacity80 { color: #304041; opacity: 0.8; }

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

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

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

This text has shadow with #304041 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #304041 on black background.


Color preview on white background

This text has color #304041 on white background.



Black color preview on #304041 background

This text has black color on #304041 background.


White color preview on #304041 background

This text has white color on #304041 background.