COLOR #306E45

HEX: #306E45
RGB: (48,110,69)

Color info

#306E45 contains mainly green and blue colors. Web safe color of #306E45 is #336633 (or #363).

RGB color model

#306E45 color RGB value is (48,110,69).

  • red value is 48;
  • green value is 110;
  • blue value is 69.
RGB:
(48,110,69)
(19%,43%,27%)

RGB channels and saturation

R 48 of 255 = 19%
G 110 of 255 = 43%
B 69 of 255 = 27%

48
110
69

R + G + B ~ 30%. #306E45 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 110 + 69 = 227 (100%)
R 48 of 227 ~ 21.15%
G 110 of 227 ~ 48.46%
B 69 of 227 ~ 30.4%

%21.15
%48.46
%30.4

CMYK color model

#306E45 color CMYK value is (56,0,37,57).

  • cyan value is 56.36%
  • magenta value is 0.00%
  • yellow value is 37.27%
  • key color value is 56.86%
CMYK:
(56,0,37,57)
C56M0Y37K57 
(56%,0%,37%,57%)
(0.56/0.00/0.37/0.57)	

CMYK percentages

%56.36
%0
%37.27
%56.86

Codes

Color #306E45 in popluar color models

306E45
RGB4811069
HSL140°39.24%30.98%
HSB/HSV140°56.36%43.14%
CMYK56.36%0.00%37.27%
56.86%

Color #306E45 in popluar number systems.

HEX306E45
Decimal4811069
Binary11000011011101000101
Octal60156105

Shades and tints

Shades of #306E45

#306E45
(48,110,69)
#2C643F
(44,100,63)
#285A39
(40,90,57)
#245033
(36,80,51)
#20462D
(32,70,45)
#1C3C27
(28,60,39)
#183221
(24,50,33)
#14281B
(20,40,27)
#101E15
(16,30,21)
#0C140F
(12,20,15)
#080A09
(8,10,9)
#000000
(0,0,0)

Tints of #306E45

#306E45
(48,110,69)
#427B55
(66,123,85)
#548865
(84,136,101)
#669575
(102,149,117)
#78A285
(120,162,133)
#8AAF95
(138,175,149)
#9CBCA5
(156,188,165)
#AEC9B5
(174,201,181)
#C0D6C5
(192,214,197)
#D2E3D5
(210,227,213)
#E4F0E5
(228,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #306E45 color. Also use rgb(48,110,69) instead hex code.

Text Font Color

.myTextColor { color: #306E45; }

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

This text font color is #306E45.


Background Color

.myBgColor { background-color: #306E45; }

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

This div background color is #306E45.


Border color

.myBorderColor { border: 1px solid #306E45; }

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

This div border color is #306E45.


Opacity

.myOpacity80 { color: #306E45; opacity: 0.8; }

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

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

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

This text has shadow with #306E45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #306E45 on black background.


Color preview on white background

This text has color #306E45 on white background.



Black color preview on #306E45 background

This text has black color on #306E45 background.


White color preview on #306E45 background

This text has white color on #306E45 background.