COLOR #304429

HEX: #304429
RGB: (48,68,41)

Color info

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

RGB color model

#304429 color RGB value is (48,68,41).

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

RGB channels and saturation

R 48 of 255 = 19%
G 68 of 255 = 27%
B 41 of 255 = 16%

48
68
41

R + G + B ~ 21%. #304429 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 68 + 41 = 157 (100%)
R 48 of 157 ~ 30.57%
G 68 of 157 ~ 43.31%
B 41 of 157 ~ 26.11%

%30.57
%43.31
%26.11

CMYK color model

#304429 color CMYK value is (29,0,40,73).

  • cyan value is 29.41%
  • magenta value is 0.00%
  • yellow value is 39.71%
  • key color value is 73.33%
CMYK:
(29,0,40,73)
C29M0Y40K73 
(29%,0%,40%,73%)
(0.29/0.00/0.40/0.73)	

CMYK percentages

%29.41
%0
%39.71
%73.33

Codes

Color #304429 in popluar color models

304429
RGB486841
HSL104°24.77%21.37%
HSB/HSV104°39.71%26.67%
CMYK29.41%0.00%39.71%
73.33%

Color #304429 in popluar number systems.

HEX304429
Decimal486841
Binary1100001000100101001
Octal6010451

Shades and tints

Shades of #304429

#304429
(48,68,41)
#2C3E26
(44,62,38)
#283823
(40,56,35)
#243220
(36,50,32)
#202C1D
(32,44,29)
#1C261A
(28,38,26)
#182017
(24,32,23)
#141A14
(20,26,20)
#101411
(16,20,17)
#0C0E0E
(12,14,14)
#08080B
(8,8,11)
#000000
(0,0,0)

Tints of #304429

#304429
(48,68,41)
#42553C
(66,85,60)
#54664F
(84,102,79)
#667762
(102,119,98)
#788875
(120,136,117)
#8A9988
(138,153,136)
#9CAA9B
(156,170,155)
#AEBBAE
(174,187,174)
#C0CCC1
(192,204,193)
#D2DDD4
(210,221,212)
#E4EEE7
(228,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #304429; }

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

This text font color is #304429.


Background Color

.myBgColor { background-color: #304429; }

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

This div background color is #304429.


Border color

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

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

This div border color is #304429.


Opacity

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

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

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

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

This text has shadow with #304429 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #304429 on black background.


Color preview on white background

This text has color #304429 on white background.



Black color preview on #304429 background

This text has black color on #304429 background.


White color preview on #304429 background

This text has white color on #304429 background.