COLOR #338758

HEX: #338758
RGB: (51,135,88)

Color info

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

RGB color model

#338758 color RGB value is (51,135,88).

  • red value is 51;
  • green value is 135;
  • blue value is 88.
RGB:
(51,135,88)
(20%,53%,35%)

RGB channels and saturation

R 51 of 255 = 20%
G 135 of 255 = 53%
B 88 of 255 = 35%

51
135
88

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

Portions of RGB colors in percentages

R + G + B =
51 + 135 + 88 = 274 (100%)
R 51 of 274 ~ 18.61%
G 135 of 274 ~ 49.27%
B 88 of 274 ~ 32.12%

%18.61
%49.27
%32.12

CMYK color model

#338758 color CMYK value is (62,0,35,47).

  • cyan value is 62.22%
  • magenta value is 0.00%
  • yellow value is 34.81%
  • key color value is 47.06%
CMYK:
(62,0,35,47)
C62M0Y35K47 
(62%,0%,35%,47%)
(0.62/0.00/0.35/0.47)	

CMYK percentages

%62.22
%0
%34.81
%47.06

Codes

Color #338758 in popluar color models

338758
RGB5113588
HSL146°45.16%36.47%
HSB/HSV146°62.22%52.94%
CMYK62.22%0.00%34.81%
47.06%

Color #338758 in popluar number systems.

HEX338758
Decimal5113588
Binary110011100001111011000
Octal63207130

Shades and tints

Shades of #338758

#338758
(51,135,88)
#2F7B50
(47,123,80)
#2B6F48
(43,111,72)
#276340
(39,99,64)
#235738
(35,87,56)
#1F4B30
(31,75,48)
#1B3F28
(27,63,40)
#173320
(23,51,32)
#132718
(19,39,24)
#0F1B10
(15,27,16)
#0B0F08
(11,15,8)
#000000
(0,0,0)

Tints of #338758

#338758
(51,135,88)
#459167
(69,145,103)
#579B76
(87,155,118)
#69A585
(105,165,133)
#7BAF94
(123,175,148)
#8DB9A3
(141,185,163)
#9FC3B2
(159,195,178)
#B1CDC1
(177,205,193)
#C3D7D0
(195,215,208)
#D5E1DF
(213,225,223)
#E7EBEE
(231,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #338758 color. Also use rgb(51,135,88) instead hex code.

Text Font Color

.myTextColor { color: #338758; }

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

This text font color is #338758.


Background Color

.myBgColor { background-color: #338758; }

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

This div background color is #338758.


Border color

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

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

This div border color is #338758.


Opacity

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

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

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

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

This text has shadow with #338758 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #338758 on black background.


Color preview on white background

This text has color #338758 on white background.



Black color preview on #338758 background

This text has black color on #338758 background.


White color preview on #338758 background

This text has white color on #338758 background.