COLOR #304434

HEX: #304434
RGB: (48,68,52)

Color info

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

RGB color model

#304434 color RGB value is (48,68,52).

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

RGB channels and saturation

R 48 of 255 = 19%
G 68 of 255 = 27%
B 52 of 255 = 20%

48
68
52

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

Portions of RGB colors in percentages

R + G + B =
48 + 68 + 52 = 168 (100%)
R 48 of 168 ~ 28.57%
G 68 of 168 ~ 40.48%
B 52 of 168 ~ 30.95%

%28.57
%40.48
%30.95

CMYK color model

#304434 color CMYK value is (29,0,24,73).

  • cyan value is 29.41%
  • magenta value is 0.00%
  • yellow value is 23.53%
  • key color value is 73.33%
CMYK:
(29,0,24,73)
C29M0Y24K73 
(29%,0%,24%,73%)
(0.29/0.00/0.24/0.73)	

CMYK percentages

%29.41
%0
%23.53
%73.33

Codes

Color #304434 in popluar color models

304434
RGB486852
HSL132°17.24%22.75%
HSB/HSV132°29.41%26.67%
CMYK29.41%0.00%23.53%
73.33%

Color #304434 in popluar number systems.

HEX304434
Decimal486852
Binary1100001000100110100
Octal6010464

Shades and tints

Shades of #304434

#304434
(48,68,52)
#2C3E30
(44,62,48)
#28382C
(40,56,44)
#243228
(36,50,40)
#202C24
(32,44,36)
#1C2620
(28,38,32)
#18201C
(24,32,28)
#141A18
(20,26,24)
#101414
(16,20,20)
#0C0E10
(12,14,16)
#08080C
(8,8,12)
#000000
(0,0,0)

Tints of #304434

#304434
(48,68,52)
#425546
(66,85,70)
#546658
(84,102,88)
#66776A
(102,119,106)
#78887C
(120,136,124)
#8A998E
(138,153,142)
#9CAAA0
(156,170,160)
#AEBBB2
(174,187,178)
#C0CCC4
(192,204,196)
#D2DDD6
(210,221,214)
#E4EEE8
(228,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #304434; }

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

This text font color is #304434.


Background Color

.myBgColor { background-color: #304434; }

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

This div background color is #304434.


Border color

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

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

This div border color is #304434.


Opacity

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

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

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

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

This text has shadow with #304434 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #304434 on black background.


Color preview on white background

This text has color #304434 on white background.



Black color preview on #304434 background

This text has black color on #304434 background.


White color preview on #304434 background

This text has white color on #304434 background.