COLOR #10553B

HEX: #10553B
RGB: (16,85,59)

Color info

#10553B contains mainly green and blue colors. Web safe color of #10553B is #006633 (or #063).

RGB color model

#10553B color RGB value is (16,85,59).

  • red value is 16;
  • green value is 85;
  • blue value is 59.
RGB:
(16,85,59)
(6%,33%,23%)

RGB channels and saturation

R 16 of 255 = 6%
G 85 of 255 = 33%
B 59 of 255 = 23%

16
85
59

R + G + B ~ 21%. #10553B is dark color.

Portions of RGB colors in percentages

R + G + B =
16 + 85 + 59 = 160 (100%)
R 16 of 160 ~ 10%
G 85 of 160 ~ 53.13%
B 59 of 160 ~ 36.88%

%10
%53.13
%36.88

CMYK color model

#10553B color CMYK value is (81,0,31,67).

  • cyan value is 81.18%
  • magenta value is 0.00%
  • yellow value is 30.59%
  • key color value is 66.67%
CMYK:
(81,0,31,67)
C81M0Y31K67 
(81%,0%,31%,67%)
(0.81/0.00/0.31/0.67)	

CMYK percentages

%81.18
%0
%30.59
%66.67

Codes

Color #10553B in popluar color models

10553B
RGB168559
HSL157°68.32%19.80%
HSB/HSV157°81.18%33.33%
CMYK81.18%0.00%30.59%
66.67%

Color #10553B in popluar number systems.

HEX10553B
Decimal168559
Binary100001010101111011
Octal2012573

Shades and tints

Shades of #10553B

#10553B
(16,85,59)
#0F4E36
(15,78,54)
#0E4731
(14,71,49)
#0D402C
(13,64,44)
#0C3927
(12,57,39)
#0B3222
(11,50,34)
#0A2B1D
(10,43,29)
#092418
(9,36,24)
#081D13
(8,29,19)
#07160E
(7,22,14)
#060F09
(6,15,9)
#000000
(0,0,0)

Tints of #10553B

#10553B
(16,85,59)
#25644C
(37,100,76)
#3A735D
(58,115,93)
#4F826E
(79,130,110)
#64917F
(100,145,127)
#79A090
(121,160,144)
#8EAFA1
(142,175,161)
#A3BEB2
(163,190,178)
#B8CDC3
(184,205,195)
#CDDCD4
(205,220,212)
#E2EBE5
(226,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #10553B color. Also use rgb(16,85,59) instead hex code.

Text Font Color

.myTextColor { color: #10553B; }

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

This text font color is #10553B.


Background Color

.myBgColor { background-color: #10553B; }

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

This div background color is #10553B.


Border color

.myBorderColor { border: 1px solid #10553B; }

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

This div border color is #10553B.


Opacity

.myOpacity80 { color: #10553B; opacity: 0.8; }

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

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

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

This text has shadow with #10553B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #10553B on black background.


Color preview on white background

This text has color #10553B on white background.



Black color preview on #10553B background

This text has black color on #10553B background.


White color preview on #10553B background

This text has white color on #10553B background.