COLOR #33674A

HEX: #33674A
RGB: (51,103,74)

Color info

#33674A contains red, green and blue colors in about the same proportion. Web safe color of #33674A is #336633 (or #363).

RGB color model

#33674A color RGB value is (51,103,74).

  • red value is 51;
  • green value is 103;
  • blue value is 74.
RGB:
(51,103,74)
(20%,40%,29%)

RGB channels and saturation

R 51 of 255 = 20%
G 103 of 255 = 40%
B 74 of 255 = 29%

51
103
74

R + G + B ~ 30%. #33674A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 103 + 74 = 228 (100%)
R 51 of 228 ~ 22.37%
G 103 of 228 ~ 45.18%
B 74 of 228 ~ 32.46%

%22.37
%45.18
%32.46

CMYK color model

#33674A color CMYK value is (50,0,28,60).

  • cyan value is 50.49%
  • magenta value is 0.00%
  • yellow value is 28.16%
  • key color value is 59.61%
CMYK:
(50,0,28,60)
C50M0Y28K60 
(50%,0%,28%,60%)
(0.50/0.00/0.28/0.60)	

CMYK percentages

%50.49
%0
%28.16
%59.61

Codes

Color #33674A in popluar color models

33674A
RGB5110374
HSL147°33.77%30.20%
HSB/HSV147°50.49%40.39%
CMYK50.49%0.00%28.16%
59.61%

Color #33674A in popluar number systems.

HEX33674A
Decimal5110374
Binary11001111001111001010
Octal63147112

Shades and tints

Shades of #33674A

#33674A
(51,103,74)
#2F5E44
(47,94,68)
#2B553E
(43,85,62)
#274C38
(39,76,56)
#234332
(35,67,50)
#1F3A2C
(31,58,44)
#1B3126
(27,49,38)
#172820
(23,40,32)
#131F1A
(19,31,26)
#0F1614
(15,22,20)
#0B0D0E
(11,13,14)
#000000
(0,0,0)

Tints of #33674A

#33674A
(51,103,74)
#45745A
(69,116,90)
#57816A
(87,129,106)
#698E7A
(105,142,122)
#7B9B8A
(123,155,138)
#8DA89A
(141,168,154)
#9FB5AA
(159,181,170)
#B1C2BA
(177,194,186)
#C3CFCA
(195,207,202)
#D5DCDA
(213,220,218)
#E7E9EA
(231,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33674A color. Also use rgb(51,103,74) instead hex code.

Text Font Color

.myTextColor { color: #33674A; }

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

This text font color is #33674A.


Background Color

.myBgColor { background-color: #33674A; }

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

This div background color is #33674A.


Border color

.myBorderColor { border: 1px solid #33674A; }

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

This div border color is #33674A.


Opacity

.myOpacity80 { color: #33674A; opacity: 0.8; }

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

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

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

This text has shadow with #33674A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33674A on black background.


Color preview on white background

This text has color #33674A on white background.



Black color preview on #33674A background

This text has black color on #33674A background.


White color preview on #33674A background

This text has white color on #33674A background.