COLOR #053103

HEX: #053103 RGB: (5,49,3)

Color info

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

RGB color model

#053103 color RGB value is (5,49,3).

RGB: (5,49,3) (2%, 19%, 1%)

RGB channels and saturation

R 5 of 255 = 2%
G 49 of 255 = 19%
B 3 of 255 = 1%

5
49
3

R + G + B ~ 7%. #053103 is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 49 + 3 = 57 (100%)
R 5 of 57 ~ 8.77%
G 49 of 57 ~ 85.96%
B 3 of 57 ~ 5.26'%

%85.96

CMYK color model

#053103 color CMYK value is (90,0,94,81).

  • cyan value is 89.80%
  • magenta value is 0.00%
  • yellow value is 93.88%
  • key color value is 80.78%

CMYK: (90,0,94,81)
C90M0Y94K81 (90%, 0%, 94%, 81%)
(0.90 / 0.00 / 0.94 / 0.81)

CMYK percentages

%89.8
%0
%93.88
%80.78

Codes

Color #053103 in popluar color models

05 31 03
RGB 5 49 3
HSL 117° 88.46% 10.20%
HSB/HSV 117° 93.88% 19.22%
CMYK 89.80% 0.00% 93.88%
80.78%

Color #053103 in popluar number systems.

HEX 05 31 03
Decimal 5 49 3
Binary 101 110001 11
Octal 5 61 3

Shades and tints

Shades of #053103

#053103
(5,49,3)
#052D03
(5,45,3)
#052903
(5,41,3)
#052503
(5,37,3)
#052103
(5,33,3)
#051D03
(5,29,3)
#051903
(5,25,3)
#051503
(5,21,3)
#051103
(5,17,3)
#050D03
(5,13,3)
#050903
(5,9,3)
#000000
(0,0,0)

Tints of #053103

#053103
(5,49,3)
#1B4319
(27,67,25)
#31552F
(49,85,47)
#476745
(71,103,69)
#5D795B
(93,121,91)
#738B71
(115,139,113)
#899D87
(137,157,135)
#9FAF9D
(159,175,157)
#B5C1B3
(181,193,179)
#CBD3C9
(203,211,201)
#E1E5DF
(225,229,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #053103; }

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

This text font color is #053103.

Background Color

.myBgColor { background-color: #053103; }

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

This div background color is #053103.

Border color

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

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

This div border color is #053103.

Opacity

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

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

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

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

This text has shadow with #053103 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #053103.

Preview

Color preview on black background

This text has color #053103 on black background.


Color preview on white background

This text has color #053103 on white background.


Black color preview on #053103 background

This text has black color on #053103 background.


White color preview on #053103 background

This text has white color on #053103 background.


Related colors

Complementary color

Complementary color for #hex is #FACEFC.


I love getcolorcode.com

Triadic colors

1 #030531 and #310305 with #053103 are triadic colors.

2 #033105 and #310503 with #053103 are triadic colors.