COLOR #304B0B

HEX: #304B0B
RGB: (48,75,11)

Color info

#304B0B contains mainly red and green colors. Web safe color of #304B0B is #333300 (or #330).

RGB color model

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

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

RGB channels and saturation

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

48
75
11

R + G + B ~ 17%. #304B0B is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 75 + 11 = 134 (100%)
R 48 of 134 ~ 35.82%
G 75 of 134 ~ 55.97%
B 11 of 134 ~ 8.21%

%35.82
%55.97

CMYK color model

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

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

CMYK percentages

%36
%0
%85.33
%70.59

Codes

Color #304B0B in popluar color models

304B0B
RGB487511
HSL85°74.42%16.86%
HSB/HSV85°85.33%29.41%
CMYK36.00%0.00%85.33%
70.59%

Color #304B0B in popluar number systems.

HEX304B0B
Decimal487511
Binary11000010010111011
Octal6011313

Shades and tints

Shades of #304B0B

#304B0B
(48,75,11)
#2C450A
(44,69,10)
#283F09
(40,63,9)
#243908
(36,57,8)
#203307
(32,51,7)
#1C2D06
(28,45,6)
#182705
(24,39,5)
#142104
(20,33,4)
#101B03
(16,27,3)
#0C1502
(12,21,2)
#080F01
(8,15,1)
#000000
(0,0,0)

Tints of #304B0B

#304B0B
(48,75,11)
#425B21
(66,91,33)
#546B37
(84,107,55)
#667B4D
(102,123,77)
#788B63
(120,139,99)
#8A9B79
(138,155,121)
#9CAB8F
(156,171,143)
#AEBBA5
(174,187,165)
#C0CBBB
(192,203,187)
#D2DBD1
(210,219,209)
#E4EBE7
(228,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #304B0B; }

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

This text font color is #304B0B.


Background Color

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

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

This div background color is #304B0B.


Border color

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

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

This div border color is #304B0B.


Opacity

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

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

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

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

This text has shadow with #304B0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #304B0B on black background.


Color preview on white background

This text has color #304B0B on white background.



Black color preview on #304B0B background

This text has black color on #304B0B background.


White color preview on #304B0B background

This text has white color on #304B0B background.