COLOR #184530

HEX: #184530
RGB: (24,69,48)

Color info

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

RGB color model

#184530 color RGB value is (24,69,48).

  • red value is 24;
  • green value is 69;
  • blue value is 48.
RGB:
(24,69,48)
(9%,27%,19%)

RGB channels and saturation

R 24 of 255 = 9%
G 69 of 255 = 27%
B 48 of 255 = 19%

24
69
48

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

Portions of RGB colors in percentages

R + G + B =
24 + 69 + 48 = 141 (100%)
R 24 of 141 ~ 17.02%
G 69 of 141 ~ 48.94%
B 48 of 141 ~ 34.04%

%17.02
%48.94
%34.04

CMYK color model

#184530 color CMYK value is (65,0,30,73).

  • cyan value is 65.22%
  • magenta value is 0.00%
  • yellow value is 30.43%
  • key color value is 72.94%
CMYK:
(65,0,30,73)
C65M0Y30K73 
(65%,0%,30%,73%)
(0.65/0.00/0.30/0.73)	

CMYK percentages

%65.22
%0
%30.43
%72.94

Codes

Color #184530 in popluar color models

184530
RGB246948
HSL152°48.39%18.24%
HSB/HSV152°65.22%27.06%
CMYK65.22%0.00%30.43%
72.94%

Color #184530 in popluar number systems.

HEX184530
Decimal246948
Binary110001000101110000
Octal3010560

Shades and tints

Shades of #184530

#184530
(24,69,48)
#163F2C
(22,63,44)
#143928
(20,57,40)
#123324
(18,51,36)
#102D20
(16,45,32)
#0E271C
(14,39,28)
#0C2118
(12,33,24)
#0A1B14
(10,27,20)
#081510
(8,21,16)
#060F0C
(6,15,12)
#040908
(4,9,8)
#000000
(0,0,0)

Tints of #184530

#184530
(24,69,48)
#2D5542
(45,85,66)
#426554
(66,101,84)
#577566
(87,117,102)
#6C8578
(108,133,120)
#81958A
(129,149,138)
#96A59C
(150,165,156)
#ABB5AE
(171,181,174)
#C0C5C0
(192,197,192)
#D5D5D2
(213,213,210)
#EAE5E4
(234,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #184530 color. Also use rgb(24,69,48) instead hex code.

Text Font Color

.myTextColor { color: #184530; }

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

This text font color is #184530.


Background Color

.myBgColor { background-color: #184530; }

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

This div background color is #184530.


Border color

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

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

This div border color is #184530.


Opacity

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

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

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

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

This text has shadow with #184530 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #184530 on black background.


Color preview on white background

This text has color #184530 on white background.



Black color preview on #184530 background

This text has black color on #184530 background.


White color preview on #184530 background

This text has white color on #184530 background.