COLOR #307862

HEX: #307862
RGB: (48,120,98)

Color info

#307862 contains mainly green and blue colors. Web safe color of #307862 is #336666 (or #366).

RGB color model

#307862 color RGB value is (48,120,98).

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

RGB channels and saturation

R 48 of 255 = 19%
G 120 of 255 = 47%
B 98 of 255 = 38%

48
120
98

R + G + B ~ 35%. #307862 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 120 + 98 = 266 (100%)
R 48 of 266 ~ 18.05%
G 120 of 266 ~ 45.11%
B 98 of 266 ~ 36.84%

%18.05
%45.11
%36.84

CMYK color model

#307862 color CMYK value is (60,0,18,53).

  • cyan value is 60.00%
  • magenta value is 0.00%
  • yellow value is 18.33%
  • key color value is 52.94%
CMYK:
(60,0,18,53)
C60M0Y18K53 
(60%,0%,18%,53%)
(0.60/0.00/0.18/0.53)	

CMYK percentages

%60
%0
%18.33
%52.94

Codes

Color #307862 in popluar color models

307862
RGB4812098
HSL162°42.86%32.94%
HSB/HSV162°60.00%47.06%
CMYK60.00%0.00%18.33%
52.94%

Color #307862 in popluar number systems.

HEX307862
Decimal4812098
Binary11000011110001100010
Octal60170142

Shades and tints

Shades of #307862

#307862
(48,120,98)
#2C6E5A
(44,110,90)
#286452
(40,100,82)
#245A4A
(36,90,74)
#205042
(32,80,66)
#1C463A
(28,70,58)
#183C32
(24,60,50)
#14322A
(20,50,42)
#102822
(16,40,34)
#0C1E1A
(12,30,26)
#081412
(8,20,18)
#000000
(0,0,0)

Tints of #307862

#307862
(48,120,98)
#428470
(66,132,112)
#54907E
(84,144,126)
#669C8C
(102,156,140)
#78A89A
(120,168,154)
#8AB4A8
(138,180,168)
#9CC0B6
(156,192,182)
#AECCC4
(174,204,196)
#C0D8D2
(192,216,210)
#D2E4E0
(210,228,224)
#E4F0EE
(228,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #307862; }

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

This text font color is #307862.


Background Color

.myBgColor { background-color: #307862; }

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

This div background color is #307862.


Border color

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

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

This div border color is #307862.


Opacity

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

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

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

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

This text has shadow with #307862 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #307862 on black background.


Color preview on white background

This text has color #307862 on white background.



Black color preview on #307862 background

This text has black color on #307862 background.


White color preview on #307862 background

This text has white color on #307862 background.