COLOR #33827C

HEX: #33827C
RGB: (51,130,124)

Color info

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

RGB color model

#33827C color RGB value is (51,130,124).

  • red value is 51;
  • green value is 130;
  • blue value is 124.
RGB:
(51,130,124)
(20%,51%,49%)

RGB channels and saturation

R 51 of 255 = 20%
G 130 of 255 = 51%
B 124 of 255 = 49%

51
130
124

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

Portions of RGB colors in percentages

R + G + B =
51 + 130 + 124 = 305 (100%)
R 51 of 305 ~ 16.72%
G 130 of 305 ~ 42.62%
B 124 of 305 ~ 40.66%

%16.72
%42.62
%40.66

CMYK color model

#33827C color CMYK value is (61,0,5,49).

  • cyan value is 60.77%
  • magenta value is 0.00%
  • yellow value is 4.62%
  • key color value is 49.02%
CMYK:
(61,0,5,49)
C61M0Y5K49 
(61%,0%,5%,49%)
(0.61/0.00/0.05/0.49)	

CMYK percentages

%60.77
%0
%4.62
%49.02

Codes

Color #33827C in popluar color models

33827C
RGB51130124
HSL175°43.65%35.49%
HSB/HSV175°60.77%50.98%
CMYK60.77%0.00%4.62%
49.02%

Color #33827C in popluar number systems.

HEX33827C
Decimal51130124
Binary110011100000101111100
Octal63202174

Shades and tints

Shades of #33827C

#33827C
(51,130,124)
#2F7771
(47,119,113)
#2B6C66
(43,108,102)
#27615B
(39,97,91)
#235650
(35,86,80)
#1F4B45
(31,75,69)
#1B403A
(27,64,58)
#17352F
(23,53,47)
#132A24
(19,42,36)
#0F1F19
(15,31,25)
#0B140E
(11,20,14)
#000000
(0,0,0)

Tints of #33827C

#33827C
(51,130,124)
#458D87
(69,141,135)
#579892
(87,152,146)
#69A39D
(105,163,157)
#7BAEA8
(123,174,168)
#8DB9B3
(141,185,179)
#9FC4BE
(159,196,190)
#B1CFC9
(177,207,201)
#C3DAD4
(195,218,212)
#D5E5DF
(213,229,223)
#E7F0EA
(231,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33827C color. Also use rgb(51,130,124) instead hex code.

Text Font Color

.myTextColor { color: #33827C; }

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

This text font color is #33827C.


Background Color

.myBgColor { background-color: #33827C; }

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

This div background color is #33827C.


Border color

.myBorderColor { border: 1px solid #33827C; }

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

This div border color is #33827C.


Opacity

.myOpacity80 { color: #33827C; opacity: 0.8; }

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

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

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

This text has shadow with #33827C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33827C on black background.


Color preview on white background

This text has color #33827C on white background.



Black color preview on #33827C background

This text has black color on #33827C background.


White color preview on #33827C background

This text has white color on #33827C background.