COLOR #18673D

HEX: #18673D
RGB: (24,103,61)

Color info

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

RGB color model

#18673D color RGB value is (24,103,61).

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

RGB channels and saturation

R 24 of 255 = 9%
G 103 of 255 = 40%
B 61 of 255 = 24%

24
103
61

R + G + B ~ 24%. #18673D is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 103 + 61 = 188 (100%)
R 24 of 188 ~ 12.77%
G 103 of 188 ~ 54.79%
B 61 of 188 ~ 32.45%

%12.77
%54.79
%32.45

CMYK color model

#18673D color CMYK value is (77,0,41,60).

  • cyan value is 76.70%
  • magenta value is 0.00%
  • yellow value is 40.78%
  • key color value is 59.61%
CMYK:
(77,0,41,60)
C77M0Y41K60 
(77%,0%,41%,60%)
(0.77/0.00/0.41/0.60)	

CMYK percentages

%76.7
%0
%40.78
%59.61

Codes

Color #18673D in popluar color models

18673D
RGB2410361
HSL148°62.20%24.90%
HSB/HSV148°76.70%40.39%
CMYK76.70%0.00%40.78%
59.61%

Color #18673D in popluar number systems.

HEX18673D
Decimal2410361
Binary110001100111111101
Octal3014775

Shades and tints

Shades of #18673D

#18673D
(24,103,61)
#165E38
(22,94,56)
#145533
(20,85,51)
#124C2E
(18,76,46)
#104329
(16,67,41)
#0E3A24
(14,58,36)
#0C311F
(12,49,31)
#0A281A
(10,40,26)
#081F15
(8,31,21)
#061610
(6,22,16)
#040D0B
(4,13,11)
#000000
(0,0,0)

Tints of #18673D

#18673D
(24,103,61)
#2D744E
(45,116,78)
#42815F
(66,129,95)
#578E70
(87,142,112)
#6C9B81
(108,155,129)
#81A892
(129,168,146)
#96B5A3
(150,181,163)
#ABC2B4
(171,194,180)
#C0CFC5
(192,207,197)
#D5DCD6
(213,220,214)
#EAE9E7
(234,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #18673D color. Also use rgb(24,103,61) instead hex code.

Text Font Color

.myTextColor { color: #18673D; }

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

This text font color is #18673D.


Background Color

.myBgColor { background-color: #18673D; }

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

This div background color is #18673D.


Border color

.myBorderColor { border: 1px solid #18673D; }

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

This div border color is #18673D.


Opacity

.myOpacity80 { color: #18673D; opacity: 0.8; }

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

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

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

This text has shadow with #18673D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18673D on black background.


Color preview on white background

This text has color #18673D on white background.



Black color preview on #18673D background

This text has black color on #18673D background.


White color preview on #18673D background

This text has white color on #18673D background.