COLOR #304741

HEX: #304741
RGB: (48,71,65)

Color info

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

RGB color model

#304741 color RGB value is (48,71,65).

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

RGB channels and saturation

R 48 of 255 = 19%
G 71 of 255 = 28%
B 65 of 255 = 25%

48
71
65

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

Portions of RGB colors in percentages

R + G + B =
48 + 71 + 65 = 184 (100%)
R 48 of 184 ~ 26.09%
G 71 of 184 ~ 38.59%
B 65 of 184 ~ 35.33%

%26.09
%38.59
%35.33

CMYK color model

#304741 color CMYK value is (32,0,8,72).

  • cyan value is 32.39%
  • magenta value is 0.00%
  • yellow value is 8.45%
  • key color value is 72.16%
CMYK:
(32,0,8,72)
C32M0Y8K72 
(32%,0%,8%,72%)
(0.32/0.00/0.08/0.72)	

CMYK percentages

%32.39
%0
%8.45
%72.16

Codes

Color #304741 in popluar color models

304741
RGB487165
HSL164°19.33%23.33%
HSB/HSV164°32.39%27.84%
CMYK32.39%0.00%8.45%
72.16%

Color #304741 in popluar number systems.

HEX304741
Decimal487165
Binary11000010001111000001
Octal60107101

Shades and tints

Shades of #304741

#304741
(48,71,65)
#2C413C
(44,65,60)
#283B37
(40,59,55)
#243532
(36,53,50)
#202F2D
(32,47,45)
#1C2928
(28,41,40)
#182323
(24,35,35)
#141D1E
(20,29,30)
#101719
(16,23,25)
#0C1114
(12,17,20)
#080B0F
(8,11,15)
#000000
(0,0,0)

Tints of #304741

#304741
(48,71,65)
#425752
(66,87,82)
#546763
(84,103,99)
#667774
(102,119,116)
#788785
(120,135,133)
#8A9796
(138,151,150)
#9CA7A7
(156,167,167)
#AEB7B8
(174,183,184)
#C0C7C9
(192,199,201)
#D2D7DA
(210,215,218)
#E4E7EB
(228,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #304741; }

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

This text font color is #304741.


Background Color

.myBgColor { background-color: #304741; }

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

This div background color is #304741.


Border color

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

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

This div border color is #304741.


Opacity

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

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

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

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

This text has shadow with #304741 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #304741 on black background.


Color preview on white background

This text has color #304741 on white background.



Black color preview on #304741 background

This text has black color on #304741 background.


White color preview on #304741 background

This text has white color on #304741 background.