COLOR #33413D

HEX: #33413D RGB: (51,65,61)

Color info

#33413D contains red, green and blue colors in about the same proportion. Web safe color of #33413D is #333333 (or #333).

RGB color model

#33413D color RGB value is (51,65,61).

RGB: (51,65,61) (20%, 25%, 24%)

RGB channels and saturation

R 51 of 255 = 20%
G 65 of 255 = 25%
B 61 of 255 = 24%

51
65
61

R + G + B ~ 23%. #33413D is dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 65 + 61 = 177 (100%)
R 51 of 177 ~ 28.81%
G 65 of 177 ~ 36.72%
B 61 of 177 ~ 34.46'%

%28.81
%36.72
%34.46

CMYK color model

#33413D color CMYK value is (22,0,6,75).

  • cyan value is 21.54%
  • magenta value is 0.00%
  • yellow value is 6.15%
  • key color value is 74.51%
CMYK: (22,0,6,75) C22M0Y6K75 (22%,0%,6%,75%) (0.22/0.00/0.06/0.75) 

CMYK percentages

%21.54
%0
%6.15
%74.51

Codes

Color #33413D in popluar color models

33 41 3D
RGB 51 65 61
HSL 163° 12.07% 22.75%
HSB/HSV 163° 21.54% 25.49%
CMYK 21.54% 0.00% 6.15%
74.51%

Color #33413D in popluar number systems.

HEX 33 41 3D
Decimal 51 65 61
Binary 110011 1000001 111101
Octal 63 101 75

Shades and tints

Shades of #33413D

#33413D
(51,65,61)
#2F3C38
(47,60,56)
#2B3733
(43,55,51)
#27322E
(39,50,46)
#232D29
(35,45,41)
#1F2824
(31,40,36)
#1B231F
(27,35,31)
#171E1A
(23,30,26)
#131915
(19,25,21)
#0F1410
(15,20,16)
#0B0F0B
(11,15,11)
#000000
(0,0,0)

Tints of #33413D

#33413D
(51,65,61)
#45524E
(69,82,78)
#57635F
(87,99,95)
#697470
(105,116,112)
#7B8581
(123,133,129)
#8D9692
(141,150,146)
#9FA7A3
(159,167,163)
#B1B8B4
(177,184,180)
#C3C9C5
(195,201,197)
#D5DAD6
(213,218,214)
#E7EBE7
(231,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33413D color. Also use rgb(51,65,61) instead hex code.

Text Font Color

.myTextColor { color: #33413D; }

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

This text font color is #33413D.

Background Color

.myBgColor { background-color: #33413D; }

<div style="background-color:#33413D">Inner text</div>

This div background color is #33413D.

Border color

.myBorderColor { border: 1px solid #33413D; }

<div style="border:3px solid #33413D">Div</div>

This div border color is #33413D.

Opacity

.myOpacity80 { color: #33413D; opacity: 0.8; }

<p style="color:#33413D;opacity:0.8;">80%</p>

Text with #33413D 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 #33413D;}

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

This text has shadow with #33413D color.


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

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

This text has shadow with #33413D primary color and red secondary color.


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

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

This text has shadow with #33413D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #33413D.

Preview

Color preview on black background

This text has color #33413D on black background.


Color preview on white background

This text has color #33413D on white background.


Black color preview on #33413D background

This text has black color on #33413D background.


White color preview on #33413D background

This text has white color on #33413D background.


Related colors

Complementary color

Complementary color for #hex is #CCBEC2.


I love getcolorcode.com

Triadic colors

1 #3D3341 and #413D33 with #33413D are triadic colors.

2 #3D4133 and #41333D with #33413D are triadic colors.