COLOR #305511

HEX: #305511 RGB: (48,85,17)

Color info

#305511 contains mainly red and green colors. Web safe color of #305511 is #336600 (or #360).

RGB color model

#305511 color RGB value is (48,85,17).

RGB: (48,85,17) (19%, 33%, 7%)

RGB channels and saturation

R 48 of 255 = 19%
G 85 of 255 = 33%
B 17 of 255 = 7%

48
85
17

R + G + B ~ 20%. #305511 is dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 85 + 17 = 150 (100%)
R 48 of 150 ~ 32%
G 85 of 150 ~ 56.67%
B 17 of 150 ~ 11.33'%

%32
%56.67
%11.33

CMYK color model

#305511 color CMYK value is (44,0,80,67).

  • cyan value is 43.53%
  • magenta value is 0.00%
  • yellow value is 80.00%
  • key color value is 66.67%
CMYK: (44,0,80,67) C44M0Y80K67 (44%,0%,80%,67%) (0.44/0.00/0.80/0.67) 

CMYK percentages

%43.53
%0
%80
%66.67

Codes

Color #305511 in popluar color models

30 55 11
RGB 48 85 17
HSL 93° 66.67% 20.00%
HSB/HSV 93° 80.00% 33.33%
CMYK 43.53% 0.00% 80.00%
66.67%

Color #305511 in popluar number systems.

HEX 30 55 11
Decimal 48 85 17
Binary 110000 1010101 10001
Octal 60 125 21

Shades and tints

Shades of #305511

#305511
(48,85,17)
#2C4E10
(44,78,16)
#28470F
(40,71,15)
#24400E
(36,64,14)
#20390D
(32,57,13)
#1C320C
(28,50,12)
#182B0B
(24,43,11)
#14240A
(20,36,10)
#101D09
(16,29,9)
#0C1608
(12,22,8)
#080F07
(8,15,7)
#000000
(0,0,0)

Tints of #305511

#305511
(48,85,17)
#426426
(66,100,38)
#54733B
(84,115,59)
#668250
(102,130,80)
#789165
(120,145,101)
#8AA07A
(138,160,122)
#9CAF8F
(156,175,143)
#AEBEA4
(174,190,164)
#C0CDB9
(192,205,185)
#D2DCCE
(210,220,206)
#E4EBE3
(228,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #305511 color. Also use rgb(48,85,17) instead hex code.

Text Font Color

.myTextColor { color: #305511; }

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

This text font color is #305511.

Background Color

.myBgColor { background-color: #305511; }

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

This div background color is #305511.

Border color

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

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

This div border color is #305511.

Opacity

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

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

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

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

This text has shadow with #305511 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #305511.

Preview

Color preview on black background

This text has color #305511 on black background.


Color preview on white background

This text has color #305511 on white background.


Black color preview on #305511 background

This text has black color on #305511 background.


White color preview on #305511 background

This text has white color on #305511 background.


Related colors

Complementary color

Complementary color for #hex is #CFAAEE.


I love getcolorcode.com

Triadic colors

1 #113055 and #551130 with #305511 are triadic colors.

2 #115530 and #553011 with #305511 are triadic colors.