COLOR #304841

HEX: #304841
RGB: (48,72,65)

Color info

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

RGB color model

#304841 color RGB value is (48,72,65).

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

RGB channels and saturation

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

48
72
65

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

Portions of RGB colors in percentages

R + G + B =
48 + 72 + 65 = 185 (100%)
R 48 of 185 ~ 25.95%
G 72 of 185 ~ 38.92%
B 65 of 185 ~ 35.14%

%25.95
%38.92
%35.14

CMYK color model

#304841 color CMYK value is (33,0,10,72).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 9.72%
  • key color value is 71.76%
CMYK:
(33,0,10,72)
C33M0Y10K72 
(33%,0%,10%,72%)
(0.33/0.00/0.10/0.72)	

CMYK percentages

%33.33
%0
%9.72
%71.76

Codes

Color #304841 in popluar color models

304841
RGB487265
HSL163°20.00%23.53%
HSB/HSV163°33.33%28.24%
CMYK33.33%0.00%9.72%
71.76%

Color #304841 in popluar number systems.

HEX304841
Decimal487265
Binary11000010010001000001
Octal60110101

Shades and tints

Shades of #304841

#304841
(48,72,65)
#2C423C
(44,66,60)
#283C37
(40,60,55)
#243632
(36,54,50)
#20302D
(32,48,45)
#1C2A28
(28,42,40)
#182423
(24,36,35)
#141E1E
(20,30,30)
#101819
(16,24,25)
#0C1214
(12,18,20)
#080C0F
(8,12,15)
#000000
(0,0,0)

Tints of #304841

#304841
(48,72,65)
#425852
(66,88,82)
#546863
(84,104,99)
#667874
(102,120,116)
#788885
(120,136,133)
#8A9896
(138,152,150)
#9CA8A7
(156,168,167)
#AEB8B8
(174,184,184)
#C0C8C9
(192,200,201)
#D2D8DA
(210,216,218)
#E4E8EB
(228,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #304841; }

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

This text font color is #304841.


Background Color

.myBgColor { background-color: #304841; }

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

This div background color is #304841.


Border color

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

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

This div border color is #304841.


Opacity

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

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

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

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

This text has shadow with #304841 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #304841 on black background.


Color preview on white background

This text has color #304841 on white background.



Black color preview on #304841 background

This text has black color on #304841 background.


White color preview on #304841 background

This text has white color on #304841 background.