COLOR #306242

HEX: #306242
RGB: (48,98,66)

Color info

#306242 contains red, green and blue colors in about the same proportion. Web safe color of #306242 is #336633 (or #363).

RGB color model

#306242 color RGB value is (48,98,66).

  • red value is 48;
  • green value is 98;
  • blue value is 66.
RGB:
(48,98,66)
(19%,38%,26%)

RGB channels and saturation

R 48 of 255 = 19%
G 98 of 255 = 38%
B 66 of 255 = 26%

48
98
66

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

Portions of RGB colors in percentages

R + G + B =
48 + 98 + 66 = 212 (100%)
R 48 of 212 ~ 22.64%
G 98 of 212 ~ 46.23%
B 66 of 212 ~ 31.13%

%22.64
%46.23
%31.13

CMYK color model

#306242 color CMYK value is (51,0,33,62).

  • cyan value is 51.02%
  • magenta value is 0.00%
  • yellow value is 32.65%
  • key color value is 61.57%
CMYK:
(51,0,33,62)
C51M0Y33K62 
(51%,0%,33%,62%)
(0.51/0.00/0.33/0.62)	

CMYK percentages

%51.02
%0
%32.65
%61.57

Codes

Color #306242 in popluar color models

306242
RGB489866
HSL142°34.25%28.63%
HSB/HSV142°51.02%38.43%
CMYK51.02%0.00%32.65%
61.57%

Color #306242 in popluar number systems.

HEX306242
Decimal489866
Binary11000011000101000010
Octal60142102

Shades and tints

Shades of #306242

#306242
(48,98,66)
#2C5A3C
(44,90,60)
#285236
(40,82,54)
#244A30
(36,74,48)
#20422A
(32,66,42)
#1C3A24
(28,58,36)
#18321E
(24,50,30)
#142A18
(20,42,24)
#102212
(16,34,18)
#0C1A0C
(12,26,12)
#081206
(8,18,6)
#000000
(0,0,0)

Tints of #306242

#306242
(48,98,66)
#427053
(66,112,83)
#547E64
(84,126,100)
#668C75
(102,140,117)
#789A86
(120,154,134)
#8AA897
(138,168,151)
#9CB6A8
(156,182,168)
#AEC4B9
(174,196,185)
#C0D2CA
(192,210,202)
#D2E0DB
(210,224,219)
#E4EEEC
(228,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #306242 color. Also use rgb(48,98,66) instead hex code.

Text Font Color

.myTextColor { color: #306242; }

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

This text font color is #306242.


Background Color

.myBgColor { background-color: #306242; }

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

This div background color is #306242.


Border color

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

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

This div border color is #306242.


Opacity

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

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

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

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

This text has shadow with #306242 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #306242 on black background.


Color preview on white background

This text has color #306242 on white background.



Black color preview on #306242 background

This text has black color on #306242 background.


White color preview on #306242 background

This text has white color on #306242 background.