COLOR #306E44

HEX: #306E44
RGB: (48,110,68)

Color info

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

RGB color model

#306E44 color RGB value is (48,110,68).

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

RGB channels and saturation

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

48
110
68

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

Portions of RGB colors in percentages

R + G + B =
48 + 110 + 68 = 226 (100%)
R 48 of 226 ~ 21.24%
G 110 of 226 ~ 48.67%
B 68 of 226 ~ 30.09%

%21.24
%48.67
%30.09

CMYK color model

#306E44 color CMYK value is (56,0,38,57).

  • cyan value is 56.36%
  • magenta value is 0.00%
  • yellow value is 38.18%
  • key color value is 56.86%
CMYK:
(56,0,38,57)
C56M0Y38K57 
(56%,0%,38%,57%)
(0.56/0.00/0.38/0.57)	

CMYK percentages

%56.36
%0
%38.18
%56.86

Codes

Color #306E44 in popluar color models

306E44
RGB4811068
HSL139°39.24%30.98%
HSB/HSV139°56.36%43.14%
CMYK56.36%0.00%38.18%
56.86%

Color #306E44 in popluar number systems.

HEX306E44
Decimal4811068
Binary11000011011101000100
Octal60156104

Shades and tints

Shades of #306E44

#306E44
(48,110,68)
#2C643E
(44,100,62)
#285A38
(40,90,56)
#245032
(36,80,50)
#20462C
(32,70,44)
#1C3C26
(28,60,38)
#183220
(24,50,32)
#14281A
(20,40,26)
#101E14
(16,30,20)
#0C140E
(12,20,14)
#080A08
(8,10,8)
#000000
(0,0,0)

Tints of #306E44

#306E44
(48,110,68)
#427B55
(66,123,85)
#548866
(84,136,102)
#669577
(102,149,119)
#78A288
(120,162,136)
#8AAF99
(138,175,153)
#9CBCAA
(156,188,170)
#AEC9BB
(174,201,187)
#C0D6CC
(192,214,204)
#D2E3DD
(210,227,221)
#E4F0EE
(228,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #306E44; }

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

This text font color is #306E44.


Background Color

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

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

This div background color is #306E44.


Border color

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

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

This div border color is #306E44.


Opacity

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

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

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

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

This text has shadow with #306E44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #306E44 on black background.


Color preview on white background

This text has color #306E44 on white background.



Black color preview on #306E44 background

This text has black color on #306E44 background.


White color preview on #306E44 background

This text has white color on #306E44 background.