COLOR #053710

HEX: #053710
RGB: (5,55,16)

Color info

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

RGB color model

#053710 color RGB value is (5,55,16).

  • red value is 5;
  • green value is 55;
  • blue value is 16.
RGB:
(5,55,16)
(2%,22%,6%)

RGB channels and saturation

R 5 of 255 = 2%
G 55 of 255 = 22%
B 16 of 255 = 6%

5
55
16

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

Portions of RGB colors in percentages

R + G + B =
5 + 55 + 16 = 76 (100%)
R 5 of 76 ~ 6.58%
G 55 of 76 ~ 72.37%
B 16 of 76 ~ 21.05%

%72.37
%21.05

CMYK color model

#053710 color CMYK value is (91,0,71,78).

  • cyan value is 90.91%
  • magenta value is 0.00%
  • yellow value is 70.91%
  • key color value is 78.43%
CMYK:
(91,0,71,78)
C91M0Y71K78 
(91%,0%,71%,78%)
(0.91/0.00/0.71/0.78)	

CMYK percentages

%90.91
%0
%70.91
%78.43

Codes

Color #053710 in popluar color models

053710
RGB55516
HSL133°83.33%11.76%
HSB/HSV133°90.91%21.57%
CMYK90.91%0.00%70.91%
78.43%

Color #053710 in popluar number systems.

HEX053710
Decimal55516
Binary10111011110000
Octal56720

Shades and tints

Shades of #053710

#053710
(5,55,16)
#05320F
(5,50,15)
#052D0E
(5,45,14)
#05280D
(5,40,13)
#05230C
(5,35,12)
#051E0B
(5,30,11)
#05190A
(5,25,10)
#051409
(5,20,9)
#050F08
(5,15,8)
#050A07
(5,10,7)
#050506
(5,5,6)
#000000
(0,0,0)

Tints of #053710

#053710
(5,55,16)
#1B4925
(27,73,37)
#315B3A
(49,91,58)
#476D4F
(71,109,79)
#5D7F64
(93,127,100)
#739179
(115,145,121)
#89A38E
(137,163,142)
#9FB5A3
(159,181,163)
#B5C7B8
(181,199,184)
#CBD9CD
(203,217,205)
#E1EBE2
(225,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #053710 color. Also use rgb(5,55,16) instead hex code.

Text Font Color

.myTextColor { color: #053710; }

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

This text font color is #053710.


Background Color

.myBgColor { background-color: #053710; }

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

This div background color is #053710.


Border color

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

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

This div border color is #053710.


Opacity

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

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

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

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

This text has shadow with #053710 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #053710 on black background.


Color preview on white background

This text has color #053710 on white background.



Black color preview on #053710 background

This text has black color on #053710 background.


White color preview on #053710 background

This text has white color on #053710 background.