COLOR #183D25

HEX: #183D25
RGB: (24,61,37)

Color info

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

RGB color model

#183D25 color RGB value is (24,61,37).

  • red value is 24;
  • green value is 61;
  • blue value is 37.
RGB:
(24,61,37)
(9%,24%,15%)

RGB channels and saturation

R 24 of 255 = 9%
G 61 of 255 = 24%
B 37 of 255 = 15%

24
61
37

R + G + B ~ 16%. #183D25 is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 61 + 37 = 122 (100%)
R 24 of 122 ~ 19.67%
G 61 of 122 ~ 50%
B 37 of 122 ~ 30.33%

%19.67
%50
%30.33

CMYK color model

#183D25 color CMYK value is (61,0,39,76).

  • cyan value is 60.66%
  • magenta value is 0.00%
  • yellow value is 39.34%
  • key color value is 76.08%
CMYK:
(61,0,39,76)
C61M0Y39K76 
(61%,0%,39%,76%)
(0.61/0.00/0.39/0.76)	

CMYK percentages

%60.66
%0
%39.34
%76.08

Codes

Color #183D25 in popluar color models

183D25
RGB246137
HSL141°43.53%16.67%
HSB/HSV141°60.66%23.92%
CMYK60.66%0.00%39.34%
76.08%

Color #183D25 in popluar number systems.

HEX183D25
Decimal246137
Binary11000111101100101
Octal307545

Shades and tints

Shades of #183D25

#183D25
(24,61,37)
#163822
(22,56,34)
#14331F
(20,51,31)
#122E1C
(18,46,28)
#102919
(16,41,25)
#0E2416
(14,36,22)
#0C1F13
(12,31,19)
#0A1A10
(10,26,16)
#08150D
(8,21,13)
#06100A
(6,16,10)
#040B07
(4,11,7)
#000000
(0,0,0)

Tints of #183D25

#183D25
(24,61,37)
#2D4E38
(45,78,56)
#425F4B
(66,95,75)
#57705E
(87,112,94)
#6C8171
(108,129,113)
#819284
(129,146,132)
#96A397
(150,163,151)
#ABB4AA
(171,180,170)
#C0C5BD
(192,197,189)
#D5D6D0
(213,214,208)
#EAE7E3
(234,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #183D25 color. Also use rgb(24,61,37) instead hex code.

Text Font Color

.myTextColor { color: #183D25; }

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

This text font color is #183D25.


Background Color

.myBgColor { background-color: #183D25; }

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

This div background color is #183D25.


Border color

.myBorderColor { border: 1px solid #183D25; }

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

This div border color is #183D25.


Opacity

.myOpacity80 { color: #183D25; opacity: 0.8; }

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

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

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

This text has shadow with #183D25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #183D25 on black background.


Color preview on white background

This text has color #183D25 on white background.



Black color preview on #183D25 background

This text has black color on #183D25 background.


White color preview on #183D25 background

This text has white color on #183D25 background.