COLOR #183641

HEX: #183641
RGB: (24,54,65)

Color info

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

RGB color model

#183641 color RGB value is (24,54,65).

  • red value is 24;
  • green value is 54;
  • blue value is 65.
RGB:
(24,54,65)
(9%,21%,25%)

RGB channels and saturation

R 24 of 255 = 9%
G 54 of 255 = 21%
B 65 of 255 = 25%

24
54
65

R + G + B ~ 18%. #183641 is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 54 + 65 = 143 (100%)
R 24 of 143 ~ 16.78%
G 54 of 143 ~ 37.76%
B 65 of 143 ~ 45.45%

%16.78
%37.76
%45.45

CMYK color model

#183641 color CMYK value is (63,17,0,75).

  • cyan value is 63.08%
  • magenta value is 16.92%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(63,17,0,75)
C63M17Y0K75 
(63%,17%,0%,75%)
(0.63/0.17/0.00/0.75)	

CMYK percentages

%63.08
%16.92
%0
%74.51

Codes

Color #183641 in popluar color models

183641
RGB245465
HSL196°46.07%17.45%
HSB/HSV196°63.08%25.49%
CMYK63.08%16.92%0.00%
74.51%

Color #183641 in popluar number systems.

HEX183641
Decimal245465
Binary110001101101000001
Octal3066101

Shades and tints

Shades of #183641

#183641
(24,54,65)
#16323C
(22,50,60)
#142E37
(20,46,55)
#122A32
(18,42,50)
#10262D
(16,38,45)
#0E2228
(14,34,40)
#0C1E23
(12,30,35)
#0A1A1E
(10,26,30)
#081619
(8,22,25)
#061214
(6,18,20)
#040E0F
(4,14,15)
#000000
(0,0,0)

Tints of #183641

#183641
(24,54,65)
#2D4852
(45,72,82)
#425A63
(66,90,99)
#576C74
(87,108,116)
#6C7E85
(108,126,133)
#819096
(129,144,150)
#96A2A7
(150,162,167)
#ABB4B8
(171,180,184)
#C0C6C9
(192,198,201)
#D5D8DA
(213,216,218)
#EAEAEB
(234,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #183641 color. Also use rgb(24,54,65) instead hex code.

Text Font Color

.myTextColor { color: #183641; }

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

This text font color is #183641.


Background Color

.myBgColor { background-color: #183641; }

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

This div background color is #183641.


Border color

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

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

This div border color is #183641.


Opacity

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

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

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

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

This text has shadow with #183641 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #183641 on black background.


Color preview on white background

This text has color #183641 on white background.



Black color preview on #183641 background

This text has black color on #183641 background.


White color preview on #183641 background

This text has white color on #183641 background.