COLOR #113034

HEX: #113034
RGB: (17,48,52)

Color info

#113034 contains red, green and blue colors in about the same proportion. Web safe color of #113034 is #003333 (or #033).

RGB color model

#113034 color RGB value is (17,48,52).

  • red value is 17;
  • green value is 48;
  • blue value is 52.
RGB:
(17,48,52)
(7%,19%,20%)

RGB channels and saturation

R 17 of 255 = 7%
G 48 of 255 = 19%
B 52 of 255 = 20%

17
48
52

R + G + B ~ 15%. #113034 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 48 + 52 = 117 (100%)
R 17 of 117 ~ 14.53%
G 48 of 117 ~ 41.03%
B 52 of 117 ~ 44.44%

%14.53
%41.03
%44.44

CMYK color model

#113034 color CMYK value is (67,8,0,80).

  • cyan value is 67.31%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 79.61%
CMYK:
(67,8,0,80)
C67M8Y0K80 
(67%,8%,0%,80%)
(0.67/0.08/0.00/0.80)	

CMYK percentages

%67.31
%7.69
%0
%79.61

Codes

Color #113034 in popluar color models

113034
RGB174852
HSL187°50.72%13.53%
HSB/HSV187°67.31%20.39%
CMYK67.31%7.69%0.00%
79.61%

Color #113034 in popluar number systems.

HEX113034
Decimal174852
Binary10001110000110100
Octal216064

Shades and tints

Shades of #113034

#113034
(17,48,52)
#102C30
(16,44,48)
#0F282C
(15,40,44)
#0E2428
(14,36,40)
#0D2024
(13,32,36)
#0C1C20
(12,28,32)
#0B181C
(11,24,28)
#0A1418
(10,20,24)
#091014
(9,16,20)
#080C10
(8,12,16)
#07080C
(7,8,12)
#000000
(0,0,0)

Tints of #113034

#113034
(17,48,52)
#264246
(38,66,70)
#3B5458
(59,84,88)
#50666A
(80,102,106)
#65787C
(101,120,124)
#7A8A8E
(122,138,142)
#8F9CA0
(143,156,160)
#A4AEB2
(164,174,178)
#B9C0C4
(185,192,196)
#CED2D6
(206,210,214)
#E3E4E8
(227,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #113034 color. Also use rgb(17,48,52) instead hex code.

Text Font Color

.myTextColor { color: #113034; }

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

This text font color is #113034.


Background Color

.myBgColor { background-color: #113034; }

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

This div background color is #113034.


Border color

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

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

This div border color is #113034.


Opacity

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

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

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

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

This text has shadow with #113034 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #113034 on black background.


Color preview on white background

This text has color #113034 on white background.



Black color preview on #113034 background

This text has black color on #113034 background.


White color preview on #113034 background

This text has white color on #113034 background.