COLOR #053403

HEX: #053403 RGB: (5,52,3)

Color info

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

RGB color model

#053403 color RGB value is (5,52,3).

RGB: (5,52,3) (2%, 20%, 1%)

RGB channels and saturation

R 5 of 255 = 2%
G 52 of 255 = 20%
B 3 of 255 = 1%

5
52
3

R + G + B ~ 8%. #053403 is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 52 + 3 = 60 (100%)
R 5 of 60 ~ 8.33%
G 52 of 60 ~ 86.67%
B 3 of 60 ~ 5'%

%86.67

CMYK color model

#053403 color CMYK value is (90,0,94,80).

  • cyan value is 90.38%
  • magenta value is 0.00%
  • yellow value is 94.23%
  • key color value is 79.61%

CMYK: (90,0,94,80)
C90M0Y94K80 (90%, 0%, 94%, 80%)
(0.90 / 0.00 / 0.94 / 0.80)

CMYK percentages

%90.38
%0
%94.23
%79.61

Codes

Color #053403 in popluar color models

05 34 03
RGB 5 52 3
HSL 118° 89.09% 10.78%
HSB/HSV 118° 94.23% 20.39%
CMYK 90.38% 0.00% 94.23%
79.61%

Color #053403 in popluar number systems.

HEX 05 34 03
Decimal 5 52 3
Binary 101 110100 11
Octal 5 64 3

Shades and tints

Shades of #053403

#053403
(5,52,3)
#053003
(5,48,3)
#052C03
(5,44,3)
#052803
(5,40,3)
#052403
(5,36,3)
#052003
(5,32,3)
#051C03
(5,28,3)
#051803
(5,24,3)
#051403
(5,20,3)
#051003
(5,16,3)
#050C03
(5,12,3)
#000000
(0,0,0)

Tints of #053403

#053403
(5,52,3)
#1B4619
(27,70,25)
#31582F
(49,88,47)
#476A45
(71,106,69)
#5D7C5B
(93,124,91)
#738E71
(115,142,113)
#89A087
(137,160,135)
#9FB29D
(159,178,157)
#B5C4B3
(181,196,179)
#CBD6C9
(203,214,201)
#E1E8DF
(225,232,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #053403 color. Also use rgb(5,52,3) instead hex code.

Text Font Color

.myTextColor { color: #053403; }

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

This text font color is #053403.

Background Color

.myBgColor { background-color: #053403; }

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

This div background color is #053403.

Border color

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

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

This div border color is #053403.

Opacity

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

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

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

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

This text has shadow with #053403 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #053403.

Preview

Color preview on black background

This text has color #053403 on black background.


Color preview on white background

This text has color #053403 on white background.


Black color preview on #053403 background

This text has black color on #053403 background.


White color preview on #053403 background

This text has white color on #053403 background.


Related colors

Complementary color

Complementary color for #hex is #FACBFC.


I love getcolorcode.com

Triadic colors

1 #030534 and #340305 with #053403 are triadic colors.

2 #033405 and #340503 with #053403 are triadic colors.