COLOR #053511

HEX: #053511 RGB: (5,53,17)

Color info

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

RGB color model

#053511 color RGB value is (5,53,17).

RGB: (5,53,17) (2%, 21%, 7%)

RGB channels and saturation

R 5 of 255 = 2%
G 53 of 255 = 21%
B 17 of 255 = 7%

5
53
17

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

Portions of RGB colors in percentages

R + G + B = 5 + 53 + 17 = 75 (100%)
R 5 of 75 ~ 6.67%
G 53 of 75 ~ 70.67%
B 17 of 75 ~ 22.67'%

%70.67
%22.67

CMYK color model

#053511 color CMYK value is (91,0,68,79).

  • cyan value is 90.57%
  • magenta value is 0.00%
  • yellow value is 67.92%
  • key color value is 79.22%
CMYK: (91,0,68,79) C91M0Y68K79 (91%,0%,68%,79%) (0.91/0.00/0.68/0.79) 

CMYK percentages

%90.57
%0
%67.92
%79.22

Codes

Color #053511 in popluar color models

05 35 11
RGB 5 53 17
HSL 135° 82.76% 11.37%
HSB/HSV 135° 90.57% 20.78%
CMYK 90.57% 0.00% 67.92%
79.22%

Color #053511 in popluar number systems.

HEX 05 35 11
Decimal 5 53 17
Binary 101 110101 10001
Octal 5 65 21

Shades and tints

Shades of #053511

#053511
(5,53,17)
#053110
(5,49,16)
#052D0F
(5,45,15)
#05290E
(5,41,14)
#05250D
(5,37,13)
#05210C
(5,33,12)
#051D0B
(5,29,11)
#05190A
(5,25,10)
#051509
(5,21,9)
#051108
(5,17,8)
#050D07
(5,13,7)
#000000
(0,0,0)

Tints of #053511

#053511
(5,53,17)
#1B4726
(27,71,38)
#31593B
(49,89,59)
#476B50
(71,107,80)
#5D7D65
(93,125,101)
#738F7A
(115,143,122)
#89A18F
(137,161,143)
#9FB3A4
(159,179,164)
#B5C5B9
(181,197,185)
#CBD7CE
(203,215,206)
#E1E9E3
(225,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #053511 color. Also use rgb(5,53,17) instead hex code.

Text Font Color

.myTextColor { color: #053511; }

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

This text font color is #053511.

Background Color

.myBgColor { background-color: #053511; }

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

This div background color is #053511.

Border color

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

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

This div border color is #053511.

Opacity

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

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

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

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

This text has shadow with #053511 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #053511.

Preview

Color preview on black background

This text has color #053511 on black background.


Color preview on white background

This text has color #053511 on white background.


Black color preview on #053511 background

This text has black color on #053511 background.


White color preview on #053511 background

This text has white color on #053511 background.


Related colors

Complementary color

Complementary color for #hex is #FACAEE.


I love getcolorcode.com

Triadic colors

1 #110535 and #351105 with #053511 are triadic colors.

2 #113505 and #350511 with #053511 are triadic colors.