COLOR #033515

HEX: #033515 RGB: (3,53,21)

Color info

#033515 contains red, green and blue colors in about the same proportion. Web safe color of #033515 is #003300 (or #030).

RGB color model

#033515 color RGB value is (3,53,21).

RGB: (3,53,21) (1%, 21%, 8%)

RGB channels and saturation

R 3 of 255 = 1%
G 53 of 255 = 21%
B 21 of 255 = 8%

3
53
21

R + G + B ~ 10%. #033515 is dark color.

Portions of RGB colors in percentages

R + G + B = 3 + 53 + 21 = 77 (100%)
R 3 of 77 ~ 3.9%
G 53 of 77 ~ 68.83%
B 21 of 77 ~ 27.27'%

%68.83
%27.27

CMYK color model

#033515 color CMYK value is (94,0,60,79).

  • cyan value is 94.34%
  • magenta value is 0.00%
  • yellow value is 60.38%
  • key color value is 79.22%

CMYK: (94,0,60,79)
C94M0Y60K79 (94%, 0%, 60%, 79%)
(0.94 / 0.00 / 0.60 / 0.79)

CMYK percentages

%94.34
%0
%60.38
%79.22

Codes

Color #033515 in popluar color models

03 35 15
RGB 3 53 21
HSL 142° 89.29% 10.98%
HSB/HSV 142° 94.34% 20.78%
CMYK 94.34% 0.00% 60.38%
79.22%

Color #033515 in popluar number systems.

HEX 03 35 15
Decimal 3 53 21
Binary 11 110101 10101
Octal 3 65 25

Shades and tints

Shades of #033515

#033515
(3,53,21)
#033114
(3,49,20)
#032D13
(3,45,19)
#032912
(3,41,18)
#032511
(3,37,17)
#032110
(3,33,16)
#031D0F
(3,29,15)
#03190E
(3,25,14)
#03150D
(3,21,13)
#03110C
(3,17,12)
#030D0B
(3,13,11)
#000000
(0,0,0)

Tints of #033515

#033515
(3,53,21)
#19472A
(25,71,42)
#2F593F
(47,89,63)
#456B54
(69,107,84)
#5B7D69
(91,125,105)
#718F7E
(113,143,126)
#87A193
(135,161,147)
#9DB3A8
(157,179,168)
#B3C5BD
(179,197,189)
#C9D7D2
(201,215,210)
#DFE9E7
(223,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #033515 color. Also use rgb(3,53,21) instead hex code.

Text Font Color

.myTextColor { color: #033515; }

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

This text font color is #033515.

Background Color

.myBgColor { background-color: #033515; }

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

This div background color is #033515.

Border color

.myBorderColor { border: 1px solid #033515; }

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

This div border color is #033515.

Opacity

.myOpacity80 { color: #033515; opacity: 0.8; }

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

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

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

This text has shadow with #033515 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #033515.

Preview

Color preview on black background

This text has color #033515 on black background.


Color preview on white background

This text has color #033515 on white background.


Black color preview on #033515 background

This text has black color on #033515 background.


White color preview on #033515 background

This text has white color on #033515 background.


Related colors

Complementary color

Complementary color for #hex is #FCCAEA.


I love getcolorcode.com

Triadic colors

1 #150335 and #351503 with #033515 are triadic colors.

2 #153503 and #350315 with #033515 are triadic colors.