COLOR #3D3303

HEX: #3D3303 RGB: (61,51,3)

Color info

#3D3303 contains red, green and blue colors in about the same proportion. Web safe color of #3D3303 is #333300 (or #330).

RGB color model

#3D3303 color RGB value is (61,51,3).

RGB: (61,51,3) (24%, 20%, 1%)

RGB channels and saturation

R 61 of 255 = 24%
G 51 of 255 = 20%
B 3 of 255 = 1%

61
51
3

R + G + B ~ 15%. #3D3303 is dark color.

Portions of RGB colors in percentages

R + G + B = 61 + 51 + 3 = 115 (100%)
R 61 of 115 ~ 53.04%
G 51 of 115 ~ 44.35%
B 3 of 115 ~ 2.61'%

%53.04
%44.35

CMYK color model

#3D3303 color CMYK value is (0,16,95,76).

  • cyan value is 0.00%
  • magenta value is 16.39%
  • yellow value is 95.08%
  • key color value is 76.08%

CMYK: (0,16,95,76)
C0M16Y95K76 (0%, 16%, 95%, 76%)
(0.00 / 0.16 / 0.95 / 0.76)

CMYK percentages

%0
%16.39
%95.08
%76.08

Codes

Color #3D3303 in popluar color models

3D 33 03
RGB 61 51 3
HSL 50° 90.63% 12.55%
HSB/HSV 50° 95.08% 23.92%
CMYK 0.00% 16.39% 95.08%
76.08%

Color #3D3303 in popluar number systems.

HEX 3D 33 03
Decimal 61 51 3
Binary 111101 110011 11
Octal 75 63 3

Shades and tints

Shades of #3D3303

#3D3303
(61,51,3)
#382F03
(56,47,3)
#332B03
(51,43,3)
#2E2703
(46,39,3)
#292303
(41,35,3)
#241F03
(36,31,3)
#1F1B03
(31,27,3)
#1A1703
(26,23,3)
#151303
(21,19,3)
#100F03
(16,15,3)
#0B0B03
(11,11,3)
#000000
(0,0,0)

Tints of #3D3303

#3D3303
(61,51,3)
#4E4519
(78,69,25)
#5F572F
(95,87,47)
#706945
(112,105,69)
#817B5B
(129,123,91)
#928D71
(146,141,113)
#A39F87
(163,159,135)
#B4B19D
(180,177,157)
#C5C3B3
(197,195,179)
#D6D5C9
(214,213,201)
#E7E7DF
(231,231,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D3303; }

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

This text font color is #3D3303.

Background Color

.myBgColor { background-color: #3D3303; }

<div style="background-color:#3D3303">Inner text</div>

This div background color is #3D3303.

Border color

.myBorderColor { border: 1px solid #3D3303; }

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

This div border color is #3D3303.

Opacity

.myOpacity80 { color: #3D3303; opacity: 0.8; }

<p style="color:#3D3303;opacity:0.8;">80%</p>

Text with #3D3303 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 #3D3303;}

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

This text has shadow with #3D3303 color.


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

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

This text has shadow with #3D3303 primary color and red secondary color.


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

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

This text has shadow with #3D3303 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #3D3303.

Preview

Color preview on black background

This text has color #3D3303 on black background.


Color preview on white background

This text has color #3D3303 on white background.


Black color preview on #3D3303 background

This text has black color on #3D3303 background.


White color preview on #3D3303 background

This text has white color on #3D3303 background.


Related colors

Complementary color

Complementary color for #hex is #C2CCFC.


I love getcolorcode.com

Triadic colors

1 #033D33 and #33033D with #3D3303 are triadic colors.

2 #03333D and #333D03 with #3D3303 are triadic colors.