COLOR #338B5C

HEX: #338B5C RGB: (51,139,92)

Color info

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

RGB color model

#338B5C color RGB value is (51,139,92).

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

RGB channels and saturation

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

51
139
92

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

Portions of RGB colors in percentages

R + G + B = 51 + 139 + 92 = 282 (100%)
R 51 of 282 ~ 18.09%
G 139 of 282 ~ 49.29%
B 92 of 282 ~ 32.62'%

%18.09
%49.29
%32.62

CMYK color model

#338B5C color CMYK value is (63,0,34,45).

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

CMYK: (63,0,34,45)
C63M0Y34K45 (63%, 0%, 34%, 45%)
(0.63 / 0.00 / 0.34 / 0.45)

CMYK percentages

%63.31
%0
%33.81
%45.49

Codes

Color #338B5C in popluar color models

33 8B 5C
RGB 51 139 92
HSL 148° 46.32% 37.25%
HSB/HSV 148° 63.31% 54.51%
CMYK 63.31% 0.00% 33.81%
45.49%

Color #338B5C in popluar number systems.

HEX 33 8B 5C
Decimal 51 139 92
Binary 110011 10001011 1011100
Octal 63 213 134

Shades and tints

Shades of #338B5C

#338B5C
(51,139,92)
#2F7F54
(47,127,84)
#2B734C
(43,115,76)
#276744
(39,103,68)
#235B3C
(35,91,60)
#1F4F34
(31,79,52)
#1B432C
(27,67,44)
#173724
(23,55,36)
#132B1C
(19,43,28)
#0F1F14
(15,31,20)
#0B130C
(11,19,12)
#000000
(0,0,0)

Tints of #338B5C

#338B5C
(51,139,92)
#45956A
(69,149,106)
#579F78
(87,159,120)
#69A986
(105,169,134)
#7BB394
(123,179,148)
#8DBDA2
(141,189,162)
#9FC7B0
(159,199,176)
#B1D1BE
(177,209,190)
#C3DBCC
(195,219,204)
#D5E5DA
(213,229,218)
#E7EFE8
(231,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #338B5C; }

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

This text font color is #338B5C.

Background Color

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

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

This div background color is #338B5C.

Border color

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

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

This div border color is #338B5C.

Opacity

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

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

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

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

This text has shadow with #338B5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #338B5C.

Preview

Color preview on black background

This text has color #338B5C on black background.


Color preview on white background

This text has color #338B5C on white background.


Black color preview on #338B5C background

This text has black color on #338B5C background.


White color preview on #338B5C background

This text has white color on #338B5C background.


Related colors

Complementary color

Complementary color for #hex is #CC74A3.


I love getcolorcode.com

Triadic colors

1 #5C338B and #8B5C33 with #338B5C are triadic colors.

2 #5C8B33 and #8B335C with #338B5C are triadic colors.