COLOR #307021

HEX: #307021 RGB: (48,112,33)

Color info

#307021 contains mainly green color. Web safe color of #307021 is #336633 (or #363).

RGB color model

#307021 color RGB value is (48,112,33).

RGB: (48,112,33) (19%, 44%, 13%)

RGB channels and saturation

R 48 of 255 = 19%
G 112 of 255 = 44%
B 33 of 255 = 13%

48
112
33

R + G + B ~ 25%. #307021 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 112 + 33 = 193 (100%)
R 48 of 193 ~ 24.87%
G 112 of 193 ~ 58.03%
B 33 of 193 ~ 17.1'%

%24.87
%58.03
%17.1

CMYK color model

#307021 color CMYK value is (57,0,71,56).

  • cyan value is 57.14%
  • magenta value is 0.00%
  • yellow value is 70.54%
  • key color value is 56.08%

CMYK: (57,0,71,56)
C57M0Y71K56 (57%, 0%, 71%, 56%)
(0.57 / 0.00 / 0.71 / 0.56)

CMYK percentages

%57.14
%0
%70.54
%56.08

Codes

Color #307021 in popluar color models

30 70 21
RGB 48 112 33
HSL 109° 54.48% 28.43%
HSB/HSV 109° 70.54% 43.92%
CMYK 57.14% 0.00% 70.54%
56.08%

Color #307021 in popluar number systems.

HEX 30 70 21
Decimal 48 112 33
Binary 110000 1110000 100001
Octal 60 160 41

Shades and tints

Shades of #307021

#307021
(48,112,33)
#2C661E
(44,102,30)
#285C1B
(40,92,27)
#245218
(36,82,24)
#204815
(32,72,21)
#1C3E12
(28,62,18)
#18340F
(24,52,15)
#142A0C
(20,42,12)
#102009
(16,32,9)
#0C1606
(12,22,6)
#080C03
(8,12,3)
#000000
(0,0,0)

Tints of #307021

#307021
(48,112,33)
#427D35
(66,125,53)
#548A49
(84,138,73)
#66975D
(102,151,93)
#78A471
(120,164,113)
#8AB185
(138,177,133)
#9CBE99
(156,190,153)
#AECBAD
(174,203,173)
#C0D8C1
(192,216,193)
#D2E5D5
(210,229,213)
#E4F2E9
(228,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #307021 color. Also use rgb(48,112,33) instead hex code.

Text Font Color

.myTextColor { color: #307021; }

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

This text font color is #307021.

Background Color

.myBgColor { background-color: #307021; }

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

This div background color is #307021.

Border color

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

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

This div border color is #307021.

Opacity

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

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

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

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

This text has shadow with #307021 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #307021.

Preview

Color preview on black background

This text has color #307021 on black background.


Color preview on white background

This text has color #307021 on white background.


Black color preview on #307021 background

This text has black color on #307021 background.


White color preview on #307021 background

This text has white color on #307021 background.


Related colors

Complementary color

Complementary color for #hex is #CF8FDE.


I love getcolorcode.com

Triadic colors

1 #213070 and #702130 with #307021 are triadic colors.

2 #217030 and #703021 with #307021 are triadic colors.