COLOR #306F4D

HEX: #306F4D
RGB: (48,111,77)

Color info

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

RGB color model

#306F4D color RGB value is (48,111,77).

  • red value is 48;
  • green value is 111;
  • blue value is 77.
RGB:
(48,111,77)
(19%,44%,30%)

RGB channels and saturation

R 48 of 255 = 19%
G 111 of 255 = 44%
B 77 of 255 = 30%

48
111
77

R + G + B ~ 31%. #306F4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 111 + 77 = 236 (100%)
R 48 of 236 ~ 20.34%
G 111 of 236 ~ 47.03%
B 77 of 236 ~ 32.63%

%20.34
%47.03
%32.63

CMYK color model

#306F4D color CMYK value is (57,0,31,56).

  • cyan value is 56.76%
  • magenta value is 0.00%
  • yellow value is 30.63%
  • key color value is 56.47%
CMYK:
(57,0,31,56)
C57M0Y31K56 
(57%,0%,31%,56%)
(0.57/0.00/0.31/0.56)	

CMYK percentages

%56.76
%0
%30.63
%56.47

Codes

Color #306F4D in popluar color models

306F4D
RGB4811177
HSL148°39.62%31.18%
HSB/HSV148°56.76%43.53%
CMYK56.76%0.00%30.63%
56.47%

Color #306F4D in popluar number systems.

HEX306F4D
Decimal4811177
Binary11000011011111001101
Octal60157115

Shades and tints

Shades of #306F4D

#306F4D
(48,111,77)
#2C6546
(44,101,70)
#285B3F
(40,91,63)
#245138
(36,81,56)
#204731
(32,71,49)
#1C3D2A
(28,61,42)
#183323
(24,51,35)
#14291C
(20,41,28)
#101F15
(16,31,21)
#0C150E
(12,21,14)
#080B07
(8,11,7)
#000000
(0,0,0)

Tints of #306F4D

#306F4D
(48,111,77)
#427C5D
(66,124,93)
#54896D
(84,137,109)
#66967D
(102,150,125)
#78A38D
(120,163,141)
#8AB09D
(138,176,157)
#9CBDAD
(156,189,173)
#AECABD
(174,202,189)
#C0D7CD
(192,215,205)
#D2E4DD
(210,228,221)
#E4F1ED
(228,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #306F4D color. Also use rgb(48,111,77) instead hex code.

Text Font Color

.myTextColor { color: #306F4D; }

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

This text font color is #306F4D.


Background Color

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

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

This div background color is #306F4D.


Border color

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

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

This div border color is #306F4D.


Opacity

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

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

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

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

This text has shadow with #306F4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #306F4D on black background.


Color preview on white background

This text has color #306F4D on white background.



Black color preview on #306F4D background

This text has black color on #306F4D background.


White color preview on #306F4D background

This text has white color on #306F4D background.