COLOR #304833

HEX: #304833
RGB: (48,72,51)

Color info

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

RGB color model

#304833 color RGB value is (48,72,51).

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

RGB channels and saturation

R 48 of 255 = 19%
G 72 of 255 = 28%
B 51 of 255 = 20%

48
72
51

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

Portions of RGB colors in percentages

R + G + B =
48 + 72 + 51 = 171 (100%)
R 48 of 171 ~ 28.07%
G 72 of 171 ~ 42.11%
B 51 of 171 ~ 29.82%

%28.07
%42.11
%29.82

CMYK color model

#304833 color CMYK value is (33,0,29,72).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 29.17%
  • key color value is 71.76%
CMYK:
(33,0,29,72)
C33M0Y29K72 
(33%,0%,29%,72%)
(0.33/0.00/0.29/0.72)	

CMYK percentages

%33.33
%0
%29.17
%71.76

Codes

Color #304833 in popluar color models

304833
RGB487251
HSL128°20.00%23.53%
HSB/HSV128°33.33%28.24%
CMYK33.33%0.00%29.17%
71.76%

Color #304833 in popluar number systems.

HEX304833
Decimal487251
Binary1100001001000110011
Octal6011063

Shades and tints

Shades of #304833

#304833
(48,72,51)
#2C422F
(44,66,47)
#283C2B
(40,60,43)
#243627
(36,54,39)
#203023
(32,48,35)
#1C2A1F
(28,42,31)
#18241B
(24,36,27)
#141E17
(20,30,23)
#101813
(16,24,19)
#0C120F
(12,18,15)
#080C0B
(8,12,11)
#000000
(0,0,0)

Tints of #304833

#304833
(48,72,51)
#425845
(66,88,69)
#546857
(84,104,87)
#667869
(102,120,105)
#78887B
(120,136,123)
#8A988D
(138,152,141)
#9CA89F
(156,168,159)
#AEB8B1
(174,184,177)
#C0C8C3
(192,200,195)
#D2D8D5
(210,216,213)
#E4E8E7
(228,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #304833; }

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

This text font color is #304833.


Background Color

.myBgColor { background-color: #304833; }

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

This div background color is #304833.


Border color

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

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

This div border color is #304833.


Opacity

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

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

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

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

This text has shadow with #304833 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #304833 on black background.


Color preview on white background

This text has color #304833 on white background.



Black color preview on #304833 background

This text has black color on #304833 background.


White color preview on #304833 background

This text has white color on #304833 background.