COLOR #306252

HEX: #306252
RGB: (48,98,82)

Color info

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

RGB color model

#306252 color RGB value is (48,98,82).

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

RGB channels and saturation

R 48 of 255 = 19%
G 98 of 255 = 38%
B 82 of 255 = 32%

48
98
82

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

Portions of RGB colors in percentages

R + G + B =
48 + 98 + 82 = 228 (100%)
R 48 of 228 ~ 21.05%
G 98 of 228 ~ 42.98%
B 82 of 228 ~ 35.96%

%21.05
%42.98
%35.96

CMYK color model

#306252 color CMYK value is (51,0,16,62).

  • cyan value is 51.02%
  • magenta value is 0.00%
  • yellow value is 16.33%
  • key color value is 61.57%
CMYK:
(51,0,16,62)
C51M0Y16K62 
(51%,0%,16%,62%)
(0.51/0.00/0.16/0.62)	

CMYK percentages

%51.02
%0
%16.33
%61.57

Codes

Color #306252 in popluar color models

306252
RGB489882
HSL161°34.25%28.63%
HSB/HSV161°51.02%38.43%
CMYK51.02%0.00%16.33%
61.57%

Color #306252 in popluar number systems.

HEX306252
Decimal489882
Binary11000011000101010010
Octal60142122

Shades and tints

Shades of #306252

#306252
(48,98,82)
#2C5A4B
(44,90,75)
#285244
(40,82,68)
#244A3D
(36,74,61)
#204236
(32,66,54)
#1C3A2F
(28,58,47)
#183228
(24,50,40)
#142A21
(20,42,33)
#10221A
(16,34,26)
#0C1A13
(12,26,19)
#08120C
(8,18,12)
#000000
(0,0,0)

Tints of #306252

#306252
(48,98,82)
#427061
(66,112,97)
#547E70
(84,126,112)
#668C7F
(102,140,127)
#789A8E
(120,154,142)
#8AA89D
(138,168,157)
#9CB6AC
(156,182,172)
#AEC4BB
(174,196,187)
#C0D2CA
(192,210,202)
#D2E0D9
(210,224,217)
#E4EEE8
(228,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #306252; }

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

This text font color is #306252.


Background Color

.myBgColor { background-color: #306252; }

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

This div background color is #306252.


Border color

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

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

This div border color is #306252.


Opacity

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

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

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

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

This text has shadow with #306252 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #306252 on black background.


Color preview on white background

This text has color #306252 on white background.



Black color preview on #306252 background

This text has black color on #306252 background.


White color preview on #306252 background

This text has white color on #306252 background.