COLOR #33877B

HEX: #33877B RGB: (51,135,123)

Color info

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

RGB color model

#33877B color RGB value is (51,135,123).

RGB: (51,135,123) (20%, 53%, 48%)

RGB channels and saturation

R 51 of 255 = 20%
G 135 of 255 = 53%
B 123 of 255 = 48%

51
135
123

R + G + B ~ 40%. #33877B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 51 + 135 + 123 = 309 (100%)
R 51 of 309 ~ 16.5%
G 135 of 309 ~ 43.69%
B 123 of 309 ~ 39.81'%

%16.5
%43.69
%39.81

CMYK color model

#33877B color CMYK value is (62,0,9,47).

  • cyan value is 62.22%
  • magenta value is 0.00%
  • yellow value is 8.89%
  • key color value is 47.06%
CMYK: (62,0,9,47) C62M0Y9K47 (62%,0%,9%,47%) (0.62/0.00/0.09/0.47) 

CMYK percentages

%62.22
%0
%8.89
%47.06

Codes

Color #33877B in popluar color models

33 87 7B
RGB 51 135 123
HSL 171° 45.16% 36.47%
HSB/HSV 171° 62.22% 52.94%
CMYK 62.22% 0.00% 8.89%
47.06%

Color #33877B in popluar number systems.

HEX 33 87 7B
Decimal 51 135 123
Binary 110011 10000111 1111011
Octal 63 207 173

Shades and tints

Shades of #33877B

#33877B
(51,135,123)
#2F7B70
(47,123,112)
#2B6F65
(43,111,101)
#27635A
(39,99,90)
#23574F
(35,87,79)
#1F4B44
(31,75,68)
#1B3F39
(27,63,57)
#17332E
(23,51,46)
#132723
(19,39,35)
#0F1B18
(15,27,24)
#0B0F0D
(11,15,13)
#000000
(0,0,0)

Tints of #33877B

#33877B
(51,135,123)
#459187
(69,145,135)
#579B93
(87,155,147)
#69A59F
(105,165,159)
#7BAFAB
(123,175,171)
#8DB9B7
(141,185,183)
#9FC3C3
(159,195,195)
#B1CDCF
(177,205,207)
#C3D7DB
(195,215,219)
#D5E1E7
(213,225,231)
#E7EBF3
(231,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33877B; }

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

This text font color is #33877B.

Background Color

.myBgColor { background-color: #33877B; }

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

This div background color is #33877B.

Border color

.myBorderColor { border: 1px solid #33877B; }

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

This div border color is #33877B.

Opacity

.myOpacity80 { color: #33877B; opacity: 0.8; }

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

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

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

This text has shadow with #33877B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #33877B.

Preview

Color preview on black background

This text has color #33877B on black background.


Color preview on white background

This text has color #33877B on white background.


Black color preview on #33877B background

This text has black color on #33877B background.


White color preview on #33877B background

This text has white color on #33877B background.


Related colors

Complementary color

Complementary color for #hex is #CC7884.


I love getcolorcode.com

Triadic colors

1 #7B3387 and #877B33 with #33877B are triadic colors.

2 #7B8733 and #87337B with #33877B are triadic colors.