COLOR #304431

HEX: #304431
RGB: (48,68,49)

Color info

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

RGB color model

#304431 color RGB value is (48,68,49).

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

RGB channels and saturation

R 48 of 255 = 19%
G 68 of 255 = 27%
B 49 of 255 = 19%

48
68
49

R + G + B ~ 22%. #304431 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 68 + 49 = 165 (100%)
R 48 of 165 ~ 29.09%
G 68 of 165 ~ 41.21%
B 49 of 165 ~ 29.7%

%29.09
%41.21
%29.7

CMYK color model

#304431 color CMYK value is (29,0,28,73).

  • cyan value is 29.41%
  • magenta value is 0.00%
  • yellow value is 27.94%
  • key color value is 73.33%
CMYK:
(29,0,28,73)
C29M0Y28K73 
(29%,0%,28%,73%)
(0.29/0.00/0.28/0.73)	

CMYK percentages

%29.41
%0
%27.94
%73.33

Codes

Color #304431 in popluar color models

304431
RGB486849
HSL123°17.24%22.75%
HSB/HSV123°29.41%26.67%
CMYK29.41%0.00%27.94%
73.33%

Color #304431 in popluar number systems.

HEX304431
Decimal486849
Binary1100001000100110001
Octal6010461

Shades and tints

Shades of #304431

#304431
(48,68,49)
#2C3E2D
(44,62,45)
#283829
(40,56,41)
#243225
(36,50,37)
#202C21
(32,44,33)
#1C261D
(28,38,29)
#182019
(24,32,25)
#141A15
(20,26,21)
#101411
(16,20,17)
#0C0E0D
(12,14,13)
#080809
(8,8,9)
#000000
(0,0,0)

Tints of #304431

#304431
(48,68,49)
#425543
(66,85,67)
#546655
(84,102,85)
#667767
(102,119,103)
#788879
(120,136,121)
#8A998B
(138,153,139)
#9CAA9D
(156,170,157)
#AEBBAF
(174,187,175)
#C0CCC1
(192,204,193)
#D2DDD3
(210,221,211)
#E4EEE5
(228,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #304431; }

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

This text font color is #304431.


Background Color

.myBgColor { background-color: #304431; }

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

This div background color is #304431.


Border color

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

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

This div border color is #304431.


Opacity

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

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

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

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

This text has shadow with #304431 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #304431 on black background.


Color preview on white background

This text has color #304431 on white background.



Black color preview on #304431 background

This text has black color on #304431 background.


White color preview on #304431 background

This text has white color on #304431 background.