COLOR #307336

HEX: #307336
RGB: (48,115,54)

Color info

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

RGB color model

#307336 color RGB value is (48,115,54).

  • red value is 48;
  • green value is 115;
  • blue value is 54.
RGB:
(48,115,54)
(19%,45%,21%)

RGB channels and saturation

R 48 of 255 = 19%
G 115 of 255 = 45%
B 54 of 255 = 21%

48
115
54

R + G + B ~ 28%. #307336 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 115 + 54 = 217 (100%)
R 48 of 217 ~ 22.12%
G 115 of 217 ~ 53%
B 54 of 217 ~ 24.88%

%22.12
%53
%24.88

CMYK color model

#307336 color CMYK value is (58,0,53,55).

  • cyan value is 58.26%
  • magenta value is 0.00%
  • yellow value is 53.04%
  • key color value is 54.90%
CMYK:
(58,0,53,55)
C58M0Y53K55 
(58%,0%,53%,55%)
(0.58/0.00/0.53/0.55)	

CMYK percentages

%58.26
%0
%53.04
%54.9

Codes

Color #307336 in popluar color models

307336
RGB4811554
HSL125°41.10%31.96%
HSB/HSV125°58.26%45.10%
CMYK58.26%0.00%53.04%
54.90%

Color #307336 in popluar number systems.

HEX307336
Decimal4811554
Binary1100001110011110110
Octal6016366

Shades and tints

Shades of #307336

#307336
(48,115,54)
#2C6932
(44,105,50)
#285F2E
(40,95,46)
#24552A
(36,85,42)
#204B26
(32,75,38)
#1C4122
(28,65,34)
#18371E
(24,55,30)
#142D1A
(20,45,26)
#102316
(16,35,22)
#0C1912
(12,25,18)
#080F0E
(8,15,14)
#000000
(0,0,0)

Tints of #307336

#307336
(48,115,54)
#427F48
(66,127,72)
#548B5A
(84,139,90)
#66976C
(102,151,108)
#78A37E
(120,163,126)
#8AAF90
(138,175,144)
#9CBBA2
(156,187,162)
#AEC7B4
(174,199,180)
#C0D3C6
(192,211,198)
#D2DFD8
(210,223,216)
#E4EBEA
(228,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #307336 color. Also use rgb(48,115,54) instead hex code.

Text Font Color

.myTextColor { color: #307336; }

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

This text font color is #307336.


Background Color

.myBgColor { background-color: #307336; }

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

This div background color is #307336.


Border color

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

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

This div border color is #307336.


Opacity

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

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

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

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

This text has shadow with #307336 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #307336 on black background.


Color preview on white background

This text has color #307336 on white background.



Black color preview on #307336 background

This text has black color on #307336 background.


White color preview on #307336 background

This text has white color on #307336 background.