COLOR #053D1A

HEX: #053D1A RGB: (5,61,26)

Color info

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

RGB color model

#053D1A color RGB value is (5,61,26).

RGB: (5,61,26) (2%, 24%, 10%)

RGB channels and saturation

R 5 of 255 = 2%
G 61 of 255 = 24%
B 26 of 255 = 10%

5
61
26

R + G + B ~ 12%. #053D1A is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 61 + 26 = 92 (100%)
R 5 of 92 ~ 5.43%
G 61 of 92 ~ 66.3%
B 26 of 92 ~ 28.26'%

%66.3
%28.26

CMYK color model

#053D1A color CMYK value is (92,0,57,76).

  • cyan value is 91.80%
  • magenta value is 0.00%
  • yellow value is 57.38%
  • key color value is 76.08%

CMYK: (92,0,57,76)
C92M0Y57K76 (92%, 0%, 57%, 76%)
(0.92 / 0.00 / 0.57 / 0.76)

CMYK percentages

%91.8
%0
%57.38
%76.08

Codes

Color #053D1A in popluar color models

05 3D 1A
RGB 5 61 26
HSL 143° 84.85% 12.94%
HSB/HSV 143° 91.80% 23.92%
CMYK 91.80% 0.00% 57.38%
76.08%

Color #053D1A in popluar number systems.

HEX 05 3D 1A
Decimal 5 61 26
Binary 101 111101 11010
Octal 5 75 32

Shades and tints

Shades of #053D1A

#053D1A
(5,61,26)
#053818
(5,56,24)
#053316
(5,51,22)
#052E14
(5,46,20)
#052912
(5,41,18)
#052410
(5,36,16)
#051F0E
(5,31,14)
#051A0C
(5,26,12)
#05150A
(5,21,10)
#051008
(5,16,8)
#050B06
(5,11,6)
#000000
(0,0,0)

Tints of #053D1A

#053D1A
(5,61,26)
#1B4E2E
(27,78,46)
#315F42
(49,95,66)
#477056
(71,112,86)
#5D816A
(93,129,106)
#73927E
(115,146,126)
#89A392
(137,163,146)
#9FB4A6
(159,180,166)
#B5C5BA
(181,197,186)
#CBD6CE
(203,214,206)
#E1E7E2
(225,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #053D1A color. Also use rgb(5,61,26) instead hex code.

Text Font Color

.myTextColor { color: #053D1A; }

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

This text font color is #053D1A.

Background Color

.myBgColor { background-color: #053D1A; }

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

This div background color is #053D1A.

Border color

.myBorderColor { border: 1px solid #053D1A; }

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

This div border color is #053D1A.

Opacity

.myOpacity80 { color: #053D1A; opacity: 0.8; }

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

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

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

This text has shadow with #053D1A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #053D1A.

Preview

Color preview on black background

This text has color #053D1A on black background.


Color preview on white background

This text has color #053D1A on white background.


Black color preview on #053D1A background

This text has black color on #053D1A background.


White color preview on #053D1A background

This text has white color on #053D1A background.


Related colors

Complementary color

Complementary color for #hex is #FAC2E5.


I love getcolorcode.com

Triadic colors

1 #1A053D and #3D1A05 with #053D1A are triadic colors.

2 #1A3D05 and #3D051A with #053D1A are triadic colors.