COLOR #306652

HEX: #306652
RGB: (48,102,82)

Color info

#306652 contains red, green and blue colors in about the same proportion. Web safe color of #306652 is #336666 (or #366).

RGB color model

#306652 color RGB value is (48,102,82).

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

RGB channels and saturation

R 48 of 255 = 19%
G 102 of 255 = 40%
B 82 of 255 = 32%

48
102
82

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

Portions of RGB colors in percentages

R + G + B =
48 + 102 + 82 = 232 (100%)
R 48 of 232 ~ 20.69%
G 102 of 232 ~ 43.97%
B 82 of 232 ~ 35.34%

%20.69
%43.97
%35.34

CMYK color model

#306652 color CMYK value is (53,0,20,60).

  • cyan value is 52.94%
  • magenta value is 0.00%
  • yellow value is 19.61%
  • key color value is 60.00%
CMYK:
(53,0,20,60)
C53M0Y20K60 
(53%,0%,20%,60%)
(0.53/0.00/0.20/0.60)	

CMYK percentages

%52.94
%0
%19.61
%60

Codes

Color #306652 in popluar color models

306652
RGB4810282
HSL158°36.00%29.41%
HSB/HSV158°52.94%40.00%
CMYK52.94%0.00%19.61%
60.00%

Color #306652 in popluar number systems.

HEX306652
Decimal4810282
Binary11000011001101010010
Octal60146122

Shades and tints

Shades of #306652

#306652
(48,102,82)
#2C5D4B
(44,93,75)
#285444
(40,84,68)
#244B3D
(36,75,61)
#204236
(32,66,54)
#1C392F
(28,57,47)
#183028
(24,48,40)
#142721
(20,39,33)
#101E1A
(16,30,26)
#0C1513
(12,21,19)
#080C0C
(8,12,12)
#000000
(0,0,0)

Tints of #306652

#306652
(48,102,82)
#427361
(66,115,97)
#548070
(84,128,112)
#668D7F
(102,141,127)
#789A8E
(120,154,142)
#8AA79D
(138,167,157)
#9CB4AC
(156,180,172)
#AEC1BB
(174,193,187)
#C0CECA
(192,206,202)
#D2DBD9
(210,219,217)
#E4E8E8
(228,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #306652; }

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

This text font color is #306652.


Background Color

.myBgColor { background-color: #306652; }

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

This div background color is #306652.


Border color

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

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

This div border color is #306652.


Opacity

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

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

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

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

This text has shadow with #306652 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #306652 on black background.


Color preview on white background

This text has color #306652 on white background.



Black color preview on #306652 background

This text has black color on #306652 background.


White color preview on #306652 background

This text has white color on #306652 background.