COLOR #338262

HEX: #338262
RGB: (51,130,98)

Color info

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

RGB color model

#338262 color RGB value is (51,130,98).

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

RGB channels and saturation

R 51 of 255 = 20%
G 130 of 255 = 51%
B 98 of 255 = 38%

51
130
98

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

Portions of RGB colors in percentages

R + G + B =
51 + 130 + 98 = 279 (100%)
R 51 of 279 ~ 18.28%
G 130 of 279 ~ 46.59%
B 98 of 279 ~ 35.13%

%18.28
%46.59
%35.13

CMYK color model

#338262 color CMYK value is (61,0,25,49).

  • cyan value is 60.77%
  • magenta value is 0.00%
  • yellow value is 24.62%
  • key color value is 49.02%
CMYK:
(61,0,25,49)
C61M0Y25K49 
(61%,0%,25%,49%)
(0.61/0.00/0.25/0.49)	

CMYK percentages

%60.77
%0
%24.62
%49.02

Codes

Color #338262 in popluar color models

338262
RGB5113098
HSL156°43.65%35.49%
HSB/HSV156°60.77%50.98%
CMYK60.77%0.00%24.62%
49.02%

Color #338262 in popluar number systems.

HEX338262
Decimal5113098
Binary110011100000101100010
Octal63202142

Shades and tints

Shades of #338262

#338262
(51,130,98)
#2F775A
(47,119,90)
#2B6C52
(43,108,82)
#27614A
(39,97,74)
#235642
(35,86,66)
#1F4B3A
(31,75,58)
#1B4032
(27,64,50)
#17352A
(23,53,42)
#132A22
(19,42,34)
#0F1F1A
(15,31,26)
#0B1412
(11,20,18)
#000000
(0,0,0)

Tints of #338262

#338262
(51,130,98)
#458D70
(69,141,112)
#57987E
(87,152,126)
#69A38C
(105,163,140)
#7BAE9A
(123,174,154)
#8DB9A8
(141,185,168)
#9FC4B6
(159,196,182)
#B1CFC4
(177,207,196)
#C3DAD2
(195,218,210)
#D5E5E0
(213,229,224)
#E7F0EE
(231,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #338262; }

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

This text font color is #338262.


Background Color

.myBgColor { background-color: #338262; }

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

This div background color is #338262.


Border color

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

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

This div border color is #338262.


Opacity

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

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

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

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

This text has shadow with #338262 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #338262 on black background.


Color preview on white background

This text has color #338262 on white background.



Black color preview on #338262 background

This text has black color on #338262 background.


White color preview on #338262 background

This text has white color on #338262 background.