COLOR #304333

HEX: #304333
RGB: (48,67,51)

Color info

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

RGB color model

#304333 color RGB value is (48,67,51).

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

RGB channels and saturation

R 48 of 255 = 19%
G 67 of 255 = 26%
B 51 of 255 = 20%

48
67
51

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

Portions of RGB colors in percentages

R + G + B =
48 + 67 + 51 = 166 (100%)
R 48 of 166 ~ 28.92%
G 67 of 166 ~ 40.36%
B 51 of 166 ~ 30.72%

%28.92
%40.36
%30.72

CMYK color model

#304333 color CMYK value is (28,0,24,74).

  • cyan value is 28.36%
  • magenta value is 0.00%
  • yellow value is 23.88%
  • key color value is 73.73%
CMYK:
(28,0,24,74)
C28M0Y24K74 
(28%,0%,24%,74%)
(0.28/0.00/0.24/0.74)	

CMYK percentages

%28.36
%0
%23.88
%73.73

Codes

Color #304333 in popluar color models

304333
RGB486751
HSL129°16.52%22.55%
HSB/HSV129°28.36%26.27%
CMYK28.36%0.00%23.88%
73.73%

Color #304333 in popluar number systems.

HEX304333
Decimal486751
Binary1100001000011110011
Octal6010363

Shades and tints

Shades of #304333

#304333
(48,67,51)
#2C3D2F
(44,61,47)
#28372B
(40,55,43)
#243127
(36,49,39)
#202B23
(32,43,35)
#1C251F
(28,37,31)
#181F1B
(24,31,27)
#141917
(20,25,23)
#101313
(16,19,19)
#0C0D0F
(12,13,15)
#08070B
(8,7,11)
#000000
(0,0,0)

Tints of #304333

#304333
(48,67,51)
#425445
(66,84,69)
#546557
(84,101,87)
#667669
(102,118,105)
#78877B
(120,135,123)
#8A988D
(138,152,141)
#9CA99F
(156,169,159)
#AEBAB1
(174,186,177)
#C0CBC3
(192,203,195)
#D2DCD5
(210,220,213)
#E4EDE7
(228,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #304333; }

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

This text font color is #304333.


Background Color

.myBgColor { background-color: #304333; }

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

This div background color is #304333.


Border color

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

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

This div border color is #304333.


Opacity

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

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

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

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

This text has shadow with #304333 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #304333 on black background.


Color preview on white background

This text has color #304333 on white background.



Black color preview on #304333 background

This text has black color on #304333 background.


White color preview on #304333 background

This text has white color on #304333 background.