COLOR #306639

HEX: #306639
RGB: (48,102,57)

Color info

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

RGB color model

#306639 color RGB value is (48,102,57).

  • red value is 48;
  • green value is 102;
  • blue value is 57.
RGB:
(48,102,57)
(19%,40%,22%)

RGB channels and saturation

R 48 of 255 = 19%
G 102 of 255 = 40%
B 57 of 255 = 22%

48
102
57

R + G + B ~ 27%. #306639 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 102 + 57 = 207 (100%)
R 48 of 207 ~ 23.19%
G 102 of 207 ~ 49.28%
B 57 of 207 ~ 27.54%

%23.19
%49.28
%27.54

CMYK color model

#306639 color CMYK value is (53,0,44,60).

  • cyan value is 52.94%
  • magenta value is 0.00%
  • yellow value is 44.12%
  • key color value is 60.00%
CMYK:
(53,0,44,60)
C53M0Y44K60 
(53%,0%,44%,60%)
(0.53/0.00/0.44/0.60)	

CMYK percentages

%52.94
%0
%44.12
%60

Codes

Color #306639 in popluar color models

306639
RGB4810257
HSL130°36.00%29.41%
HSB/HSV130°52.94%40.00%
CMYK52.94%0.00%44.12%
60.00%

Color #306639 in popluar number systems.

HEX306639
Decimal4810257
Binary1100001100110111001
Octal6014671

Shades and tints

Shades of #306639

#306639
(48,102,57)
#2C5D34
(44,93,52)
#28542F
(40,84,47)
#244B2A
(36,75,42)
#204225
(32,66,37)
#1C3920
(28,57,32)
#18301B
(24,48,27)
#142716
(20,39,22)
#101E11
(16,30,17)
#0C150C
(12,21,12)
#080C07
(8,12,7)
#000000
(0,0,0)

Tints of #306639

#306639
(48,102,57)
#42734B
(66,115,75)
#54805D
(84,128,93)
#668D6F
(102,141,111)
#789A81
(120,154,129)
#8AA793
(138,167,147)
#9CB4A5
(156,180,165)
#AEC1B7
(174,193,183)
#C0CEC9
(192,206,201)
#D2DBDB
(210,219,219)
#E4E8ED
(228,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #306639 color. Also use rgb(48,102,57) instead hex code.

Text Font Color

.myTextColor { color: #306639; }

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

This text font color is #306639.


Background Color

.myBgColor { background-color: #306639; }

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

This div background color is #306639.


Border color

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

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

This div border color is #306639.


Opacity

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

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

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

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

This text has shadow with #306639 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #306639 on black background.


Color preview on white background

This text has color #306639 on white background.



Black color preview on #306639 background

This text has black color on #306639 background.


White color preview on #306639 background

This text has white color on #306639 background.