COLOR #338559

HEX: #338559
RGB: (51,133,89)

Color info

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

RGB color model

#338559 color RGB value is (51,133,89).

  • red value is 51;
  • green value is 133;
  • blue value is 89.
RGB:
(51,133,89)
(20%,52%,35%)

RGB channels and saturation

R 51 of 255 = 20%
G 133 of 255 = 52%
B 89 of 255 = 35%

51
133
89

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

Portions of RGB colors in percentages

R + G + B =
51 + 133 + 89 = 273 (100%)
R 51 of 273 ~ 18.68%
G 133 of 273 ~ 48.72%
B 89 of 273 ~ 32.6%

%18.68
%48.72
%32.6

CMYK color model

#338559 color CMYK value is (62,0,33,48).

  • cyan value is 61.65%
  • magenta value is 0.00%
  • yellow value is 33.08%
  • key color value is 47.84%
CMYK:
(62,0,33,48)
C62M0Y33K48 
(62%,0%,33%,48%)
(0.62/0.00/0.33/0.48)	

CMYK percentages

%61.65
%0
%33.08
%47.84

Codes

Color #338559 in popluar color models

338559
RGB5113389
HSL148°44.57%36.08%
HSB/HSV148°61.65%52.16%
CMYK61.65%0.00%33.08%
47.84%

Color #338559 in popluar number systems.

HEX338559
Decimal5113389
Binary110011100001011011001
Octal63205131

Shades and tints

Shades of #338559

#338559
(51,133,89)
#2F7951
(47,121,81)
#2B6D49
(43,109,73)
#276141
(39,97,65)
#235539
(35,85,57)
#1F4931
(31,73,49)
#1B3D29
(27,61,41)
#173121
(23,49,33)
#132519
(19,37,25)
#0F1911
(15,25,17)
#0B0D09
(11,13,9)
#000000
(0,0,0)

Tints of #338559

#338559
(51,133,89)
#459068
(69,144,104)
#579B77
(87,155,119)
#69A686
(105,166,134)
#7BB195
(123,177,149)
#8DBCA4
(141,188,164)
#9FC7B3
(159,199,179)
#B1D2C2
(177,210,194)
#C3DDD1
(195,221,209)
#D5E8E0
(213,232,224)
#E7F3EF
(231,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #338559 color. Also use rgb(51,133,89) instead hex code.

Text Font Color

.myTextColor { color: #338559; }

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

This text font color is #338559.


Background Color

.myBgColor { background-color: #338559; }

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

This div background color is #338559.


Border color

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

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

This div border color is #338559.


Opacity

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

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

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

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

This text has shadow with #338559 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #338559 on black background.


Color preview on white background

This text has color #338559 on white background.



Black color preview on #338559 background

This text has black color on #338559 background.


White color preview on #338559 background

This text has white color on #338559 background.