COLOR #305920

HEX: #305920
RGB: (48,89,32)

Color info

#305920 contains red, green and blue colors in about the same proportion. Web safe color of #305920 is #336633 (or #363).

RGB color model

#305920 color RGB value is (48,89,32).

  • red value is 48;
  • green value is 89;
  • blue value is 32.
RGB:
(48,89,32)
(19%,35%,13%)

RGB channels and saturation

R 48 of 255 = 19%
G 89 of 255 = 35%
B 32 of 255 = 13%

48
89
32

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

Portions of RGB colors in percentages

R + G + B =
48 + 89 + 32 = 169 (100%)
R 48 of 169 ~ 28.4%
G 89 of 169 ~ 52.66%
B 32 of 169 ~ 18.93%

%28.4
%52.66
%18.93

CMYK color model

#305920 color CMYK value is (46,0,64,65).

  • cyan value is 46.07%
  • magenta value is 0.00%
  • yellow value is 64.04%
  • key color value is 65.10%
CMYK:
(46,0,64,65)
C46M0Y64K65 
(46%,0%,64%,65%)
(0.46/0.00/0.64/0.65)	

CMYK percentages

%46.07
%0
%64.04
%65.1

Codes

Color #305920 in popluar color models

305920
RGB488932
HSL103°47.11%23.73%
HSB/HSV103°64.04%34.90%
CMYK46.07%0.00%64.04%
65.10%

Color #305920 in popluar number systems.

HEX305920
Decimal488932
Binary1100001011001100000
Octal6013140

Shades and tints

Shades of #305920

#305920
(48,89,32)
#2C511E
(44,81,30)
#28491C
(40,73,28)
#24411A
(36,65,26)
#203918
(32,57,24)
#1C3116
(28,49,22)
#182914
(24,41,20)
#142112
(20,33,18)
#101910
(16,25,16)
#0C110E
(12,17,14)
#08090C
(8,9,12)
#000000
(0,0,0)

Tints of #305920

#305920
(48,89,32)
#426834
(66,104,52)
#547748
(84,119,72)
#66865C
(102,134,92)
#789570
(120,149,112)
#8AA484
(138,164,132)
#9CB398
(156,179,152)
#AEC2AC
(174,194,172)
#C0D1C0
(192,209,192)
#D2E0D4
(210,224,212)
#E4EFE8
(228,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #305920 color. Also use rgb(48,89,32) instead hex code.

Text Font Color

.myTextColor { color: #305920; }

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

This text font color is #305920.


Background Color

.myBgColor { background-color: #305920; }

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

This div background color is #305920.


Border color

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

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

This div border color is #305920.


Opacity

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

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

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

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

This text has shadow with #305920 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #305920 on black background.


Color preview on white background

This text has color #305920 on white background.



Black color preview on #305920 background

This text has black color on #305920 background.


White color preview on #305920 background

This text has white color on #305920 background.