COLOR #197482

HEX: #197482
RGB: (25,116,130)

Color info

#197482 contains mainly green and blue colors. Web safe color of #197482 is #006699 (or #069).

RGB color model

#197482 color RGB value is (25,116,130).

  • red value is 25;
  • green value is 116;
  • blue value is 130.
RGB:
(25,116,130)
(10%,45%,51%)

RGB channels and saturation

R 25 of 255 = 10%
G 116 of 255 = 45%
B 130 of 255 = 51%

25
116
130

R + G + B ~ 35%. #197482 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 116 + 130 = 271 (100%)
R 25 of 271 ~ 9.23%
G 116 of 271 ~ 42.8%
B 130 of 271 ~ 47.97%

%42.8
%47.97

CMYK color model

#197482 color CMYK value is (81,11,0,49).

  • cyan value is 80.77%
  • magenta value is 10.77%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(81,11,0,49)
C81M11Y0K49 
(81%,11%,0%,49%)
(0.81/0.11/0.00/0.49)	

CMYK percentages

%80.77
%10.77
%0
%49.02

Codes

Color #197482 in popluar color models

197482
RGB25116130
HSL188°67.74%30.39%
HSB/HSV188°80.77%50.98%
CMYK80.77%10.77%0.00%
49.02%

Color #197482 in popluar number systems.

HEX197482
Decimal25116130
Binary11001111010010000010
Octal31164202

Shades and tints

Shades of #197482

#197482
(25,116,130)
#176A77
(23,106,119)
#15606C
(21,96,108)
#135661
(19,86,97)
#114C56
(17,76,86)
#0F424B
(15,66,75)
#0D3840
(13,56,64)
#0B2E35
(11,46,53)
#09242A
(9,36,42)
#071A1F
(7,26,31)
#051014
(5,16,20)
#000000
(0,0,0)

Tints of #197482

#197482
(25,116,130)
#2D808D
(45,128,141)
#418C98
(65,140,152)
#5598A3
(85,152,163)
#69A4AE
(105,164,174)
#7DB0B9
(125,176,185)
#91BCC4
(145,188,196)
#A5C8CF
(165,200,207)
#B9D4DA
(185,212,218)
#CDE0E5
(205,224,229)
#E1ECF0
(225,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #197482 color. Also use rgb(25,116,130) instead hex code.

Text Font Color

.myTextColor { color: #197482; }

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

This text font color is #197482.


Background Color

.myBgColor { background-color: #197482; }

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

This div background color is #197482.


Border color

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

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

This div border color is #197482.


Opacity

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

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

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

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

This text has shadow with #197482 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #197482 on black background.


Color preview on white background

This text has color #197482 on white background.



Black color preview on #197482 background

This text has black color on #197482 background.


White color preview on #197482 background

This text has white color on #197482 background.