COLOR #338B5B

HEX: #338B5B RGB: (51,139,91)

Color info

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

RGB color model

#338B5B color RGB value is (51,139,91).

RGB: (51,139,91) (20%, 55%, 36%)

RGB channels and saturation

R 51 of 255 = 20%
G 139 of 255 = 55%
B 91 of 255 = 36%

51
139
91

R + G + B ~ 37%. #338B5B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 139 + 91 = 281 (100%)
R 51 of 281 ~ 18.15%
G 139 of 281 ~ 49.47%
B 91 of 281 ~ 32.38'%

%18.15
%49.47
%32.38

CMYK color model

#338B5B color CMYK value is (63,0,35,45).

  • cyan value is 63.31%
  • magenta value is 0.00%
  • yellow value is 34.53%
  • key color value is 45.49%

CMYK: (63,0,35,45)
C63M0Y35K45 (63%, 0%, 35%, 45%)
(0.63 / 0.00 / 0.35 / 0.45)

CMYK percentages

%63.31
%0
%34.53
%45.49

Codes

Color #338B5B in popluar color models

33 8B 5B
RGB 51 139 91
HSL 147° 46.32% 37.25%
HSB/HSV 147° 63.31% 54.51%
CMYK 63.31% 0.00% 34.53%
45.49%

Color #338B5B in popluar number systems.

HEX 33 8B 5B
Decimal 51 139 91
Binary 110011 10001011 1011011
Octal 63 213 133

Shades and tints

Shades of #338B5B

#338B5B
(51,139,91)
#2F7F53
(47,127,83)
#2B734B
(43,115,75)
#276743
(39,103,67)
#235B3B
(35,91,59)
#1F4F33
(31,79,51)
#1B432B
(27,67,43)
#173723
(23,55,35)
#132B1B
(19,43,27)
#0F1F13
(15,31,19)
#0B130B
(11,19,11)
#000000
(0,0,0)

Tints of #338B5B

#338B5B
(51,139,91)
#459569
(69,149,105)
#579F77
(87,159,119)
#69A985
(105,169,133)
#7BB393
(123,179,147)
#8DBDA1
(141,189,161)
#9FC7AF
(159,199,175)
#B1D1BD
(177,209,189)
#C3DBCB
(195,219,203)
#D5E5D9
(213,229,217)
#E7EFE7
(231,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #338B5B color. Also use rgb(51,139,91) instead hex code.

Text Font Color

.myTextColor { color: #338B5B; }

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

This text font color is #338B5B.

Background Color

.myBgColor { background-color: #338B5B; }

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

This div background color is #338B5B.

Border color

.myBorderColor { border: 1px solid #338B5B; }

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

This div border color is #338B5B.

Opacity

.myOpacity80 { color: #338B5B; opacity: 0.8; }

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

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

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

This text has shadow with #338B5B color.


.textShadow {text-shadow: 3px 3px 1px #338B5B', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #338B5B; -webkit-box-shadow: 1px 1px 3px 2px #338B5B; box-shadow:1px 1px 3px 2px #338B5B;">
Div content here
</div>

This div box has shadow with color #338B5B.

Preview

Color preview on black background

This text has color #338B5B on black background.


Color preview on white background

This text has color #338B5B on white background.


Black color preview on #338B5B background

This text has black color on #338B5B background.


White color preview on #338B5B background

This text has white color on #338B5B background.


Related colors

Complementary color

Complementary color for #hex is #CC74A4.


I love getcolorcode.com

Triadic colors

1 #5B338B and #8B5B33 with #338B5B are triadic colors.

2 #5B8B33 and #8B335B with #338B5B are triadic colors.