COLOR #053B0A

HEX: #053B0A RGB: (5,59,10)

Color info

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

RGB color model

#053B0A color RGB value is (5,59,10).

RGB: (5,59,10) (2%, 23%, 4%)

RGB channels and saturation

R 5 of 255 = 2%
G 59 of 255 = 23%
B 10 of 255 = 4%

5
59
10

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

Portions of RGB colors in percentages

R + G + B = 5 + 59 + 10 = 74 (100%)
R 5 of 74 ~ 6.76%
G 59 of 74 ~ 79.73%
B 10 of 74 ~ 13.51'%

%79.73
%13.51

CMYK color model

#053B0A color CMYK value is (92,0,83,77).

  • cyan value is 91.53%
  • magenta value is 0.00%
  • yellow value is 83.05%
  • key color value is 76.86%

CMYK: (92,0,83,77)
C92M0Y83K77 (92%, 0%, 83%, 77%)
(0.92 / 0.00 / 0.83 / 0.77)

CMYK percentages

%91.53
%0
%83.05
%76.86

Codes

Color #053B0A in popluar color models

05 3B 0A
RGB 5 59 10
HSL 126° 84.38% 12.55%
HSB/HSV 126° 91.53% 23.14%
CMYK 91.53% 0.00% 83.05%
76.86%

Color #053B0A in popluar number systems.

HEX 05 3B 0A
Decimal 5 59 10
Binary 101 111011 1010
Octal 5 73 12

Shades and tints

Shades of #053B0A

#053B0A
(5,59,10)
#05360A
(5,54,10)
#05310A
(5,49,10)
#052C0A
(5,44,10)
#05270A
(5,39,10)
#05220A
(5,34,10)
#051D0A
(5,29,10)
#05180A
(5,24,10)
#05130A
(5,19,10)
#050E0A
(5,14,10)
#05090A
(5,9,10)
#000000
(0,0,0)

Tints of #053B0A

#053B0A
(5,59,10)
#1B4C20
(27,76,32)
#315D36
(49,93,54)
#476E4C
(71,110,76)
#5D7F62
(93,127,98)
#739078
(115,144,120)
#89A18E
(137,161,142)
#9FB2A4
(159,178,164)
#B5C3BA
(181,195,186)
#CBD4D0
(203,212,208)
#E1E5E6
(225,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #053B0A color. Also use rgb(5,59,10) instead hex code.

Text Font Color

.myTextColor { color: #053B0A; }

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

This text font color is #053B0A.

Background Color

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

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

This div background color is #053B0A.

Border color

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

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

This div border color is #053B0A.

Opacity

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

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

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

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

This text has shadow with #053B0A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #053B0A.

Preview

Color preview on black background

This text has color #053B0A on black background.


Color preview on white background

This text has color #053B0A on white background.


Black color preview on #053B0A background

This text has black color on #053B0A background.


White color preview on #053B0A background

This text has white color on #053B0A background.


Related colors

Complementary color

Complementary color for #hex is #FAC4F5.


I love getcolorcode.com

Triadic colors

1 #0A053B and #3B0A05 with #053B0A are triadic colors.

2 #0A3B05 and #3B050A with #053B0A are triadic colors.