COLOR #308262

HEX: #308262
RGB: (48,130,98)

Color info

#308262 contains mainly green and blue colors. Web safe color of #308262 is #339966 (or #396).

RGB color model

#308262 color RGB value is (48,130,98).

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

RGB channels and saturation

R 48 of 255 = 19%
G 130 of 255 = 51%
B 98 of 255 = 38%

48
130
98

R + G + B ~ 36%. #308262 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 130 + 98 = 276 (100%)
R 48 of 276 ~ 17.39%
G 130 of 276 ~ 47.1%
B 98 of 276 ~ 35.51%

%17.39
%47.1
%35.51

CMYK color model

#308262 color CMYK value is (63,0,25,49).

  • cyan value is 63.08%
  • magenta value is 0.00%
  • yellow value is 24.62%
  • key color value is 49.02%
CMYK:
(63,0,25,49)
C63M0Y25K49 
(63%,0%,25%,49%)
(0.63/0.00/0.25/0.49)	

CMYK percentages

%63.08
%0
%24.62
%49.02

Codes

Color #308262 in popluar color models

308262
RGB4813098
HSL157°46.07%34.90%
HSB/HSV157°63.08%50.98%
CMYK63.08%0.00%24.62%
49.02%

Color #308262 in popluar number systems.

HEX308262
Decimal4813098
Binary110000100000101100010
Octal60202142

Shades and tints

Shades of #308262

#308262
(48,130,98)
#2C775A
(44,119,90)
#286C52
(40,108,82)
#24614A
(36,97,74)
#205642
(32,86,66)
#1C4B3A
(28,75,58)
#184032
(24,64,50)
#14352A
(20,53,42)
#102A22
(16,42,34)
#0C1F1A
(12,31,26)
#081412
(8,20,18)
#000000
(0,0,0)

Tints of #308262

#308262
(48,130,98)
#428D70
(66,141,112)
#54987E
(84,152,126)
#66A38C
(102,163,140)
#78AE9A
(120,174,154)
#8AB9A8
(138,185,168)
#9CC4B6
(156,196,182)
#AECFC4
(174,207,196)
#C0DAD2
(192,218,210)
#D2E5E0
(210,229,224)
#E4F0EE
(228,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #308262; }

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

This text font color is #308262.


Background Color

.myBgColor { background-color: #308262; }

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

This div background color is #308262.


Border color

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

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

This div border color is #308262.


Opacity

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

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

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

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

This text has shadow with #308262 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #308262 on black background.


Color preview on white background

This text has color #308262 on white background.



Black color preview on #308262 background

This text has black color on #308262 background.


White color preview on #308262 background

This text has white color on #308262 background.