COLOR #304029

HEX: #304029
RGB: (48,64,41)

Color info

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

RGB color model

#304029 color RGB value is (48,64,41).

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

RGB channels and saturation

R 48 of 255 = 19%
G 64 of 255 = 25%
B 41 of 255 = 16%

48
64
41

R + G + B ~ 20%. #304029 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 64 + 41 = 153 (100%)
R 48 of 153 ~ 31.37%
G 64 of 153 ~ 41.83%
B 41 of 153 ~ 26.8%

%31.37
%41.83
%26.8

CMYK color model

#304029 color CMYK value is (25,0,36,75).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 35.94%
  • key color value is 74.90%
CMYK:
(25,0,36,75)
C25M0Y36K75 
(25%,0%,36%,75%)
(0.25/0.00/0.36/0.75)	

CMYK percentages

%25
%0
%35.94
%74.9

Codes

Color #304029 in popluar color models

304029
RGB486441
HSL102°21.90%20.59%
HSB/HSV102°35.94%25.10%
CMYK25.00%0.00%35.94%
74.90%

Color #304029 in popluar number systems.

HEX304029
Decimal486441
Binary1100001000000101001
Octal6010051

Shades and tints

Shades of #304029

#304029
(48,64,41)
#2C3B26
(44,59,38)
#283623
(40,54,35)
#243120
(36,49,32)
#202C1D
(32,44,29)
#1C271A
(28,39,26)
#182217
(24,34,23)
#141D14
(20,29,20)
#101811
(16,24,17)
#0C130E
(12,19,14)
#080E0B
(8,14,11)
#000000
(0,0,0)

Tints of #304029

#304029
(48,64,41)
#42513C
(66,81,60)
#54624F
(84,98,79)
#667362
(102,115,98)
#788475
(120,132,117)
#8A9588
(138,149,136)
#9CA69B
(156,166,155)
#AEB7AE
(174,183,174)
#C0C8C1
(192,200,193)
#D2D9D4
(210,217,212)
#E4EAE7
(228,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #304029; }

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

This text font color is #304029.


Background Color

.myBgColor { background-color: #304029; }

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

This div background color is #304029.


Border color

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

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

This div border color is #304029.


Opacity

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

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

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

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

This text has shadow with #304029 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #304029 on black background.


Color preview on white background

This text has color #304029 on white background.



Black color preview on #304029 background

This text has black color on #304029 background.


White color preview on #304029 background

This text has white color on #304029 background.