COLOR #33250F

HEX: #33250F RGB: (51,37,15)

Color info

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

RGB color model

#33250F color RGB value is (51,37,15).

RGB: (51,37,15) (20%, 15%, 6%)

RGB channels and saturation

R 51 of 255 = 20%
G 37 of 255 = 15%
B 15 of 255 = 6%

51
37
15

R + G + B ~ 14%. #33250F is dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 37 + 15 = 103 (100%)
R 51 of 103 ~ 49.51%
G 37 of 103 ~ 35.92%
B 15 of 103 ~ 14.56'%

%49.51
%35.92
%14.56

CMYK color model

#33250F color CMYK value is (0,27,71,80).

  • cyan value is 0.00%
  • magenta value is 27.45%
  • yellow value is 70.59%
  • key color value is 80.00%
CMYK: (0,27,71,80) C0M27Y71K80 (0%,27%,71%,80%) (0.00/0.27/0.71/0.80) 

CMYK percentages

%0
%27.45
%70.59
%80

Codes

Color #33250F in popluar color models

33 25 0F
RGB 51 37 15
HSL 37° 54.55% 12.94%
HSB/HSV 37° 70.59% 20.00%
CMYK 0.00% 27.45% 70.59%
80.00%

Color #33250F in popluar number systems.

HEX 33 25 0F
Decimal 51 37 15
Binary 110011 100101 1111
Octal 63 45 17

Shades and tints

Shades of #33250F

#33250F
(51,37,15)
#2F220E
(47,34,14)
#2B1F0D
(43,31,13)
#271C0C
(39,28,12)
#23190B
(35,25,11)
#1F160A
(31,22,10)
#1B1309
(27,19,9)
#171008
(23,16,8)
#130D07
(19,13,7)
#0F0A06
(15,10,6)
#0B0705
(11,7,5)
#000000
(0,0,0)

Tints of #33250F

#33250F
(51,37,15)
#453824
(69,56,36)
#574B39
(87,75,57)
#695E4E
(105,94,78)
#7B7163
(123,113,99)
#8D8478
(141,132,120)
#9F978D
(159,151,141)
#B1AAA2
(177,170,162)
#C3BDB7
(195,189,183)
#D5D0CC
(213,208,204)
#E7E3E1
(231,227,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33250F; }

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

This text font color is #33250F.

Background Color

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

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

This div background color is #33250F.

Border color

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

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

This div border color is #33250F.

Opacity

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

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

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

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

This text has shadow with #33250F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #33250F.

Preview

Color preview on black background

This text has color #33250F on black background.


Color preview on white background

This text has color #33250F on white background.


Black color preview on #33250F background

This text has black color on #33250F background.


White color preview on #33250F background

This text has white color on #33250F background.


Related colors

Complementary color

Complementary color for #hex is #CCDAF0.


I love getcolorcode.com

Triadic colors

1 #0F3325 and #250F33 with #33250F are triadic colors.

2 #0F2533 and #25330F with #33250F are triadic colors.