COLOR #304B30

HEX: #304B30
RGB: (48,75,48)

Color info

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

RGB color model

#304B30 color RGB value is (48,75,48).

  • red value is 48;
  • green value is 75;
  • blue value is 48.
RGB:
(48,75,48)
(19%,29%,19%)

RGB channels and saturation

R 48 of 255 = 19%
G 75 of 255 = 29%
B 48 of 255 = 19%

48
75
48

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

Portions of RGB colors in percentages

R + G + B =
48 + 75 + 48 = 171 (100%)
R 48 of 171 ~ 28.07%
G 75 of 171 ~ 43.86%
B 48 of 171 ~ 28.07%

%28.07
%43.86
%28.07

CMYK color model

#304B30 color CMYK value is (36,0,36,71).

  • cyan value is 36.00%
  • magenta value is 0.00%
  • yellow value is 36.00%
  • key color value is 70.59%
CMYK:
(36,0,36,71)
C36M0Y36K71 
(36%,0%,36%,71%)
(0.36/0.00/0.36/0.71)	

CMYK percentages

%36
%0
%36
%70.59

Codes

Color #304B30 in popluar color models

304B30
RGB487548
HSL120°21.95%24.12%
HSB/HSV120°36.00%29.41%
CMYK36.00%0.00%36.00%
70.59%

Color #304B30 in popluar number systems.

HEX304B30
Decimal487548
Binary1100001001011110000
Octal6011360

Shades and tints

Shades of #304B30

#304B30
(48,75,48)
#2C452C
(44,69,44)
#283F28
(40,63,40)
#243924
(36,57,36)
#203320
(32,51,32)
#1C2D1C
(28,45,28)
#182718
(24,39,24)
#142114
(20,33,20)
#101B10
(16,27,16)
#0C150C
(12,21,12)
#080F08
(8,15,8)
#000000
(0,0,0)

Tints of #304B30

#304B30
(48,75,48)
#425B42
(66,91,66)
#546B54
(84,107,84)
#667B66
(102,123,102)
#788B78
(120,139,120)
#8A9B8A
(138,155,138)
#9CAB9C
(156,171,156)
#AEBBAE
(174,187,174)
#C0CBC0
(192,203,192)
#D2DBD2
(210,219,210)
#E4EBE4
(228,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #304B30 color. Also use rgb(48,75,48) instead hex code.

Text Font Color

.myTextColor { color: #304B30; }

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

This text font color is #304B30.


Background Color

.myBgColor { background-color: #304B30; }

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

This div background color is #304B30.


Border color

.myBorderColor { border: 1px solid #304B30; }

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

This div border color is #304B30.


Opacity

.myOpacity80 { color: #304B30; opacity: 0.8; }

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

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

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

This text has shadow with #304B30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #304B30 on black background.


Color preview on white background

This text has color #304B30 on white background.



Black color preview on #304B30 background

This text has black color on #304B30 background.


White color preview on #304B30 background

This text has white color on #304B30 background.