COLOR #33380D

HEX: #33380D RGB: (51,56,13)

Color info

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

RGB color model

#33380D color RGB value is (51,56,13).

RGB: (51,56,13) (20%, 22%, 5%)

RGB channels and saturation

R 51 of 255 = 20%
G 56 of 255 = 22%
B 13 of 255 = 5%

51
56
13

R + G + B ~ 16%. #33380D is dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 56 + 13 = 120 (100%)
R 51 of 120 ~ 42.5%
G 56 of 120 ~ 46.67%
B 13 of 120 ~ 10.83'%

%42.5
%46.67
%10.83

CMYK color model

#33380D color CMYK value is (9,0,77,78).

  • cyan value is 8.93%
  • magenta value is 0.00%
  • yellow value is 76.79%
  • key color value is 78.04%

CMYK: (9,0,77,78)
C9M0Y77K78 (9%, 0%, 77%, 78%)
(0.09 / 0.00 / 0.77 / 0.78)

CMYK percentages

%8.93
%0
%76.79
%78.04

Codes

Color #33380D in popluar color models

33 38 0D
RGB 51 56 13
HSL 67° 62.32% 13.53%
HSB/HSV 67° 76.79% 21.96%
CMYK 8.93% 0.00% 76.79%
78.04%

Color #33380D in popluar number systems.

HEX 33 38 0D
Decimal 51 56 13
Binary 110011 111000 1101
Octal 63 70 15

Shades and tints

Shades of #33380D

#33380D
(51,56,13)
#2F330C
(47,51,12)
#2B2E0B
(43,46,11)
#27290A
(39,41,10)
#232409
(35,36,9)
#1F1F08
(31,31,8)
#1B1A07
(27,26,7)
#171506
(23,21,6)
#131005
(19,16,5)
#0F0B04
(15,11,4)
#0B0603
(11,6,3)
#000000
(0,0,0)

Tints of #33380D

#33380D
(51,56,13)
#454A23
(69,74,35)
#575C39
(87,92,57)
#696E4F
(105,110,79)
#7B8065
(123,128,101)
#8D927B
(141,146,123)
#9FA491
(159,164,145)
#B1B6A7
(177,182,167)
#C3C8BD
(195,200,189)
#D5DAD3
(213,218,211)
#E7ECE9
(231,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33380D color. Also use rgb(51,56,13) instead hex code.

Text Font Color

.myTextColor { color: #33380D; }

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

This text font color is #33380D.

Background Color

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

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

This div background color is #33380D.

Border color

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

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

This div border color is #33380D.

Opacity

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

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

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

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

This text has shadow with #33380D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #33380D.

Preview

Color preview on black background

This text has color #33380D on black background.


Color preview on white background

This text has color #33380D on white background.


Black color preview on #33380D background

This text has black color on #33380D background.


White color preview on #33380D background

This text has white color on #33380D background.


Related colors

Complementary color

Complementary color for #hex is #CCC7F2.


I love getcolorcode.com

Triadic colors

1 #0D3338 and #380D33 with #33380D are triadic colors.

2 #0D3833 and #38330D with #33380D are triadic colors.