COLOR #33634B

HEX: #33634B RGB: (51,99,75)

Color info

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

RGB color model

#33634B color RGB value is (51,99,75).

RGB: (51,99,75) (20%, 39%, 29%)

RGB channels and saturation

R 51 of 255 = 20%
G 99 of 255 = 39%
B 75 of 255 = 29%

51
99
75

R + G + B ~ 29%. #33634B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 99 + 75 = 225 (100%)
R 51 of 225 ~ 22.67%
G 99 of 225 ~ 44%
B 75 of 225 ~ 33.33'%

%22.67
%44
%33.33

CMYK color model

#33634B color CMYK value is (48,0,24,61).

  • cyan value is 48.48%
  • magenta value is 0.00%
  • yellow value is 24.24%
  • key color value is 61.18%

CMYK: (48,0,24,61)
C48M0Y24K61 (48%, 0%, 24%, 61%)
(0.48 / 0.00 / 0.24 / 0.61)

CMYK percentages

%48.48
%0
%24.24
%61.18

Codes

Color #33634B in popluar color models

33 63 4B
RGB 51 99 75
HSL 150° 32.00% 29.41%
HSB/HSV 150° 48.48% 38.82%
CMYK 48.48% 0.00% 24.24%
61.18%

Color #33634B in popluar number systems.

HEX 33 63 4B
Decimal 51 99 75
Binary 110011 1100011 1001011
Octal 63 143 113

Shades and tints

Shades of #33634B

#33634B
(51,99,75)
#2F5A45
(47,90,69)
#2B513F
(43,81,63)
#274839
(39,72,57)
#233F33
(35,63,51)
#1F362D
(31,54,45)
#1B2D27
(27,45,39)
#172421
(23,36,33)
#131B1B
(19,27,27)
#0F1215
(15,18,21)
#0B090F
(11,9,15)
#000000
(0,0,0)

Tints of #33634B

#33634B
(51,99,75)
#45715B
(69,113,91)
#577F6B
(87,127,107)
#698D7B
(105,141,123)
#7B9B8B
(123,155,139)
#8DA99B
(141,169,155)
#9FB7AB
(159,183,171)
#B1C5BB
(177,197,187)
#C3D3CB
(195,211,203)
#D5E1DB
(213,225,219)
#E7EFEB
(231,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33634B color. Also use rgb(51,99,75) instead hex code.

Text Font Color

.myTextColor { color: #33634B; }

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

This text font color is #33634B.

Background Color

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

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

This div background color is #33634B.

Border color

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

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

This div border color is #33634B.

Opacity

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

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

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

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

This text has shadow with #33634B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #33634B.

Preview

Color preview on black background

This text has color #33634B on black background.


Color preview on white background

This text has color #33634B on white background.


Black color preview on #33634B background

This text has black color on #33634B background.


White color preview on #33634B background

This text has white color on #33634B background.


Related colors

Complementary color

Complementary color for #hex is #CC9CB4.


I love getcolorcode.com

Triadic colors

1 #4B3363 and #634B33 with #33634B are triadic colors.

2 #4B6333 and #63334B with #33634B are triadic colors.