COLOR #33380F

HEX: #33380F RGB: (51,56,15)

Color info

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

RGB color model

#33380F color RGB value is (51,56,15).

RGB: (51,56,15) (20%, 22%, 6%)

RGB channels and saturation

R 51 of 255 = 20%
G 56 of 255 = 22%
B 15 of 255 = 6%

51
56
15

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

Portions of RGB colors in percentages

R + G + B = 51 + 56 + 15 = 122 (100%)
R 51 of 122 ~ 41.8%
G 56 of 122 ~ 45.9%
B 15 of 122 ~ 12.3'%

%41.8
%45.9
%12.3

CMYK color model

#33380F color CMYK value is (9,0,73,78).

  • cyan value is 8.93%
  • magenta value is 0.00%
  • yellow value is 73.21%
  • key color value is 78.04%
CMYK: (9,0,73,78) C9M0Y73K78 (9%,0%,73%,78%) (0.09/0.00/0.73/0.78) 

CMYK percentages

%8.93
%0
%73.21
%78.04

Codes

Color #33380F in popluar color models

33 38 0F
RGB 51 56 15
HSL 67° 57.75% 13.92%
HSB/HSV 67° 73.21% 21.96%
CMYK 8.93% 0.00% 73.21%
78.04%

Color #33380F in popluar number systems.

HEX 33 38 0F
Decimal 51 56 15
Binary 110011 111000 1111
Octal 63 70 17

Shades and tints

Shades of #33380F

#33380F
(51,56,15)
#2F330E
(47,51,14)
#2B2E0D
(43,46,13)
#27290C
(39,41,12)
#23240B
(35,36,11)
#1F1F0A
(31,31,10)
#1B1A09
(27,26,9)
#171508
(23,21,8)
#131007
(19,16,7)
#0F0B06
(15,11,6)
#0B0605
(11,6,5)
#000000
(0,0,0)

Tints of #33380F

#33380F
(51,56,15)
#454A24
(69,74,36)
#575C39
(87,92,57)
#696E4E
(105,110,78)
#7B8063
(123,128,99)
#8D9278
(141,146,120)
#9FA48D
(159,164,141)
#B1B6A2
(177,182,162)
#C3C8B7
(195,200,183)
#D5DACC
(213,218,204)
#E7ECE1
(231,236,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33380F; }

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

This text font color is #33380F.


Background Color

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

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

This div background color is #33380F.


Border color

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

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

This div border color is #33380F.


Opacity

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

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

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

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

This text has shadow with #33380F color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #33380F; -webkit-box-shadow:	1px 1px 3px 2px #33380F; box-shadow:	1px 1px 3px 2px #33380F; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #33380F; -webkit-box-shadow: 1px 1px 3px 2px #33380F; box-shadow:1px 1px 3px 2px #33380F;">
Div content here</div>
This div box has shadow with color #33380F.

Preview

Color preview on black background

This text has color #33380F on black background.


Color preview on white background

This text has color #33380F on white background.



Black color preview on #33380F background

This text has black color on #33380F background.


White color preview on #33380F background

This text has white color on #33380F background.